Kayak: Search Flights
Kayak via Parse · travel
Search for one-way flights between two airports. Returns flight options with pricing in HKD, schedules, stop information, and booking links. Results are sorted by best match. Each request searches a single origin-destination pair on a specific date. Search flight results from kayak.com.hk (via Agoda) with support for single-route searches and multi-origin flexible-date searches. Returns pricing in HKD, schedules, and booking links. Fulfilled by Parse from kayak.com.hk.
- finance
- kayak
- kayak-com-hk
- marketplace
- parse
- platform-key
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/b2498c0a-fe38-461b-a89a-4dedd037a506/search_flights
- Interface artifact
- sha256:10e2f438d15c78f0e97e5aa3b051367b5bae73f372100a92be625a8daad53a80
- Manifest digest
- sha256:bb50d45264888fb0257e884d38422b6199b28fed33f89001ee5271a1b61f7eec
Request fields
- date (string, required): Departure date in YYYY-MM-DD format.
- cabin (string): Cabin class.: Allowed values: Economy, PremiumEconomy, Business, First
- limit (integer): Maximum number of flight results to return.
- origin (string, required): Origin airport IATA code (e.g. HND, NRT, LAX, JFK).
- destination (string, required): Destination airport IATA code (e.g. YVR, SFO, LHR).
Example queries
- {"date":"2026-07-12","cabin":"Economy","limit":"5","origin":"HND","destination":"YVR"}