GPT Scraper
Pay $9.00 for 1,000 pages
GPT Scraper
Pay $9.00 for 1,000 pages
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 demoThis actor is exactly what I need, but the results I get seems to incomplete. I have a free account, but I doubt this influences the result. My use-case is very simple. I want a list of all casino's mentioned on a website, but it seems to list only a small number, maximum 3 in one case and maximum 10 in another.
Hi,
thanks for reaching out, we'll look into it and let you know what can be done.
I hope to hear about it soon @pavlina.
Hi Jasper,
the website you are trying to scrape is very large and can't fully fit into the GPT context window, as indicated by the warn
log messages "Content was truncated for...".
There are two options to resolve this:
- the easier option is to use the Extended GPT Scraper with your own API key. You can select a model with a larger context window and fit the whole web page into it (e.g.
gpt-4-turbo-preview
). - use our page processing filters to decrease the page content being sent to GPT. This is a more advanced way and requires knowledge of CSS and HTML selectors.
- Selecting the newly added
removeLinkUrls
option and addingimg
toremoveElementsCssSelector
should help you get more results, though probably still not all of them...
- Selecting the newly added
I hope this helps, happy scraping!
Thanks Lukáš, this helps a lot!
Actor Metrics
155 monthly users
-
64 stars
>99% runs succeeded
2 days response time
Created in Mar 2023
Modified 4 days ago