Trip: Search Flights
Trip via Parse · travel
Search for one-way flights between two cities. Returns flight details including segments, airlines, departure/arrival times, duration, stops, pricing, cabin class, and a booking URL for each flight. All matching flights are returned in one response sorted by directness by default. Search for flights and get low price calendar data from Trip.com Fulfilled by Parse from us.trip.com.
- parse
- platform-key
- travel
- trip
- us-trip-com
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/2e3b4b01-36ff-45b1-8d79-7f4684575e71/search_flights
- Interface artifact
- sha256:93fd117e7ccd181e0ddc996927eacd13f2b47ed15a9a49dbaa97d8c9a9c54be4
- Manifest digest
- sha256:553b998858445aaaa9104409d3f84d561a258a19e305c0cbccc2efdaaab446a7
Request fields
- adults (integer): Number of adult passengers (1-9)
- infants (integer): Number of infant passengers (0-9)
- children (integer): Number of child passengers (0-9)
- arrive_city (string, required): Arrival city IATA code (e.g., LAX, ORD, CDG)
- cabin_class (string): Cabin class for the flight search.: Allowed values: economy, premium_economy, business, first
- depart_city (string, required): Departure city IATA code (e.g., NYC, SFO, LHR)
- depart_date (string): Departure date in YYYY-MM-DD format. Omitting defaults to 30 days from today.
Example queries
- {"adults":"1","infants":"0","children":"0","arrive_city":"LAX","cabin_class":"economy","depart_city":"NYC","depart_date":"2026-09-06"}