Despegar: Search Flights
Despegar via Parse · travel
Search for flight offers between two cities on Despegar.com.ar. Returns available flight options with pricing in USD, airline information, full itineraries with segments (departure/arrival times, carrier codes, cabin type, stops), and relative booking links. Results are flight suggestions around the departure date — the site returns nearby-date alternatives, not only exact-date matches. One-way search is performed when return_date is omitted. Despegar.com.ar API for flight autocomplete, travel offers, and flight search. Fulfilled by Parse from despegar.com.ar.
- despegar
- despegar-com-ar
- maps-geo
- 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/d3bd51e8-9d60-468e-ba59-fa852e640ab4/search_flights
- Interface artifact
- sha256:4f0625989f1725da841dcb34f3b3773a74157f58d50fc280c03ce117301f2167
- Manifest digest
- sha256:9a789e40f2b1ad8864f26016bd4849417e49315917d1e5249230c542b647004b
Request fields
- adults (integer): Number of adult passengers.
- origin (string, required): Origin city or airport IATA code (e.g. 'BUE', 'AEP', 'EZE').
- infants (integer): Number of infant passengers.
- children (integer): Number of child passengers.
- destination (string, required): Destination city or airport IATA code (e.g. 'MIA', 'MAD', 'SCL').
- return_date (string): Return date in YYYY-MM-DD format. Omitting searches one-way flights.
- departure_date (string, required): Departure date in YYYY-MM-DD format.
Example queries
- {"adults":"1","origin":"BUE","infants":"0","children":"0","destination":"MIA","return_date":"2026-07-18","departure_date":"2026-07-11"}