Turo Scraper - Car Rental Marketplace, Prices & Ratings avatar

Turo Scraper - Car Rental Marketplace, Prices & Ratings

Under maintenance

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Turo Scraper - Car Rental Marketplace, Prices & Ratings

Turo Scraper - Car Rental Marketplace, Prices & Ratings

Under maintenance

Scrape Turo car rental listings by location and dates. Returns make, model, year, daily/weekly/monthly pricing, ratings, host info, and images.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Thirdwatch

Thirdwatch

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Turo Scraper

Scrape car rental listings from Turo.com — the world's largest peer-to-peer car sharing marketplace. Extract vehicle details, pricing, ratings, host information, and availability by location.

What data can you get from Turo?

For each car listing, the scraper returns:

  • Vehicle details: make, model, year, type (car/SUV/truck/minivan), trim
  • Pricing: average daily price in USD
  • Ratings & reviews: host rating (out of 5), completed trip count
  • Host info: host ID, All-Star Host status
  • Location: city, state, country, latitude/longitude, distance from search center
  • Images: high-resolution vehicle photos
  • Listing metadata: new listing flag, delivery availability, tags, badges
  • Direct URL: link to the listing on Turo

Input

FieldTypeDescription
locationsstring[]Required. City names or airport codes to search. Examples: "Los Angeles, CA", "San Francisco, CA", "ORD"
startDatestringTrip start date (MM/DD/YYYY). Defaults to 3 days from now
endDatestringTrip end date (MM/DD/YYYY). Defaults to 6 days from now
startTimestringPickup time. Options: 06:00 to 22:00 (hourly). Default: "10:00"
endTimestringReturn time. Options: 06:00 to 22:00 (hourly). Default: "10:00"
sortBystringSort order: RELEVANCE, PRICE, or DISTANCE
vehicleTypestringFilter: all, cars, suvs, minivans, or trucks
maxResultsintegerMax results per location (1–200). Default: 50

Example input

{
"locations": ["Los Angeles, CA", "San Francisco, CA"],
"startDate": "06/01/2026",
"endDate": "06/04/2026",
"sortBy": "PRICE",
"vehicleType": "suvs",
"maxResults": 50
}

Output

{
"vehicle_id": 3688538,
"make": "Ford",
"model": "Mustang",
"year": 2026,
"type": "CAR",
"daily_price": 36.55,
"currency": "USD",
"rating": 5.0,
"trip_count": 7,
"host_id": 53896354,
"all_star_host": false,
"new_listing": false,
"distance_miles": 2.8,
"city": "Los Angeles",
"state": "CA",
"country": "US",
"latitude": 34.0747,
"longitude": -118.2844,
"is_delivery": false,
"image_url": "https://images.turo.com/media/vehicle/images/anpvPY7FTA6HuUxLblBchg.heic",
"url": "https://turo.com/us/en/car-rental/united-states/los-angeles-ca/ford/mustang/3688538",
"tags": [],
"badges": [],
"source_location": "Los Angeles, CA"
}

Use cases

  • Price comparison: Track car rental prices across cities and dates
  • Market research: Analyze the peer-to-peer car rental market by vehicle type, pricing, and ratings
  • Travel planning: Find the best-rated cars in your destination city
  • Fleet analytics: Monitor vehicle availability and pricing trends
  • Competitive intelligence: Compare Turo prices against traditional rental agencies

Limitations

  • Turo caps search results at 200 vehicles per location
  • Detailed pricing breakdown (taxes, fees) requires visiting individual listing pages, which is not included in this version
  • Only US locations are supported (Turo operates in the US, Canada, UK, and France)
  • Turo has aggressive anti-bot protection — occasional runs may return fewer results if Cloudflare blocks a particular proxy IP

Tips for best results

  1. Be specific with locations: Use "City, State" format (e.g., "Los Angeles, CA") rather than just city names
  2. Set realistic dates: Turo requires future dates. The scraper defaults to 3–6 days from now
  3. Use fewer locations per run: Browser reuse works across locations, but each new location adds ~50s of navigation time
  4. Sort by PRICE if you want the cheapest options first