Car deeplinks

Car launch page

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

For example:

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

Base URL:

  • https://{TemplateSiteDomain}/go/carsearch/{SearchType}/{FromDate}/{ToDate}
ParameterDescriptionRequiredDefaultPossible valuesNotes
SearchTypeType of searchYAirportAirport placeU.S Address DTI exists to support wizard type-ins.
FromDateDate rental beginsYNone2021-06-01One date format (ISO) for all POS: yyyy-mm-dd. You can search up to 330 days out.
ToDateDate rental endsYNone2021-06-05One date format (ISO) for all POS: yyyy-mm-dd. You can search up to 330 days out.
DropLocCar drop off locationNNoneDropLoc=PortlandCar drop off location.
DropTimeTime to pick up rental carN11AMDropTime=1PMTime to drop off the rental car.
DistancePick up a car within x miles of a place or addressN10Integer value to represent number of miles.Used with SearchType=Place or SearchType=USAddress; finds cars within 10 miles.
PickUpLocLocation to pick up carNNonePickUpLoc=SeaLocation to pick up car.
PickUpDateDate rental beginsNYYYY-MM-DD
PickUpTimeTime to pick up rental carN11AMPickUpTime=11AMTime to pick up rental car.
StreetStreet nameNNoneStreet=Twin Dolphin DriveStreet is mandatory for USAddress.
CityCityNNoneCity=SeattleCity is mandatory for USAddress.
StateState codeNNoneState=NYState is mandatory for USAddress.
ZipZip codeN0Zip=94005Zip is mandatory for USAddress.
ClassType of carNNoPreference• Class=NoPreference
• Class=Economy
• Class=Compact
• Class=MidSize
• Class=Standard
• Class=FullSize
• Class=Premium
• Class=Luxury
• Class=Convertible
• Class=MiniVan
• Class=SUV
• Class=SportsCar
Type of car
KindType of carN0• Kind=0 (class=NoPreference)
• Kind=2 (class=Economy)
• Kind=5 (class=Compact)
• Kind=3 (class=MidSize)
• Kind=6 (class=Standard)
• Kind=4 (class=FullSize)
• Kind=9 (class=Premium)
• Kind=7 (class=Luxury)
• Kind=12 (class=Convertible)
• Kind=8 (class=MiniVan)
• Kind=11(class=SUV)
• Kind=15(class=SportsCar)
Type of car. May be available if Class parameter is not given.
TransmissionVehicle transmission typeN2• 0 (Manual)
• 1 (Automatic)
• 2 (Either)
AirConditioningA/V flagN2• 0 (without A/C)
• 1 (with A/C)
• 2 (either)
ItinIdItinerary IdItinID=1234567890Integer value
EquipmentEquipment available in carN• I = Infant car seat
• S = Ski rack
• L = Left hand control
• N = Navigational system
• T = Toddler car seat
• W = Snow chains
• R = Right hand control (Handicap)
Pass multiple equipment options in a comma delimited format.
VicinityLandmark to search nearNAIRPORTAIRPORT, CITY, CITYANDVICINITYLandmark to search near.
CouponCodeCouponCodeN
RateCodeRateCodeN
OtherCodeOtherCodeN
CorpDiscNumCorporate discount numberN
RenterName of the car companyN• AC - E Rent A Car
• AD - Advantage Rent-A-Car
• AL - Alamo Rent A Car
• EP - Europcar
• ET - Enterprise
• EY - Economy Rent a Car
• FX - Fox Rental Cars
• MW - Midway Car Rental
• NU - NÜ Car
• SV - U-Save
• SX - Sixt
• ZA - Payless
• ZD - Budget
• ZE - Hertz
• ZI - Avis
• ZL - National Car Rental
• ZR - Dollar Rent A Car
• ZT - Thrifty Car Rental
2-letter car vendor code. If omitted, then results include all available.
xmlFlags whether to return results in XML formN00 1
qscrFlag to set cars search in emain urlNcarscars

Examples

  • Search for car at an airport with same pick up/drop off: https://www.expedia.com/go/car/search/Airport/2022-11-01/2022-11-05?PickUpLoc=sea&DiffDropLoc=0&PickUpTime=11AM&DropTime=11AM&Class=NoPreference

  • Search for car at an airport with different drop off location (pick up in Seattle, drop off in Portland): https://www.expedia.com/go/car/search/Airport/2022-11-01/2022-11-05?PickUpLoc=sea&DiffDropLoc=1&DropLoc=pdx&PickUpTime=11AM&DropTime=11AM&Class=NoPreference

  • Search for premium car class at an airport with same drop off: https://www.expedia.com/go/car/search/Airport/2022-11-01/2022-11-05?PickUpLoc=sea&DiffDropLoc=0&PickUpTime=11AM&DropTime=11AM&Class=Premium

  • Search for SUV car class at an airport, Thrifty: https://www.expedia.com/go/car/search/Airport/2022-11-01/2022-11-05?PickUpLoc=sea&DiffDropLoc=0&PickUpTime=11AM&DropTime=11AM&Renter=ZT&Class=SUV

  • Search for SUV car class at an airport, Thrifty, with a corporate discount number: https://www.expedia.com/go/car/search/Airport/2022-11-01/2022-11-05?PickUpLoc=sea&DiffDropLoc=0&PickUpTime=11AM&DropTime=11AM&Renter=ZT&Class=SUV&CorpDiscNum=1111

  • Search for SUV car class at an airport, Thrifty, with a special or advertised rate: https://www.expedia.com/go/car/search/Airport/2022-11-01/2022-11-05?PickUpLoc=sea&DiffDropLoc=0&PickUpTime=11AM&DropTime=11AM&Renter=ZT&Class=SUV&RateCode=1111

  • Search for rental car with navigational system additional option: https://www.expedia.com/go/car/search/Airport/2022-11-01/2022-11-05?PickUpLoc=sea&DiffDropLoc=0&PickUpTime=11AM&DropTime=11AM&Class=NoPreference&Equipment=N

  • Search for rental car with infant child seat additional option: https://www.expedia.com/go/car/search/Airport/2022-11-01/2022-11-05?PickUpLoc=sea&DiffDropLoc=0&PickUpTime=11AM&DropTime=11AM&Class=NoPreference&Equipment=I

  • Search for a rental car within 10 miles of a city or attraction: https://www.expedia.com/go/car/search/Place/2022-11-01/2022-11-05?PickUpLoc=seattle&Distance=10&PickUpTime=11AM&DropTime=11AM&Class=NoPreference

Dateless car search example

  • Dateless car search (note that the user will be prompted to enter dates on the landing page): https://www.expedia.com/go/car/search/Airport/0000-00-00/0000-00-00?PickUpLoc=SEA&DiffDropLoc=0&PickUpTime=11AM&DropTime=11AM&Class=NoPreference
Did you find this page helpful?
How can we improve this content?
Thank you for helping us improve!