aviasales.flights.cheap
Find the cheapest flights from a specified origin airport, with optional filters for destination, departure month, direct flights, and currency.
Instructions
Find cheapest flights from an origin
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | Origin airport IATA code (e.g. JFK, LAX) | |
| destination | No | Destination airport IATA code (optional, searches all destinations if omitted) | |
| departure_month | No | Filter by departure month in YYYY-MM format | |
| direct_only | No | Only return direct flights | |
| currency | No | Price currency ISO code (e.g. USD, EUR) | |
| limit | No | Max number of results (1-30) |