
Playwright Scraper
Pricing
Pay per usage

Playwright Scraper
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.
4.3 (7)
Pricing
Pay per usage
40
Total users
1.5K
Monthly users
268
Runs succeeded
98%
Issues response
23 days
Last modified
11 days ago
Network Timeout
Closed
Any 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!