
Extended GPT Scraper
Pricing
Pay per usage

Extended GPT Scraper
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
84
Total users
1.4k
Monthly users
41
Runs succeeded
98%
Issue response
1.4 days
Last modified
4 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.
$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",< "model": "gpt-3.5-turbo",< "includeUrlGlobs": [],< "excludeUrlGlobs": [],< "linkSelector": "a[href]",< "initialCookies": [],< "proxyConfiguration": {< "useApifyProxy": true< },< "targetSelector": "",< "removeElementsCssSelector": "script, style, noscript, path, svg, xlink",< "skipGptGlobs": [],< "schema": {< "type": "object",< "properties": {< "title": {< "type": "string",< "description": "Page title"< },< "description": {< "type": "string",< "description": "Page description"< }< },< "required": [< "title",< "description"< ]< },< "schemaDescription": ""<}' |<apify 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
$npm i -g apify-cli$apify login
Other API clients include: