Almosafer: Get Fares Calendar
Almosafer via Parse · travel
Get a fare calendar showing the cheapest one-way prices for each date in a given range for a route. The upstream API supports a maximum 7-day window per request; wider ranges are automatically chunked into multiple requests. Search and compare flights on Almosafer.com with filtering, fare calendar, and airport/airline information lookup Fulfilled by Parse from almosafer.com.
- almosafer
- almosafer-com
- 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/775b2738-2d03-4e34-a269-8c51b572e0a2/get_fares_calendar
- Interface artifact
- sha256:8ae5f92773bd00bd86a33149f96c853e904b0a48fb23af036e1b647e24cc1676
- Manifest digest
- sha256:f5d923f9f248b01af213c92ddebf33a4f3b4851fd1025f1aa80e3c22e59025e5
Request fields
- cabin (string): Cabin class: Economy, Business, First: Allowed values: Economy, Business, First
- adults (integer): Number of adult passengers
- origin (string, required): Origin airport IATA code
- infants (integer): Number of infant passengers
- children (integer): Number of child passengers
- currency (string): Price currency code
- destination (string, required): Destination airport IATA code
- departure_to (string, required): End of date range in YYYY-MM-DD format
- departure_from (string, required): Start of date range in YYYY-MM-DD format
Example queries
- {"cabin":"Economy","adults":"1","origin":"RUH","infants":"0","children":"0","currency":"USD","destination":"JED","departure_to":"2026-07-01","departure_from":"2026-06-25"}