Skyscanner: Search Flights
Skyscanner via Parse · travel
Search for one-way or return flights between two airports. Returns up to 20 results sorted by score with pricing and leg details. Requires origin and destination entity IDs from the autocomplete endpoint and a future departure date. Optionally accepts a return date for round-trip searches. Autocomplete airport and city names, and retrieve flight price calendars on Skyscanner India. Fulfilled by Parse from skyscanner.co.in.
- finance
- maps-geo
- parse
- platform-key
- skyscanner
- skyscanner-co-in
- travel
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/e1554788-7256-4021-ab94-1e1a90a66ee7/search_flights
- Interface artifact
- sha256:1082aeb804d08dd1bf2686377ed71f321093bfd40e32f75fee9293135f0e514c
- Manifest digest
- sha256:156d18fedc25cfa2c9105c661617a5af4aed60deefa730f6fd561a8ed3a05133
Request fields
- adults (integer): Number of adult passengers
- dest_id (string, required): Destination entity ID from the autocomplete endpoint (e.g. '95565050' for London Heathrow)
- origin_id (string, required): Origin entity ID from the autocomplete endpoint (e.g. '95673498' for New Delhi)
- cabin_class (string): Cabin class for the flight search
- return_date (string): Return date in YYYY-MM-DD format. Omit for one-way flights.
- departure_date (string, required): Departure date in YYYY-MM-DD format (must be a future date)
Example queries
- {"adults":1,"dest_id":"95565050","origin_id":"95673498","cabin_class":"ECONOMY","departure_date":"2026-07-12"}