skyscanner.com API: get_price_calendar_monthly
skyscanner.com via Parse · travel
Get monthly cheapest flight prices for a route over the next 12 months. Uses geo IDs from search_places for origin/destination. Search for flights, airports, and price calendars on Skyscanner. Get comprehensive flight search results with pricing from multiple booking agents, daily and monthly price calendars for trip planning, and airport/city search for place resolution. Fulfilled by Parse from skyscanner.com.
- maps-geo
- marketplace
- parse
- platform-key
- skyscanner-com
- 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/f1fc6c1e-f28b-4354-8ec8-eed3deed11d3/get_price_calendar_monthly
- Interface artifact
- sha256:7c675305703258cdacb85ce8c870fb0909a41a67fae5d77a14d23088cf748daa
- Manifest digest
- sha256:01a60d8be1f46e744971447e5617691b8fd8d3370a5cf815439c6f84aef825a8
Request fields
- locale (string): Locale for results
- market (string): Market/country code
- currency (string): Currency code for prices
- origin_id (string, required): Origin geo ID from search_places (e.g., the geo ID returned for your chosen origin city).
- trip_type (string): Trip type: 'one_way' or 'return': Allowed values: one_way, return
- direct_only (boolean): Only show direct flights
- destination_id (string, required): Destination geo ID from search_places (e.g., the geo ID returned for your chosen destination city).
Example queries
- {"locale":"en-US","market":"US","currency":"USD","origin_id":"27537542","trip_type":"one_way","direct_only":"false","destination_id":"27544008"}