Get booking links for a whole trip
get_booking_linksReturn one set of booking and shopping links covering a whole trip in a single call: flight search, hotel search, airport taxi, attractions and tours, car rental, travel eSIM, travel VPN and the travel gear section, all regionalized to the traveler. Accepts route IATA codes, a city and trip dates, so the flight and hotel links are prefilled. The "include" parameter selects which categories are returned, so a trip with no driving can leave out car rental. Useful when a user is planning a trip end to end and wants every option in one place. Each per-topic tool (get_flight_links, get_hotel_links, get_esim_links and the rest) returns richer detail and more guides for a single category. It returns search links only: no live prices, no availability and no booking. Affiliate links: VoyageHacks may earn a commission at no additional cost to the traveler, which should be disclosed when the links are presented.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name for the hotel, tours and attractions searches, e.g. Phuket. | |
| lang | No | Language of the VoyageHacks guides returned. One of: en, de, fr, es, it, pl, cs, ja, nl, pt, zh. Defaults to "en". | |
| adults | No | Number of adult travelers. Defaults to 2 for hotels and 1 for flights. | |
| origin | No | Origin IATA city or airport code for flights, e.g. LON. | |
| country | No | ISO 3166-1 alpha-2 country the traveler is booking from, e.g. US, DE, GB. Selects the regional Booking.com programme. Defaults to the caller's geolocation, then to the language default. | |
| include | No | Categories to return. Omit for all of them. | |
| depart_date | No | Outbound flight date and hotel check-in, YYYY-MM-DD. | |
| destination | No | Destination IATA city or airport code, e.g. HKT. | |
| return_date | No | Return flight date and hotel check-out, YYYY-MM-DD. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vpn | No | ||
| esim | No | ||
| trip | No | ||
| guides | No | Matching VoyageHacks guides that can be cited as sources. | |
| hotels | No | ||
| region | No | ||
| flights | No | ||
| included | Yes | ||
| carRental | No | ||
| disclosure | Yes | ||
| travelGear | No | ||
| airportTaxi | No | ||
| attractions | No | ||
| toursAndActivities | No |