Skip to main content
Answers “when should I fly?” for a known route. Takes the same inputs as Flight Calendar but returns up to ten cheapest itineraries — one per (departure, return) date-pair — spread across the requested departure window, so the user gets a diverse shortlist rather than ten near-adjacent cheapest days. Cache-backed; no live pricing. Each result includes an offer token you can pass into a live price check or directly into a trip.

Usage

jinko find-dates [options]

Options

FlagRequiredDescriptionDefault
--origins <codes...>Yesorigin IATA airport/city codes. JSON: origins[].
--destinations <codes...>Nodestination IATA airport/city codes. Omit to scan all destinations. JSON: destinations[].
--month <month>Nodeparture month to scan (YYYY-MM), defaults to current month
--trip-type <type>Nooneway or roundtrip (default: roundtrip). JSON: trip_type.
--stay-days <n>Nonights away for a roundtrip (default: 7). JSON: stay_days.
--cabin-class <class>Nocabin class: economy, premium_economy, business, first (default: economy). JSON: cabin_class.
--direct-onlyNoonly direct flights. JSON: direct_only.
--limit <n>Nomax date-pairs to return (1-100, default 20). JSON: limit.
--from <origin>NoDEPRECATED: use —origins.
--to <destination>NoDEPRECATED: use —destinations.
--cabin <class>NoDEPRECATED: use —cabin-class.