Enter an origin airport and dates. Hot Picks scores closed-loop itineraries — trips that start and end at home — then opens the full map of daily deals.
Let our algorithm find hand-picked deals and hidden savings.
A naive multi-city search explodes: every extra stop multiplies outbound flights, stay windows, and the return home. Hot Picks does not enumerate every combination. It runs a greedy recursive search over the flight graph, keeping only branches that still look cheap after a return-cost lookahead.
The map view is the working tool. Use this page to start a search; submit origin and dates to open the Hot Picks map. Each card is a scored itinerary, not a packaged airline multi-city ticket. Legs are typically separate one-ways, which is how budget carriers price Europe.
Want the engineering detail — C++ core, Python orchestration, scoring weights? Read how the Hot Picks algorithm works.
Hot Picks is for inspiration: you pick an origin and a window, we propose cities. If you already know the cities and stay lengths, use Combi-Search so the planner respects your route order.