Website-checker-starter avatar
Website-checker-starter
Try for free

No credit card required

View all Actors
Website-checker-starter

Website-checker-starter

vaclavrut/website-checker-starter
Try for free

No credit card required

Works with lukaskrivka/website-checker. The idea is that this actor manages more URLs on the input, will start website-checker with 10 runs at a time and store all data to one datasets.

Start URLs

startUrlsarrayRequired

Enter array of strings.

Type of Crawler

typeEnumOptional

Which type of SDK Crawler will be used

Value options:

"cheerio": string"puppeteer": string

Default value of this property is "cheerio"

Proxy configuration

proxyConfigurationobjectOptional

Specifies proxy servers that will be used by the scraper in order to hide its origin.

For details, see Proxy configuration in README.

Default value of this property is {}

Max pages per run

maxPagesPerCrawlintegerOptional

The maximum number of pages that the scraper will load. The scraper will stop when this limit is reached. It's always a good idea to set this limit in order to prevent excess platform usage for misconfigured scrapers. Note that the actual number of pages loaded might be slightly higher than this value.

If set to 0, there is no limit.

Default value of this property is 400

Max concurrency

maxConcurrencyintegerOptional

Specified the maximum number of pages that can be processed by the scraper in parallel. The scraper automatically increases and decreases concurrency based on available system resources. This option enables you to set an upper limit, for example to reduce the load on a target website.

Default value of this property is 20

Save Snapshots

saveSnapshotsbooleanOptional

Will save HTML for Cheerio and HTML + screenshot for Puppeteer

Default value of this property is true

Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 0.0 days response time
  • Created in Jun 2021
  • Modified over 1 year ago
Categories