Aircanada: Search Flights
Aircanada via Parse · travel
Search for available Air Canada flights between two airports on a given date. Returns all flight options with detailed pricing, fare rules, aircraft info, and segment details. Supports one-way and round-trip searches with multiple passenger types. Each flight includes segments with aircraft details, and fares across cabin classes (Economy Y, Premium Economy O, Business J) with multiple fare families per cabin. Search for Air Canada flights between any two airports with full fare and schedule details. Returns all available flights with pricing across fare families (Basic, Standard, Flex, Comfort, Latitude, Business) and detailed segment information. Fulfilled by Parse from www.aircanada.com.
- aircanada
- finance
- maps-geo
- parse
- platform-key
- travel
- www-aircanada-com
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d1ff8525-8a52-45df-910a-5b13ba14d6d9/search_flights
- Interface artifact
- sha256:cb2ab3bb0c8a3eb8be2961ebf06fe5264bf982b62ca7adb36ef0c66618437352
- Manifest digest
- sha256:aa35226eb8c0acbf0f079b56c2975dc9a52dc4a49d15206887979167d6b43e53
Request fields
- date (string, required): Departure date in YYYY-MM-DD format
- youth (integer): Number of youth passengers
- adults (integer): Number of adult passengers
- origin (string, required): Origin airport IATA code (e.g., LGA, YVR, JFK, YYZ)
- country (string): Country code for pricing (e.g., US, CA)
- children (integer): Number of child passengers
- trip_type (string): Trip type: OneWay or RoundTrip: Allowed values: OneWay, RoundTrip
- destination (string, required): Destination airport IATA code (e.g., YYZ, YUL, LAX, YVR)
- infants_lap (integer): Number of infants on lap
- return_date (string): Return date in YYYY-MM-DD format (required when trip_type is RoundTrip)
- infants_seat (integer): Number of infants with seat
Example queries
- {"date":"2026-06-25","youth":"0","adults":"1","origin":"YYZ","country":"US","children":"0","trip_type":"OneWay","destination":"YVR","infants_lap":"0","return_date":"2026-07-02","infants_seat":"0"}