Puppeteer Scraper avatar
Puppeteer Scraper

Pricing

Pay per usage

Go to Store
Puppeteer Scraper

Puppeteer Scraper

Developed by

Apify

Apify

Maintained by Apify

Crawls websites with the headless Chrome and Puppeteer library using a provided server-side Node.js code. This crawler is an alternative to apify/web-scraper that gives you finer control over the process. Supports both recursive crawling and list of URLs. Supports login to website.

5.0 (5)

Pricing

Pay per usage

140

Total users

6.8k

Monthly users

859

Runs succeeded

>99%

Issue response

44 days

Last modified

23 days ago

KI

Error when building version 3

Open

KittenJuggler opened this issue
2 months ago

When trying to duplicate the public actor and run the first build, I am receiving the following error:

2025-03-21T10:42:45.792Z src/internals/crawler_setup.ts:188:21 - error TS2353: Object literal may only specify known properties, and 'ignoreHTTPSErrors' does not exist in type 'LaunchOptions'. 2025-03-21T10:42:45.793Z 188 ignoreHTTPSErrors: this.input.ignoreSslErrors, 2025-03-21T10:42:45.794Z ~~~~~~~~~~~~~~~~~ 2025-03-21T10:42:45.795Z Found 1 error in src/internals/crawler_setup.ts:188

The build then exits.