opentable_restaurant_reviews
Retrieve restaurant diner reviews from OpenTable by restaurant ID. Returns author, text, and per-category ratings, with pagination support and no credentials required.
Instructions
Get a page of an OpenTable restaurant's diner reviews. Returns a page of diner reviews (author, text, per-category ratings) for a restaurant. Credential-free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, default 1 | |
| size | No | Reviews per page, default 20 | |
| restaurant_id | Yes | OpenTable restaurant id |