almosafer.com API: search_flights
almosafer.com via Parse · travel
Search for flights between airports with optional filtering by airline, stops, price, and more. Supports one-way and round-trip searches across all cabin classes. Returns flight itineraries sorted by the specified criteria. The upstream search is asynchronous — the scraper polls until all provider results are collected. Search and compare flights on Almosafer.com with filtering, fare calendar, and airport/airline information lookup Fulfilled by Parse from almosafer.com.
- 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/search_flights
- Interface artifact
- sha256:9609dfdc6e7d669e1060ec1d05b87cc4c6fbf99c184c37bba96787931c16ffbe
- Manifest digest
- sha256:3a1f15ef1537a678cd9a7d2c5c27ee5f2d3e77b895a66f98c110794dc89ab8ea
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 (e.g., RUH, DXB, JFK)
- infants (integer): Number of infant passengers (under 2)
- sort_by (string): Sort results by: price, duration, stops: Allowed values: price, duration, stops
- airlines (string): Filter by airline codes, comma-separated (e.g., SV,F3,XY)
- children (integer): Number of child passengers (2-11 years)
- currency (string): Price currency code (USD, SAR, EUR, etc.)
- max_price (number): Maximum total price filter
- max_stops (integer): Maximum number of stops (0 for nonstop)
- min_price (number): Minimum total price filter
- destination (string, required): Destination airport IATA code (e.g., JED, CAI, LHR)
- return_date (string): Return date in YYYY-MM-DD format. Omit for one-way search
- nonstop_only (string): Set to 'true' to show only nonstop flights
- departure_date (string, required): Departure date in YYYY-MM-DD format
- refundable_only (string): Set to 'true' to show only refundable fares
Example queries
- {"cabin":"Economy","adults":"1","origin":"RUH","infants":"0","sort_by":"price","airlines":"SV","children":"0","currency":"USD","max_price":"5000","max_stops":"1","min_price":"0","destination":"JED","return_date":"2026-07-02","nonstop_only":"false","departure_date":"2026-06-25","refundable_only":"false"}