Skip to content

Only get the initial scrape response #200

Closed Answered by j-mendez
viktorholk asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, Its a very strong library but for my use case i would like only to use the library functionalities to scrape the initial website request.

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!

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!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by j-mendez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants