Playwright Scraper
No credit card required
Playwright Scraper
No credit card required
Crawls websites with the headless Chromium, Chrome, or Firefox browser and Playwright library using a provided server-side Node.js code. Supports both recursive crawling and a list of URLs. Supports login to a website.
Do you want to learn more about this Actor?
Get a demoAny idea how to handle random network timeout?
Hello and thank you for your interest in this Actor!
Timeout is a safety feature, which protects you from waiting indefinitely on an unresponsive server. If you are hitting the timeout too often (but you know that the server is responsive, just slow), you can increase the navigation timeout in the Performance and limits > Page load timeout
input option.
In the same section, you can also disable the loading of other on-page resources like images and CSS styles (which might not be important for your use case, but can still take a lot of bandwidth). Last but not least, you can also change the Performance and limits > Navigation wait until
input - the available options match the Playwright's waitUntil
option (see their documentation for details).
I'll close this issue now, but feel free to ask additional questions if you have any. Cheers!
Actor Metrics
67 monthly users
-
18 stars
>99% runs succeeded
54 days response time
Created in Aug 2022
Modified 6 months ago