Only get the initial scrape response #200
-
Hi, I am working on a project that is currently using the chromiumoxide library for headless chrome. But i am dealing with a website that get blocked by Akamai protection I tested it with Spider and had no issues. Is there a way to scrape the initial request, without setting up budget, whitelists etc. To skip unnecessary scraping. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi yes, you can set the configuration limit to 1 to only perform a single page. |
Beta Was this translation helpful? Give feedback.
Hi yes, you can set the configuration limit to 1 to only perform a single page.
website.with_limit(1)
. Glad to hear the library works for you!