Search Flights
search_flightsSearch flights by origin, destination, and date to receive curated best, cheapest, and fastest options with live seat availability and booking links.
Instructions
Search for available flights between two cities. Returns a curated set of options, each tagged with one or more categories:
best: the engine's recommended balance of price, total duration, and stops.
cheapest: lowest total price.
fastest: shortest total travel time. The categories overlap — a single flight can be both best and cheapest. Each option includes price, total durations, layovers, its
categories, and a direct booking link. Options may includeseats_remaining— the number of seats left in this booking class at this price; values of 4 or fewer indicate limited availability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adults | No | Number of adult passengers (0–9) | |
| origin | Yes | 3-letter IATA city or airport code (e.g. 'TLV', 'LON', 'MAD') | |
| infants | No | Number of infant passengers (0–9) | |
| seniors | No | Number of senior passengers (0–9) | |
| children | No | Number of child passengers (0–9) | |
| destination | Yes | 3-letter IATA city or airport code (e.g. 'TLV', 'LON', 'MAD') | |
| return_date | No | Return date for round trips (YYYY-MM-DD). Omit for one-way. | |
| flight_class | No | Cabin class: tour (economy), tourPlus (premium economy), business, or first | tour |
| departure_date | Yes | Departure date in YYYY-MM-DD format |