GPT Scraper avatar
GPT Scraper

Pricing

$9.00 / 1,000 pages

Go to Store
GPT Scraper

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.4 (7)

Pricing

$9.00 / 1,000 pages

91

Monthly users

165

Runs succeeded

>99%

Response time

3.2 days

Last modified

3 months ago

You can access the 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  "includeUrlGlobs": [],
9  "excludeUrlGlobs": [],
10  "linkSelector": "a[href]",
11  "initialCookies": [],
12  "proxyConfiguration": {
13    "useApifyProxy": true
14  },
15  "targetSelector": "",
16  "removeElementsCssSelector": "script, style, noscript, path, svg, xlink",
17  "schema": {
18    "type": "object",
19    "properties": {
20      "title": {
21        "type": "string",
22        "description": "Page title"
23      },
24      "description": {
25        "type": "string",
26        "description": "Page description"
27      }
28    },
29    "required": [
30      "title",
31      "description"
32    ]
33  },
34  "schemaDescription": ""
35}' |
36apify call drobnikj/gpt-scraper --silent --output-dataset

GPT Scraper API through CLI

The Apify CLI is the official tool that allows you to use 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 result 

This Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.

Price per 1,000 items

$9.00