
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 (22)
Pricing
Pay per usage
691
Total users
82.3k
Monthly users
4k
Runs succeeded
>99%
Issue response
32 days
Last modified
16 days ago
issue unknown
Closed
code was working then this started
Hello (again) Caravel and thank you for your input!
The preNavigationHooks
option expects a JavaScript array as a string (starting with [
and ending with ]
). The module.exports
part is unnecessary and is causing the Actor to fail. Additionally, the error message "Unexpected token ';'"
suggests that there is an extra semicolon at the end of your input, which is breaking the compilation.
I recommend checking out the default inputs to see the correct formatting for this field.
I'll be closing this issue. Feel free to open a new one if you need further assistance.