trivago_trivago-accommodation-search
[trivago] Search live hotel and accommodation listings by destination or point of interest, aggregated via trivago's metasearch of major booking sites. Returns results with price, rating, amenities, and a link per property. Supports date range, guest/room configuration, and filters for star rating, guest rating, and amenities. Use for destination- or place-name-based lodging search.
Additional Information: {"knownInformation":{"currentYear":"2026","today":"2026-09-01"}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Destination or point of interest. | |
| 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 |
| 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. | |
| 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. |