Hertz: Get Vehicle Rates
Hertz via Parse · travel
Get vehicle rental rates and pricing for a given pickup/dropoff location and date range. Returns available vehicles with per-day prices, total costs, fees, taxes, and coverage. Each vehicle may have multiple rate plans (e.g. pay-now non-refundable vs pay-later). Requires a valid location_code from search_locations and ISO datetime strings for pickup and dropoff within the location's operating hours. Search Hertz rental locations in Italy and worldwide, and retrieve vehicle rental rates including per-day pricing, fees, taxes, and coverage costs for specified pickup/dropoff locations and dates. Fulfilled by Parse from www.hertz.it.
- automotive
- hertz
- maps-geo
- parse
- platform-key
- travel
- www-hertz-it
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/3ec5d73a-c5fb-40e2-b8d3-b7aca56a1fa3/get_vehicle_rates
- Interface artifact
- sha256:5b91bc67fbebac3abcbb84d4d907f9b8bea729a048a3d2e90d9ba6b700dfe4a6
- Manifest digest
- sha256:033aa3561288215c256353b921f22c4fdf4f46a9b702cfbf40aa82300d70c2b2
Request fields
- min_age (string): Minimum driver age. Affects pricing for young drivers. Common values: '21', '25', '27'.
- country_code (string): ISO 2-letter country code for the rental country.
- pickup_datetime (string, required): Pickup date and time in ISO format YYYY-MM-DDTHH:MM:SS (e.g. '2026-09-01T10:00:00'). Must be within the location's operating hours.
- pickup_location (string, required): Hertz OAG location code for pickup (e.g. 'FCOT50' for Roma Fiumicino). Obtained from search_locations results.
- dropoff_datetime (string, required): Dropoff date and time in ISO format YYYY-MM-DDTHH:MM:SS (e.g. '2026-09-05T10:00:00'). Must be after pickup_datetime and within location operating hours.
- dropoff_location (string): Hertz OAG location code for dropoff. If omitted, same as pickup_location (round-trip).
Example queries
- {"pickup_datetime":"2026-09-07T10:00:00","pickup_location":"CIAT51","dropoff_datetime":"2026-09-11T10:00:00"}