Booking Reviews
booking_reviewsFetch Booking.com reviews for one or more property URLs, with configurable sorting, limits, language, and field selection.
Instructions
Fetch Booking reviews with the documented /booking-reviews endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Skip reviews. | |
| sort | No | Booking sort parameter. | |
| async | No | Deprecated compatibility flag. Prefer execution_mode. | |
| query | Yes | One or more Booking URLs. | |
| cutoff | No | Cutoff value accepted by Outscraper. | |
| fields | No | Specific fields to return. | |
| region | No | Region code. | |
| webhook | No | Optional webhook URL for async completion. | |
| language | No | Language code. | |
| reviews_limit | No | Maximum reviews per query. | |
| execution_mode | No | Execution strategy. Use auto to let the MCP server choose between sync and async. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| async | No |