Turo: Search Cars
Turo via Parse · Travel
Search for available rental cars on Turo by location, dates, and filters. Returns vehicle listings with pricing, ratings, and availability. Each vehicle summary exposes an id usable with get_vehicle_detail for full specs, features, and trip pricing. Server-side filtering covers location, vehicle type, make, and sort order; price filtering is applied client-side on the returned set. Search for peer-to-peer car rentals on Turo by location and dates, and get detailed vehicle information including pricing, specs, and availability. Fulfilled by Parse from turo.com.
- automotive
- marketplace
- parse
- platform-key
- travel
- turo
- turo-com
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Indexed
- Execution
- Managed call
- Capability group
- Travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/28a4c45a-3d0f-45e1-a91f-8a65994c9435/search_cars
- Interface artifact
- sha256:d9fdb5b1668347d338c24c41689116839376d4664ad57ca545fdd995a191ea45
- Manifest digest
- sha256:ef704558506988475158ff662cfd6b584f2e52ffa98eb6261e5d6bc822466b1e
Request fields
- make (string): Filter by make (comma-separated): e.g., 'Tesla,BMW'
- limit (integer): Maximum number of results to return
- end_date (string): Trip end date in YYYY-MM-DD format. Defaults to 10 days from now.
- end_time (string): Return time in HH:MM format: Allowed values: 10:00, 12:00, 14:00
- location (string): City or location to search (e.g., 'Los Angeles', 'Miami, FL')
- max_price (string): Maximum daily price filter (USD)
- min_price (string): Minimum daily price filter (USD)
- sort_type (string): Sort order for results: Allowed values: RELEVANCE, PRICE, DISTANCE
- start_date (string): Trip start date in YYYY-MM-DD format. Defaults to 7 days from now.
- start_time (string): Pickup time in HH:MM format: Allowed values: 10:00, 12:00, 14:00
- vehicle_type (string): Filter by vehicle type (comma-separated for multiple): Allowed values: CAR, SUV, TRUCK, PASSENGER_MINIVAN, VAN
Example queries
- {"limit":"5","end_date":"2026-09-04","end_time":"10:00","location":"Los Angeles","sort_type":"RELEVANCE","start_date":"2026-09-01","start_time":"10:00","vehicle_type":"CAR"}