Enterprise: Search Vehicles
Enterprise via Parse · travel
Search available rental vehicles with pricing at a specific Enterprise location for given dates. Returns all available car classes with daily rates, total prices, vehicle specs, and features. Use search_locations first to get a location_id. Results are not paginated — all available vehicle classes return in a single response. Search Enterprise Rent-A-Car locations and get vehicle availability with pricing for car rentals across the US and internationally. Fulfilled by Parse from www.enterprise.com.
- automotive
- enterprise
- maps-geo
- parse
- platform-key
- travel
- www-enterprise-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/897a30e0-28fa-40f3-b343-38a2acbd144b/search_vehicles
- Interface artifact
- sha256:58d07e1d8f707bdae5c959cfdcd9cac5a210e5d5b84838845b1d7642a3694815
- Manifest digest
- sha256:dab62c3d8fec127dc8e88dc59de3374c23cad062c8b6001761821a9b9b309365
Request fields
- currency (string): Currency code for pricing (e.g. USD, EUR, GBP)
- renter_age (integer): Renter's age (affects pricing for under 25)
- location_id (string, required): Enterprise location ID from search_locations results (e.g. '1018611')
- pickup_date (string): Pickup date in YYYY-MM-DD format. Omitting defaults to 3 days from current date.
- pickup_time (string): Pickup time in HH:MM format (24h)
- return_date (string): Return date in YYYY-MM-DD format. Omitting defaults to 5 days from current date.
- return_time (string): Return time in HH:MM format (24h)
- country_code (string): Country of residence code
- return_location_id (string): Return location ID if different from pickup (one-way rental). Omitting defaults to same as pickup location.
Example queries
- {"currency":"USD","renter_age":"25","location_id":"1018611","pickup_date":"2026-06-16","pickup_time":"12:00","return_date":"2026-06-18","return_time":"12:00","country_code":"US"}