search_vehicles
Find available Hertz rental cars by specifying dates, locations, and vehicle preferences to compare pricing and availability.
Instructions
Search for available vehicles at Hertz for specific dates, locations, and preferences. Returns a list of available cars with pricing.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pickup_location | Yes | City name, airport code (e.g. LAX), or address | |
| dropoff_location | No | Return location if different from pickup | |
| pickup_date | Yes | ISO date YYYY-MM-DD | |
| pickup_time | Yes | HH:MM format (24-hour) | |
| dropoff_date | Yes | ISO date YYYY-MM-DD | |
| dropoff_time | Yes | HH:MM format (24-hour) | |
| vehicle_class | No | Optional vehicle class filter | |
| driver_age | No | Driver age in years, default 25 | |
| discount_code | No | Promotional or discount code |