Hertz: Search Vehicles
Hertz via Parse · travel
Search for available rental vehicles with pricing at a Hertz location. Returns vehicle types, daily rates, total prices, fees, taxes, and vehicle features. Use OAG codes obtained from search_locations for pickup/dropoff locations. Pricing includes non-refundable pay-now and pay-later rate types. Each vehicle entry includes a SIPP code for industry-standard classification. When sipp_code is provided, results are filtered to that exact code; if no match exists, sipp_code_available is false and vehicles is empty. When cdp_numbers is provided (batch mode), the endpoint queries pricing for each CDP code against the specified sipp_code and returns a sorted comparison of per-CDP results (available cheapest-first, then unavailable/error). Batch mode is designed for reliable batches of ~25–50 CDPs per call. Search Hertz car rental locations and get vehicle availability with pricing, fees, and features for any pickup/dropoff location and dates. Fulfilled by Parse from www.hertz.com.
- automotive
- hertz
- maps-geo
- parse
- platform-key
- travel
- www-hertz-com
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ac2b8d77-183a-4671-a3a2-f58aaf87fd63/search_vehicles
- Interface artifact
- sha256:0ae23ad0c560aa04e0b3c7dd9fa52af0ca916b2d559c48eeabceb0abc544d1dc
- Manifest digest
- sha256:c8eaa727eda7ef9641bdee44793d6ab41c2095de9fbb0fd5fcec9028ef82f27d
Request fields
- min_age (string): Minimum driver age.
- sipp_code (string): SIPP code to filter vehicles by exact match (e.g. 'PFAR', 'XFDR'). If omitted, all available vehicles are returned. If provided but unavailable, the response indicates unavailability with sipp_code_available=false and an empty vehicles array. Required when using cdp_numbers batch mode.
- cdp_number (string): Hertz CDP (Corporate Discount Program) code to apply corporate/discounted pricing (e.g. '12345'). If omitted, standard public pricing is returned. Ignored when cdp_numbers is provided.
- cdp_numbers (array): Array of CDP codes for batch price comparison (e.g. ["2278478", "12345", "67890"]). When provided, the endpoint queries each CDP against the specified sipp_code and returns per-CDP availability and pricing. Designed for batches of ~25–50 CDPs. Requires sipp_code to be set.
- pickup_time (string): Pickup date/time in ISO 8601 format (e.g. '2026-06-01T10:00:00'). If omitted, defaults to 14 days from today at 10:00.
- country_code (string): Country code for the rental location (e.g. 'US', 'GB', 'CA', 'AU').
- dropoff_time (string): Dropoff date/time in ISO 8601 format (e.g. '2026-06-04T10:00:00'). If omitted, defaults to 17 days from today at 10:00.
- pickup_location (string): Pickup location OAG code (from search_locations endpoint, e.g. 'LAXT15', 'JFKT02').
- dropoff_location (string): Dropoff location OAG code. If omitted, defaults to the pickup_location value.
Example queries
- {"min_age":"25","pickup_time":"2026-09-02T10:00:00","country_code":"US","dropoff_time":"2026-09-05T10:00:00","pickup_location":"JFKT02","dropoff_location":"JFKT02"}