Turo Vehicle Rental Listings avatar
Turo Vehicle Rental Listings

Pricing

$19.99/month + usage

Go to Apify Store
Turo Vehicle Rental Listings

Turo Vehicle Rental Listings

Developed by

ScrapyFox

ScrapyFox

Maintained by Community

Scrape car rental listings from Turo search page. Extracts vehicle data including pricing, availability, and car details.

5.0 (1)

Pricing

$19.99/month + usage

0

1

1

Last modified

34 minutes ago

Turo.com Vehicle Rental Listings Scraper

A powerful Actor for scraping car rental listings from Turo.com.

πŸš— What it does

This Actor scrapes car rental listings from Turo.com by:

  • Extracting detailed car information including pricing, availability, vehicle and host details
  • Supporting flexible search parameters (location, dates, times)

πŸ“‹ Input Parameters

Required

  • Location (string): Pickup location for car rental
    • Examples: "Los Angeles, CA", "DFW - Dallas/Fort Worth International Airport"
    • Use "Anywhere" to search all locations

Optional

  • Start Date (string): Rental start date in YYYY-MM-DD format (e.g., "2025-10-23")
  • Start Time (string): Rental start time in HH:MM format (e.g., "10:00")
  • End Date (string): Rental end date in YYYY-MM-DD format (e.g., "2025-10-25")
  • End Time (string): Rental end time in HH:MM format (e.g., "10:00")
  • Max Results (integer): Maximum number of listings to scrape. Max 200 due to Turo.com limit.

πŸ“Š Output Data

Each car listing includes:

{
"id": 2947541,
"make": "Porsche",
"model": "MACAN VP",
"year": 2024,
"type": "SUV",
"seoCategory": "SUV",
"avgDailyPrice": {
"amount": 510.0,
"currency": "EUR"
},
"rating": 5.0,
"completedTrips": 6,
"hostId": 36450056,
"isAllStarHost": true,
"isNewListing": false,
"isFavoritedBySearcher": false,
"location": {
"city": "Paris",
"country": "FR",
"state": "",
"homeLocation": {
"lat": 43.553708659103435,
"lng": 7.019249975273117
},
"distance": {
"unit": "KILOMETERS",
"value": 515.1916539382838
},
"isDelivery": false
},
"images": [
{
"originalImageUrl": "IMAGE_URL",
"resizeableUrlTemplate": "IMAGE_URL"
}
],
"tags": [],
"availability": null,
"estimatedQuote": null
}

πŸ‘¨πŸ»β€πŸ’» Support

Don't hesitate to reach out if you need assistance. Open an issue in this repository or contact me via the Apify actor page.