
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
5 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
5 months ago
urls
arrayRequired
URLs that will be scraped. Must be an array of objects with "url" property.
extract
arrayRequired
Array that defines what and how should be scraped from a page HTML. See readme for more info.
proxy_settings
objectOptional
Select proxies to be used by your crawler. For most use cases we recommend the default Apify automatic proxy.
max_concurrency
integerOptional
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_retries
integerOptional
Sets the maximum number of retries for each request(URL).
Default value of this property is 3
debug_log
booleanOptional
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