OpenTable Data API
# OpenTable Data API Access restaurant data from OpenTable's network of 60,000+ restaurants worldwide. Search restaurants, get detailed profiles, read reviews, and discover locations. ## Endpoints | Method | Path | Description | |--------|------|-------------| | GET | /search | Search restaurants by location, date, party size | | GET | /restaurant/{slug} | Get full restaurant details | | GET |…
OpenTable Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| search | ||
| GET |
searchRestaurants /search |
Search for restaurants by location, date, party size, cuisine, and more. Returns up to 50 results per page with ratings, photos, and availability info. |
| restaurant | ||
| GET |
getRestaurantReviews /restaurant/{slug}/reviews |
Get reviews for a restaurant. Returns up to 10 most recent reviews with ratings, user info, and helpfulness scores. |
| GET |
getRestaurantDetail /restaurant/{slug} |
Get full restaurant profile including description, hours, photos, cuisine, ratings, experiences, and more. |
OpenTable Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $40 / month | — |
|
| MEGA | $150 / month | — |
|