Rust Scraper
Pricing
Pay per usage
Rust Scraper
Speed of light scraping with Rust programming language! This is an early alpha version for experimenting, use at your own risk!
0.0 (0)
Pricing
Pay per usage
3
64
1
Last modified
7 months ago
Pricing
Pay per usage
Speed of light scraping with Rust programming language! This is an early alpha version for experimenting, use at your own risk!
0.0 (0)
Pricing
Pay per usage
3
64
1
Last modified
7 months ago
urlsarrayRequired
URLs that will be scraped. Must be an array of objects with "url" property.
extractarrayRequired
Array that defines what and how should be scraped from a page HTML. See readme for more info.
proxy_settingsobjectOptional
Select proxies to be used by your crawler. For most use cases we recommend the default Apify automatic proxy.
max_concurrencyintegerOptional
Sets the maximum concurrency (parallelism) for the crawl. Keep this is reasonable level because this scraper can go really fast.
Default value of this property is 50
max_request_retriesintegerOptional
Sets the maximum number of retries for each request(URL).
Default value of this property is 3
debug_logbooleanOptional
Shows when each URL starts and ends scraping with timings. Don't use for larger runs as the log gets filled quickly.
Default value of this property is false