search_cars
Search real-time car rental availability and prices from major suppliers. Enter an airport IATA code, dates, and optional filters to get vehicle details, pricing, and booking links.
Instructions
Search real-time car rental availability and prices on booking.com via AgentWeb. Returns vehicle name, supplier (Avis, Hertz, Sixt, etc.), price, transmission type, doors, mileage, pickup location, and booking links. Works with any airport IATA code. Results in ~1 second.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | Pickup location — airport IATA code (e.g. 'CPH', 'FCO', 'CDG') or city name | |
| pickup_date | Yes | Pickup date in YYYY-MM-DD format | |
| dropoff_date | Yes | Drop-off date in YYYY-MM-DD format | |
| dropoff | No | Drop-off location if different from pickup (airport code or city) | |
| pickup_time | No | Pickup time in HH:MM format (default: 10:00) | 10:00 |
| dropoff_time | No | Drop-off time in HH:MM format (default: 10:00) | 10:00 |
| driver_age | No | Driver age (default: 30) | |
| transmission | No | Filter by transmission type | |
| sort | No | Sort by price | cheapest |
| limit | No | Maximum results to return (default: 15) |