--from <origin> | origin IATA code (e.g. PAR for city, CDG for airport) | |
--origin-type <type> | origin code type: city or airport (default: city) | "city" |
--to <destination> | destination IATA code (e.g. NYC for city, JFK for airport) | |
--destination-type <type> | destination code type: city or airport (default: city) | "city" |
--date <date> | departure date (YYYY-MM-DD) | |
--return <date> | return date for round-trip (YYYY-MM-DD) | |
--passengers <n> | number of passengers | "1" |
--cabin <class> | cabin class: economy, premium_economy, business, first | "economy" |
--direct-only | only show direct flights | |
--max-price <amount> | maximum price filter | |
--include-carriers <codes...> | include only these IATA 2-letter carrier codes (e.g. AF KL) | |
--exclude-carriers <codes...> | exclude these IATA 2-letter carrier codes (e.g. FR U2) | |
--offer-token <token> | price-check a specific offer (live pricing) | |