booking_flights_search
Search Booking.com for flight offers between two locations. Specify origin, destination, and departure date to receive normalized one-way or round-trip results.
Instructions
Search Booking.com flights. Returns normalized round-trip or one-way flight offers between two Booking.com flight-search locations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination location id, same composite format as from | |
| from | Yes | Origin location id, e.g. SGN.AIRPORT, from a prior autocomplete result | |
| sort | No | Result sort order, default BEST | |
| type | No | Trip type, default ROUNDTRIP | |
| adults | No | Number of adults, 1-9, default 1 | |
| depart | Yes | Departure date, YYYY-MM-DD | |
| return | No | Return date, YYYY-MM-DD, required when type is ROUNDTRIP | |
| children | No | Number of children, 0-9 | |
| to_country | No | Destination country code | |
| cabin_class | No | Cabin class, default ECONOMY | |
| from_country | No | Origin country code |