Website-checker-starter
No credit card required
Website-checker-starter
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.
Type of Crawler
type
EnumOptional
Which type of SDK Crawler will be used
Value options:
"cheerio": string"puppeteer": string
Default value of this property is "cheerio"
Proxy configuration
proxyConfiguration
objectOptional
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
maxPagesPerCrawl
integerOptional
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
maxConcurrency
integerOptional
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
Actor Metrics
1 monthly user
-
3 stars
0% runs succeeded
Created in Jun 2021
Modified 2 years ago