Web Scraper avatar
Web Scraper

Pricing

Pay per usage

Go to Store
Web Scraper

Web Scraper

Developed by

Apify

Apify

Maintained by Apify

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

KF

Request re-enqueued even though POST request was successful

Closed

kickable_flower opened this issue
a year ago

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...