Turo Car Listing Scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsTuro Car Listing Scraper
Powerful Turo.com scraper to extract data from Turo car listings. Download Turo listings data as an HTML, JSON, CSV, Excel, or XML doc.
Scrape full data
scrapeFullData
booleanRequired
Scrape full listing data or short
Default value of this property is true
Min Concurrency
minConcurrency
integerRequired
Sets the minimum concurrency (parallelism) for the crawl. Shortcut to the corresponding AutoscaledPool option.
Default value of this property is 1
Max Concurrency
maxConcurrency
integerRequired
Sets the maximum concurrency (parallelism) for the crawl. Shortcut to the corresponding AutoscaledPool option.
Default value of this property is 3
Max Request Retries
maxRequestRetries
integerRequired
Indicates how many times the request is retried if BasicCrawlerOptions.handleRequestFunction fails.
Default value of this property is 2
Max Requests Per Crawl
maxRequestsPerCrawl
integerRequired
Maximum number of pages that the crawler will open. The crawl will stop when this limit is reached.
Default value of this property is 1000