trivago_trivago-accommodation-radius-search
[trivago] Search live hotel and accommodation listings near specific coordinates — a landmark, address, venue, or neighborhood — aggregated via trivago's metasearch of major booking sites. Returns the same, filterable results as trivago-accommodation-search. Use when the user anchors their search to a place rather than a named destination (e.g. "near the stadium," "within walking distance of X").
Additional Information: {"knownInformation":{"currentYear":"2026","today":"2026-09-01"}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rooms | No | The number of rooms, Number of rooms must be lower than or equal to the number of adults | |
| adults | No | The number of adults. | |
| arrival | Yes | The arrival date in YYYY-MM-DD format, today is 2026-09-01. The arrival date MUST be before the departure date. If the arrival date is not in the future, notify the user that the arrival date is not in the future. | |
| country | No | ISO alpha-2 country code that determines market-specific pricing and content. Default: US. | US |
| filters | No | The filters that you want to apply to the search. Set true or false for each filter. Multiple filters can be selected. | |
| children | No | The number of children. | |
| currency | No | ISO 4217 currency code used to display prices. Default: USD. | USD |
| language | No | Language code for translated content (e.g. EN_US, DE_DE, ZH_HANS_CN). Default: EN_US. | EN_US |
| latitude | Yes | Latitude of the search target location (landmark, address, or neighborhood — not the user's location). | |
| departure | Yes | The departure date in YYYY-MM-DD format, today is 2026-09-01. The departure date MUST be after the arrival date. If the departure date is not after the arrival date, notify the user that the departure date is not after the arrival date. | |
| longitude | Yes | Longitude of the search target location (landmark, address, or neighborhood — not the user's location). | |
| hotel_rating | No | The hotel rating that you want to filter by. Set true or false for each rating. Multiple ratings can be selected. | |
| children_ages | No | Dashed separated list of children ages, e.g. 10-12-14 | |
| review_rating | No | The guest review rating that you want to filter by. Set true or false for each rating. Multiple ratings can be selected. |