search_flights
Search flights across booking.com and kiwi.com and automatically compare prices to return the cheapest option. Includes airlines, times, stops, and booking links.
Instructions
Search flights across multiple sources (booking.com + kiwi.com) and return the cheapest. Compares prices automatically — one call gets the best deal. Returns airlines, prices, times, stops, duration, source, and booking links. Results in ~3 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Origin airport IATA code (e.g. 'CPH', 'JFK', 'LHR') | |
| to | Yes | Destination airport IATA code (e.g. 'FCO', 'CDG', 'NRT') | |
| depart | Yes | Departure date in YYYY-MM-DD format | |
| return | No | Return date in YYYY-MM-DD format (omit for one-way) | |
| adults | No | Number of adult passengers (default: 2) | |
| cabin | No | Cabin class (default: ECONOMY) | ECONOMY |
| sort | No | Sort results by price, speed, or direct flights only | cheapest |
| limit | No | Maximum results to return (default: 10) |