sabre.flights.destinations
Find the cheapest flight destinations from your origin airport by specifying departure and return dates. This tool helps travelers discover affordable travel options within their budget.
Instructions
Find cheapest flight destinations from an origin airport
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | Origin airport IATA code (e.g. JFK, LAX) | |
| departure_date | Yes | Departure date in YYYY-MM-DD format | |
| return_date | Yes | Return date in YYYY-MM-DD format | |
| point_of_sale | No | 2-letter country code for pricing (e.g. US, GB) | US |
| max_fare | No | Maximum fare in USD to filter results |