GPT Scraper avatar
GPT Scraper

Pricing

$9.00 / 1,000 pages

Go to Store
GPT Scraper

GPT Scraper

Developed by

Jakub Drobník

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

99

Total users

5.8k

Monthly users

170

Runs succeeded

>99%

Last modified

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

$echo '{
< "startUrls": [
< {
< "url": "https://news.ycombinator.com/"
< }
< ],
< "instructions": "Gets the post with the most points from the page and returns it as JSON in this format: \\npostTitle\\npostUrl\\npointsCount",
< "includeUrlGlobs": [],
< "excludeUrlGlobs": [],
< "linkSelector": "a[href]",
< "initialCookies": [],
< "proxyConfiguration": {
< "useApifyProxy": true
< },
< "targetSelector": "",
< "removeElementsCssSelector": "script, style, noscript, path, svg, xlink",
< "schema": {
< "type": "object",
< "properties": {
< "title": {
< "type": "string",
< "description": "Page title"
< },
< "description": {
< "type": "string",
< "description": "Page description"
< }
< },
< "required": [
< "title",
< "description"
< ]
< },
< "schemaDescription": ""
<}' |
<apify 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

$npm i -g apify-cli
$apify login

Other API clients include: