Search empty leg flights
search_empty_legsSearch available empty leg flights by origin, destination, date range, passenger count, and an optional max_price ceiling. Returns up to 5 matching flights with route, departure time, price, aircraft type, available seats, and a booking link. Use this to find discounted private jet availability for a specific route. A flight with price: null has no published price ("Contact for price"); such flights are returned even when max_price is set, so never present one as being within the cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | No | Departure city or airport code (e.g. "Los Angeles" or "LAX") | |
| max_price | No | Optional price ceiling in USD (all-in customer price). Only legs at or below this figure are returned. One exception, by design: legs whose operator has not confirmed they will honour a published price are still returned regardless of the cap, with `price: null` — describe those as "Contact for price" and do NOT tell the customer they fall within the cap, because their price is unknown, not low. | |
| passengers | No | Number of passengers | |
| destination | No | Arrival city or airport code (e.g. "Las Vegas" or "KLAS") | |
| departureDateTo | No | Latest departure date in ISO format | |
| departureDateFrom | No | Earliest departure date in ISO format (e.g. "2026-07-10") |