departi_search_transport
Search for flights between two places and compare ranked options by carrier, price, cabin class, duration, and stops, with direct booking links.
Instructions
Searches flights between two places and returns a ranked list of options, each with: carrier, price (in requested currency), cabin class, total duration, number of stops, departure & arrival times, and a booking deep-link. Flights are sourced across providers (Duffel + Travelpayouts) for broad full-service and low-cost coverage. Use for "how do I get from A to B by air". For where to stay use departi_search_accommodation; for things to do use departi_search_experiences. Prices are indicative — book via the returned link. Returns an empty list if no route is found. Ground/rail/bus is not offered through this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | Departure IATA code or city, e.g. "BRU" or "Brussels". | |
| passengers | No | Default 1. | |
| cabin_class | No | Cabin class for the search. Default economy. | economy |
| destination | Yes | Arrival IATA code or city, e.g. "LIS" or "Lisbon". | |
| return_date | No | Optional ISO date after departure_date for a round trip. | |
| traveler_type | No | Optional persona hint. | |
| departure_date | Yes | ISO date, today or future. |