Trip: Search Flights
Trip via Parse · travel
Search for flights between two cities. Returns flight itineraries with pricing, segments, and airline information. Supports one-way and round-trip searches. Results include lowest price, currency, and detailed segment info including departure/arrival times, airports, and durations. APIs for searching flights, hotels, and attractions on hk.trip.com, with access to hotel reviews and trending destinations. Fulfilled by Parse from hk.trip.com.
- hk-trip-com
- maps-geo
- parse
- platform-key
- reviews-ratings
- travel
- trip
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/9bcbfcea-6ec6-48ea-91e3-b149077443a0/search_flights
- Interface artifact
- sha256:3f58a7ce5f751523b7d8fa3914aaafe1c803e952fb1e32e6255bb6561554baa7
- Manifest digest
- sha256:8816e5e7c7a34c9417afd41748714697ea2ac5cee87068499df4e2cf9e09162a
Request fields
- origin (string, required): Origin airport or city code (e.g., HKG, NYC, PEK)
- trip_type (string): Trip type: 1 for one-way, 2 for round-trip: Allowed values: 1, 2
- depart_date (string, required): Departure date in YYYY-MM-DD format
- destination (string, required): Destination airport or city code (e.g., NRT, TYO, HKG)
- return_date (string): Return date in YYYY-MM-DD format, required when trip_type is 2 (round-trip)
Example queries
- {"origin":"HKG","trip_type":"1","depart_date":"2026-07-10","destination":"NRT","return_date":"2026-07-17"}