search_cars
Find available Zipcar vehicles near a specified location for your desired time period, with rates and pickup details.
Instructions
Search for available Zipcars near a location for a given time period. Returns a list of available vehicles with rates and locations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | Address, city, or zip code to search near (e.g. '10001', 'Brooklyn, NY', '123 Main St, Boston') | |
| start_time | Yes | Reservation start time in ISO 8601 format (e.g. '2025-08-15T10:00:00') | |
| end_time | Yes | Reservation end time in ISO 8601 format (e.g. '2025-08-15T14:00:00') | |
| radius_miles | No | Search radius in miles (default: 1) |