flight_search
Search for flights between cities and airports. Find available flights with schedules, pricing, airline information, and seat availability for domestic and international travel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adults | No | Number of adult passengers | |
| origin | Yes | Departure city or airport name (e.g., 'İstanbul', 'Ankara') | |
| infants | No | Number of infant passengers (0-2 years) | |
| children | No | Number of child passengers (2-12 years) | |
| cabin_class | No | Cabin class (ECONOMY, BUSINESS, PREMIUM_ECONOMY, FIRST) | |
| destination | Yes | Arrival city or airport name (e.g., 'İzmir', 'Antalya') | |
| return_date | No | Return date in DD.MM.YYYY format | |
| direct_flight | No | Only direct flights | |
| departure_date | Yes | Departure date in DD.MM.YYYY format |