Extended GPT Scraper avatar
Extended GPT Scraper

Pricing

Pay per usage

Go to Store
Extended GPT Scraper

Extended GPT Scraper

drobnikj/extended-gpt-scraper

Developed by

Jakub Drobník

Maintained by Apify

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.

4.6 (4)

Pricing

Pay per usage

72

Monthly users

93

Runs succeeded

98%

Response time

1.4 days

Last modified

3 months ago

You can access the Extended GPT Scraper programmatically from your own applications by using the Apify API. You can also 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:

Pricing

Pricing model

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.