Restaurant availability and reservation monitoring
Use OpenTable endpoints to turn restaurant availability and reservation monitoring into repeatable API requests with documented inputs and JSON responses.
Turn public OpenTable mobile app data into structured dining data — restaurant profile, cuisines, hours, and price band with real-time bookable timeslots for a date/time and party size, diner reviews with per-category ratings, full menus, and free-text restaurant search near a location. Credential-free.
Extract OpenTable restaurant profiles with live bookable timeslots, diner reviews, menus, and location-based restaurant search as structured JSON.
Endpoint families
2
Documented params
17
Examples
4
Live catalog snapshot
Active endpoints
4
Methods
GET
Required params
10
Schema refs
4
{
"platform": "OpenTable",
"endpoint": "opentable-search",
"method": "GET",
"path": "/opentable/search",
"auth": "apiKey"
}Use cases
Extract OpenTable restaurant profiles with live bookable timeslots, diner reviews, menus, and location-based restaurant search as structured JSON.
Use OpenTable endpoints to turn restaurant availability and reservation monitoring into repeatable API requests with documented inputs and JSON responses.
Use OpenTable endpoints to turn diner review and rating analytics into repeatable API requests with documented inputs and JSON responses.
Use OpenTable endpoints to turn menu and price tracking into repeatable API requests with documented inputs and JSON responses.
Use OpenTable endpoints to turn location-based restaurant discovery into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live OpenTable endpoint catalog — 4 endpoints, 17 documented request parameters, and 4 published response schemas — the same catalog Docs and Playground run against.
4 documented OpenTable endpoints, grouped into 2 request families — Restaurant and Search.
17 request parameters are documented across those OpenTable endpoints, 10 of them required — the full input contract is public before you write any integration code.
4 of the 4 OpenTable endpoints ship a recorded example response, and 4 carry a documented response schema — you can code against the real JSON before the first request.
OpenTable endpoints document their error responses (400, 404, 500 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
4 hosted MCP tools back the OpenTable endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/opentable/restaurant
/opentable/search
Endpoint catalog
/opentable/searchSearches restaurants by free-text term (cuisine, name, neighborhood) near a latitude/longitude, for a given date/time and party size, including inline live availability per result. Credential-free.
MCP tool opentable_search
/opentable/restaurantReturns a restaurant's profile (location, cuisines, hours, price band, review summary) plus real-time bookable timeslots for the given date/time and party size. Credential-free.
MCP tool opentable_restaurant
/opentable/restaurant/reviewsReturns a page of diner reviews (author, text, per-category ratings) for a restaurant. Credential-free.
MCP tool opentable_restaurant_reviews
/opentable/restaurant/menusReturns a restaurant's menus (sections, items, prices). Credential-free.
MCP tool opentable_restaurant_menus
Related APIs
Travel & Hospitality
Build travel and lodging research workflows from structured Airbnb stay, room, availability, and review data.
Travel & Hospitality
Research hotels, restaurants, attractions, and destination pages from TripAdvisor with normalized listing and review endpoints.
Travel & Hospitality
Turn Expedia's Stays, Flights, and Things To Do results into structured JSON — destination search, hotel listings with pricing and reviews, flight offers, and activity search, sourced from the same API the official mobile app uses. Credential-free.
Company coverage
Booking Holdings Inc. · BKNG
OpenTable is operated by Booking Holdings Inc. (BKNG). Crawlora's SEC endpoints take the same company's CIK, so filings, financials, insider transactions and 13F holdings come from the same API key as the OpenTable endpoints above.
Other Booking Holdings Inc. platforms in the catalog
How to scrape OpenTable
Crawlora's OpenTable endpoints return restaurant profiles with live timeslots, diner reviews, full menus, and location search as normalized JSON, with no account. OpenTable's data is richer than a booking widget. The profile includes dining_style, dress_code, a price band such as $31 to $50, maximum party size and booking window, and a rating split into food, service, ambience, value, and noise.
Call /opentable/search with a term (cuisine, name, or neighborhood), a latitude and longitude, date_time, and party_size. Each result includes its address, coordinates, and the bookable timeslots around the requested time. On 2026-09-25 at 7pm for two in Lower Manhattan, 'italian' returned 20 restaurants, each with two or three nearby slots.
/opentable/restaurant returns hours as text, cuisines with a primary flag (Italian first, then Modern Tuscan and Pizza Bar), features such as ONLINE_WAITLIST, max_party_size (24 at Gran Morsi), max_advance_days (30), and photos_count. Every timeslot carries a type, a points value, and a redemption_tier, such as Standard, 100 points, DineAnywhere.
/opentable/restaurant/reviews pages diner reviews. Each has the reservation_date it relates to, the posted_date, the author's metro, and statistics with overall, food, service, ambience, value, and noise scores. That lets you track service ratings separately from food ratings.
/opentable/restaurant/menus returns each menu's sections and items with a title, price as text (for example 21.00), and description. Use it to follow menu-price changes over time.
FAQ
The profile's reviews block gives overall_rating plus separate food, service, ambience, value, and noise scores and a review_count. Each individual review carries the same sub-scores.
It depends on the restaurant. /opentable/restaurant reports max_advance_days, for example 30, and max_party_size. Query timeslots inside that window with date_time and party_size.
OpenTable adds menus with prices, per-category diner ratings, dining_style, dress_code, and points-bearing timeslots. Resy adds seating types such as Dining Room and Patio on each slot, and ticketed dining events.