search_stopover_itineraries
Find complete multi-day stopover itineraries between two cities: an outbound leg, 1 to 7 days in an intermediate hub city, then the onward leg, priced as one trip from live Google Flights data (GBP) with a booking link on every leg. One call evaluates dozens of hub cities and date splits. Runs as a background job: returns a jobId immediately; poll get_job_result every few seconds until status is done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | Origin city or airport, e.g. "London" | |
| nonstop | No | Nonstop legs only (default true) | |
| destination | Yes | Final destination, e.g. "Tokyo" | |
| layoverDays | No | Days to spend in the hub city (default 3) | |
| deadlineDates | Yes | Latest arrival date(s) at the destination, YYYY-MM-DD. 1 to 31 dates per call; must be real calendar dates (2026-02-30 is rejected). |