Flights deeplinks

Flights launch page

The deeplink URL structure for the flights launch page is https://{TemplateSiteDomain}/go/flight/launch.

For example:

https://www.expedia.com/go/flight/launch

Base URL:

  • /go/flight/search/{tripType(oneway or roundtrip)}/{startDate}/{endDate}

Resolve URL:

  • /Flights-Search
ParameterDescriptionRequiredDefaultPossible valuesNotes
TripTypeType of flightYRoundTripRoundTrip
OneWay
If omitted, search will default to RoundTrip
FromAirportDeparture city/airportNAny valid city or airport codeString value
ToAirportDestination city/airportNAny valid city or airport codeString Value
FromDateDeparture dateYWithout a date, flexible dates are searchedYYYY-MM-DDYou can search up to 330 days out
FromTimeDeparture timeNAnytimeSee possible times tableString or integer value
ToDateReturn dateYWithout a date, flexible dates are searchedYYYY-MM-DDYou can search up to 330 days out
ToTimeReturn timeNAnytimeYou can search up to 330 days out
ClassPreferred classN3• 3 (Economy/Coach)
• 2 (Business)
• 1 (First Class)
Economy/coach is default search
currencyAbbreviated currency codeNPOS defaultE.g. USD, EUR, JPYThe currency that the user would like to use on the POS. Only values supported by the POS will update the page.
DirectDenotes non-stop only flightsN0• 1 (non-stop only)
• 0 (all flights)
Integer value
NoChangePenaltyAvoid change penaltiesN0• 1 (avoid change penalties)
• 0 (all flights)
Integer value
AirlinePreferred airlineNTwo letter string value
NumAdultNumber of adult passengersN0Any integer up to 6Must book between 1 and 6 passengers
NumSeniorNumber of senior passengersN0Any integer up to 6Integer value
NumChildNumber of Child passengersN0Any integer up to 6Integer value
InfantInSeatInfants under 2N0• 1 (Infant in their own seat)
• 0 (nothing)
Integer value

Required if NumChild > 0. If infant is traveling as lap child, don't pass, if infant is traveling in own seat, pass InfantInSeat=1
ItinIDItinerary number to attach flight toNItinID=111Integer value

Conditional parameters

ParameterDescriptionRequiredDefaultPossible valuesNotes
AGE_PER_CHILDAges of traveling childrenN0If NumChild=3 Age1=3&Age2=5&Age3=8Required if NumChild > 0

Roundtrip flights search examples

  • Rountrip, 2 adults: https://www.expedia.com/go/flight/search/Roundtrip/2022-12-27/2023-01-01?load=1&FromAirport=SEA&ToAirport=SFO&FromTime=362&ToTime=362&NumAdult=2

  • Rountrip, 2 adults, 2 children (child 1 age 3; child 2 age 8): https://www.expedia.com/go/flight/search/Roundtrip/2022-12-27/2023-01-01?load=1&FromAirport=SEA&ToAirport=SFO&FromTime=362&ToTime=362&NumAdult=2&NumChild=2&Child1Age=3&Child2Age=8

  • Rountrip, 2 adults, 2 children (child 1 age 1 (infant in lap); child 2 age 8): https://www.expedia.com/go/flight/search/Roundtrip/2022-12-27/2023-01-01?load=1&FromAirport=SEA&ToAirport=SFO&FromTime=362&ToTime=362&NumAdult=2&NumChild=2&Child1Age=1&Child2Age=8&InfantInSeat=1

  • Rountrip, 2 adults, 2 children (child 1 age 1 (infant in lap); child 2 age 8): https://www.expedia.com/go/flight/search/Roundtrip/2022-12-27/2023-01-01?load=1&FromAirport=SEA&ToAirport=SFO&FromTime=362&ToTime=362&NumAdult=2&NumChild=2&Child1Age=1&Child2Age=8&InfantInSeat=1

  • Rountrip, 2 adults, 1 senior: https://www.expedia.com/go/flight/search/Roundtrip/2022-12-27/2023-01-01?load=1&FromAirport=SEA&ToAirport=SFO&FromTime=362&ToTime=362&NumAdult=2&NumSenior=1

One-way flights search examples

  • One-way, 2 adults, 2 children (child 1 age 3; child 2 age 8): https://www.expedia.com/go/flight/search/oneway/2022-12-27/2023-12-27?load=1&FromAirport=SEA&ToAirport=SFO&FromTime=362&NumAdult=2&NumChild=2&Child1Age=3&Child2Age=8&InfantInSeat=1

  • One-way, 2 adults, 2 children (child 1 age 1 (infant in seat); child 2 age 8): https://www.expedia.com/go/flight/search/oneway/2022-12-27/2022-12-27?load=1&FromAirport=SEA&ToAirport=SFO&FromTime=362&NumAdult=2&NumChild=2&Child1Age=1&Child2Age=8&InfantInSeat=1

Dateless flights search example

Note: It is not recommended to use dateless flights search deeplinks. However, if you really need to use them, replace the dates with 0000-00-00 and you will be taken to a page to enter dates. Removing the dates completely will return a 404 page.

  • Rountrip, 2 adults: https://{TemplateSiteDomain}/go/flight/search/Roundtrip/0000-00-00/0000-00-00?load=1&FromAirport=SEA&ToAirport=SFO&FromTime=362&ToTime=362&NumAdult=2
Did you find this page helpful?
How can we improve this content?
Thank you for helping us improve!