Skyscanner: Get Price Calendar
Skyscanner via Parse · travel
Retrieve the cheapest available flight prices for a route across a date range. Returns daily prices with price groupings (low/medium/high). The API returns prices starting from the current date regardless of the month specified. Requires origin and destination entity IDs (from autocomplete) plus their IATA codes. 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.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e1554788-7256-4021-ab94-1e1a90a66ee7/get_price_calendar
- Interface artifact
- sha256:b5dbde2aef4f03b9e24e78bb1c357d2bd220d1d5bbef23f37c7dbed175dcad1e
- Manifest digest
- sha256:a5122759a0b32f9462e1a562f1f224b075c549b14381c00053e093bfbdb9e09e
Request fields
- year (string, required): Year for the calendar in YYYY format (e.g. '2026')
- month (string, required): Month for the calendar, 1-12 (e.g. '7' for July)
- dest_id (string, required): Destination entity ID from the autocomplete endpoint (e.g. '27544008' for London)
- origin_id (string, required): Origin entity ID from the autocomplete endpoint (e.g. '95565050' for London Heathrow)
- dest_sky_id (string, required): IATA code of the destination airport (e.g. 'LHR' for London Heathrow)
- origin_sky_id (string, required): IATA code of the origin airport (e.g. 'DEL' for Delhi, 'JFK' for New York JFK)
Example queries
- {"year":"2026","month":"7","dest_id":"95565050","origin_id":"95673498","dest_sky_id":"LHR","origin_sky_id":"DEL"}