Opentable: Get Restaurant Availability
Opentable via Parse · food_dining
Get real-time available time slots for one or more restaurants on a given date and time. Returns slot details including time offsets from the requested time, availability tokens, seating types, and experience information. Requires restaurant IDs from search_restaurants results. 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_restaurant_availability
- Interface artifact
- sha256:fc1b3d165de774dcddf63ddbecedeacea86103001fdaeadcce73168902264de7
- Manifest digest
- sha256:30c4177eb25b08ed663708a07be1422d067daf7f1a2adb8c4398f933a98872e9
Request fields
- date (string, required): Booking date in YYYY-MM-DD format (e.g., 2026-06-25).
- time (string, required): Booking time in HH:MM format (e.g., 19:00).
- party_size (integer): Number of people.
- restaurant_ids (string, required): Comma-separated list of numeric restaurant IDs (e.g., 1339783,251059). IDs are found in search_restaurants results as restaurantId.
Example queries
- {"date":"2026-08-13","time":"19:00","party_size":"2","restaurant_ids":"1339783"}