
Web Scraper
Pricing
Pay per usage

Web Scraper
Crawls arbitrary websites using a web browser and extracts structured data from web pages using a provided JavaScript function. The Actor supports both recursive crawling and lists of URLs, and automatically manages concurrency for maximum performance.
4.5 (23)
Pricing
Pay per usage
859
Total users
88K
Monthly users
4.5K
Runs succeeded
>99%
Issues response
8.1 days
Last modified
a month ago
Request re-enqueued even though POST request was successful
Closed
If I add the payload as json object, the requests works (I get the expected response) but for some reason playwright say there is an error and marks the requests as failed and puts in the queue again without further executing the page function. if I try to stringify the payload, then then the requests fail (I don't get the expected response) and thus the scraping doesn't work...