sabre.flights.search
Search for real-time flight offers with prices between airports using Sabre GDS. Retrieve available flights by specifying origin, destination, and departure date.
Instructions
Search for real-time flight offers with prices between airports (Sabre GDS)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | Origin airport IATA code (e.g. JFK, LAX) | |
| destination | Yes | Destination airport IATA code (e.g. CDG, LHR) | |
| departure_date | Yes | Departure date in YYYY-MM-DD format | |
| return_date | No | Return date in YYYY-MM-DD format for round trips | |
| point_of_sale | No | 2-letter country code for pricing (e.g. US, GB) | US |
| limit | No | Max number of flight offers (1-50) |