Extended GPT Scraper avatar

Extended GPT Scraper

Try for free

No credit card required

View all Actors
Extended GPT Scraper

Extended GPT Scraper

drobnikj/extended-gpt-scraper
Try for free

No credit card required

Extract data from any website and feed it into GPT via the OpenAI API. Use ChatGPT to proofread content, analyze sentiment, summarize reviews, extract contact details, and much more.

Do you want to learn more about this Actor?

Get a demo

You can access the Extended GPT Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    {
4      "url": "https://news.ycombinator.com/"
5    }
6  ],
7  "instructions": "Gets the post with the most points from the page and returns it as JSON in this format: \\npostTitle\\npostUrl\\npointsCount",
8  "model": "gpt-3.5-turbo",
9  "includeUrlGlobs": [],
10  "excludeUrlGlobs": [],
11  "linkSelector": "a[href]",
12  "initialCookies": [],
13  "proxyConfiguration": {
14    "useApifyProxy": true
15  },
16  "targetSelector": "",
17  "removeElementsCssSelector": "script, style, noscript, path, svg, xlink",
18  "skipGptGlobs": [],
19  "schema": {
20    "type": "object",
21    "properties": {
22      "title": {
23        "type": "string",
24        "description": "Page title"
25      },
26      "description": {
27        "type": "string",
28        "description": "Page description"
29      }
30    },
31    "required": [
32      "title",
33      "description"
34    ]
35  },
36  "schemaDescription": ""
37}' |
38apify call drobnikj/extended-gpt-scraper --silent --output-dataset

Extended GPT Scraper API through CLI

The Apify CLI is the official tool that allows you to use Extended GPT Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Apify
Actor metrics
  • 81 monthly users
  • 28 stars
  • 99.2% runs succeeded
  • 4.4 days response time
  • Created in Jun 2023
  • Modified about 1 month ago