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 (22)

Pricing

Pay per usage

698

Total users

82.6k

Monthly users

4k

Runs succeeded

>99%

Issue response

32 days

Last modified

20 days ago

OL

Can't add a new page through context.enqueueRequest

Closed

oleg522 opened this issue
a month ago

I add a new url through context.enqueueRequest, but it ignores it and outputs only initial url. These urls are almost identical, they are from the same website.

If I add a url from a different website, it will scrape it and output 2 urls.

How can I fix it? I need to scrape multiple urls from the same website and I need to add them in page function.

OL

oleg522

a month ago

The issue is fixed.