Skyscanner: Search Flights
Skyscanner via Parse · travel
Search for one-way flights for a given origin, destination, and departure date. Resolves place codes to entity IDs internally and queries the Skyscanner unified search API. Returns all available flight itineraries with airline, price, departure/arrival times, duration, and booking options. Results include filter statistics (cheapest direct/stopover prices, available airlines, layover airports). The origin and destination accept Skyscanner place codes from the autocomplete endpoint (e.g. 'BER' for Berlin Brandenburg airport, 'LOND' for London city). Search flights, compare prices across airlines, and explore cheapest travel dates with autocomplete for airports and cities, one-way flight search, and daily and monthly price calendars. Fulfilled by Parse from skyscanner.de.
- finance
- maps-geo
- parse
- platform-key
- skyscanner
- skyscanner-de
- 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/33eee404-d3ea-4f24-8793-1dcfd3580c5c/search_flights
- Interface artifact
- sha256:8bf358c90dcf2089a362d56d3da727c2811b48a15942eb1ac2752e36d70b0a95
- Manifest digest
- sha256:2ac340110335e096fa68ee79607c75c2c1a17a199a1e4cdf13a21157124eb443
Request fields
- date (string, required): Departure date in YYYY-MM-DD format (e.g. '2026-07-15')
- origin (string, required): Origin airport or city place code from autocomplete (e.g. 'BER', 'FRA', 'MUC'): Allowed values: MUC, BER, FRA
- destination (string, required): Destination airport or city place code from autocomplete (e.g. 'LOND', 'PARI', 'NYCA'): Allowed values: LOND, PARI, NYCA
Example queries
- {"date":"2026-07-11","origin":"BER","destination":"LOND"}