Itasoftware: Search Flights
Itasoftware via Parse · travel
Search ITA Matrix for one-way flight itineraries from one or more origin airports to a destination on a specific date. Returns all matching fare combinations sorted by cheapest price, including price, airlines, departure/arrival times, duration, number of stops, and connection airports. Supports pagination via page and page_size parameters; when omitted, page defaults to 1 and page_size to 25. The upstream search is computation-intensive for large origin lists; very large queries (30+ origins) may occasionally time out on the first attempt and succeed on retry. Search ITA Matrix (Google's flight search tool) for one-way flight itineraries between multiple origin airports and a destination, returning fare combinations sorted by price. Fulfilled by Parse from matrix.itasoftware.com.
- finance
- itasoftware
- maps-geo
- matrix-itasoftware-com
- 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/4657c280-b419-4e2b-b4e7-26c6ccf21ed1/search_flights
- Interface artifact
- sha256:5fb3c5dc7d195a42befcf7a6b53dd9b697c1444644cb5bdb120cf819333ed8b5
- Manifest digest
- sha256:e052bbb842d340bd0dbdecb1636c60ce376f6aea7e60334ccf03c1960ad1028d
Request fields
- page (integer): Page number for paginated results.
- cabin (string): Cabin class for the search.
- origins (string, required): Comma-separated IATA airport codes for origin airports (e.g. BEL,CNF,GIG). Supports multiple origins in a single search.
- routing (string): Optional routing constraint — an IATA airport code that connections must route through (e.g. GRU for São Paulo Guarulhos). Omitting returns all available routings.
- currency (string): Currency code for prices (e.g. BRL, USD, EUR).
- page_size (integer): Number of results per page. Maximum 500.
- destination (string): IATA airport code for the destination airport.
- departure_date (string, required): Departure date in YYYY-MM-DD format.
Example queries
- {"origins":"BEL,CNF","departure_date":"2027-02-27"}