Ceair: Search Flights
Ceair via Parse · travel
Search for available flights between departure and arrival cities on a specific date. Returns a flat list of flight offers with pricing, cabin classes, schedules, and aircraft details. Uses city codes (e.g., SHA for Shanghai, BJS for Beijing). Use get_cities to look up valid city codes. Results include the lowest available price per flight across all cabin classes. Search flights, check real-time flight status, and get city/airport data from China Eastern Airlines (ceair.com) Fulfilled by Parse from m.ceair.com.
- ceair
- m-ceair-com
- maps-geo
- parse
- platform-key
- travel
- weather
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/43fdabd8-4ad8-451f-94fa-d37591a26ef9/search_flights
- Interface artifact
- sha256:c0b9b7c63a697dcc4cdcd63e71a07529aeda2c2b0b4d03d13d4ad680df6c128c
- Manifest digest
- sha256:11eadb0e2552e515d517cbd4e1ed3f557428956bc9287de3b81a731951c8defe
Request fields
- arr_city (string, required): Arrival city code (e.g., BJS for Beijing, HGH for Hangzhou). Use get_cities to find valid codes.
- dep_city (string, required): Departure city code (e.g., SHA for Shanghai, CKG for Chongqing). Use get_cities to find valid codes.
- dep_date (string, required): Departure date in YYYY-MM-DD format (must be a future date)
- adult_num (integer): Number of adult passengers
- trip_type (string): Trip type: OW (one-way) or RT (round-trip): Allowed values: OW, RT
Example queries
- {"arr_city":"BJS","dep_city":"SHA","dep_date":"2026-06-19","adult_num":"1","trip_type":"OW"}