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.
You can access the Turo Car Listing Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "startUrls": [
3 {
4 "url": "https://turo.com/us/en/search?country=US&defaultZoomLevel=11&delivery=true&deliveryLocationType=airport&endDate=08%2F12%2F2023&endTime=10%3A00&isMapSearch=false&itemsPerPage=200&latitude=42.36561&location=BOS%20-%20Boston%20Logan%20International%20Airport&locationType=AIRPORT&longitude=-71.00956&pickupType=ALL&placeId=ChIJN0na1RRw44kRRFEtH8OUkww&sortType=RELEVANCE&startDate=08%2F09%2F2023&startTime=10%3A00&useDefaultMaximumDistance=true"
5 }
6 ],
7 "queries": [
8 "Boston, MA"
9 ],
10 "limit": 15,
11 "minConcurrency": 1,
12 "maxConcurrency": 3,
13 "maxRequestRetries": 2,
14 "maxRequestsPerCrawl": 1000,
15 "handlePageTimeoutSecs": 60,
16 "proxySettings": {
17 "useApifyProxy": true
18 }
19}' |
20apify call genial_candlestand/turo-scraper --silent --output-dataset
Turo Car Listing Scraper API through CLI
The Apify CLI is the official tool that allows you to use Turo Car Listing Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: