Opentable: Get Booking Count
Opentable via Parse · food_dining
Get the 'Booked N times today' statistic for a specific restaurant. Accepts one of three mutually exclusive identifiers: slug, restaurant_id, or name. Returns the booking count and raw label text. Search restaurants, check real-time availability, and browse curated dining options on OpenTable Canada. Fulfilled by Parse from opentable.ca.
- food-dining
- opentable
- opentable-ca
- parse
- platform-key
- reviews-ratings
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f956bcfe-cab2-4cec-a73e-37b56c6835cf/get_booking_count
- Interface artifact
- sha256:08df448a30035a71ae2eebe43ee463fd4ff5f091eadaa8445c53978be5cb1338
- Manifest digest
- sha256:561768d134182bdcd3e224c3d003a29295318746c24c6c4f2aa4ee96ea604400
Request fields
- name (string): Full restaurant name as a search term. Resolves by searching and matching the top result.
- slug (string): Restaurant URL slug (e.g., general-public-toronto). The path segment after /r/ in an OpenTable URL.
- restaurant_id (integer): Numeric restaurant ID from search_restaurants results (restaurantId field).
Example queries
- {"name":"General Public","slug":"general-public-toronto","restaurant_id":"1027057"}