booking_reviews
Fetch normalized Booking.com guest reviews for a hotel by ID and country code, and filter review content by optional search text to locate specific feedback.
Instructions
Booking.com hotel reviews. Returns normalized guest reviews for a Booking.com hotel, with an optional free-text search over review content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based result page, default 1 | |
| limit | No | Reviews per page, 1-25, default 10 | |
| hotel_id | Yes | Booking.com hotel id, from a prior search's property id | |
| hotel_score | No | Hotel's overall review score | |
| search_text | No | Optional free-text search over review content | |
| destination_id | No | Destination id (ufi), from a prior search response | |
| hotel_country_code | Yes | Hotel's country code, from a prior search response |