Tock: Batch Availability
Tock via Parse · food_dining
Batch availability check for multiple venues on a single date. Accepts a comma-separated list of venue slugs, a date, time, and party size. For each slug, returns the echoed input_identifier, resolved_slug, a list of bookable absolute times, and an error field (null on success, string message on per-venue failure). Makes one venue-page request plus one calendar request per slug. An empty bookable_times array means no availability for that venue. Mirrors the OpenTable batch_availability response shape. Search for restaurants on Tock (exploretock.com) and get detailed restaurant information including accolades, FAQs, and contact details. Fulfilled by Parse from tock.com.
- food-dining
- parse
- platform-key
- reviews-ratings
- tock
- tock-com
- 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/56407e7b-33ee-493f-b58a-62046858269c/batch_availability
- Interface artifact
- sha256:ccd59bff6ef4345715ab00cb2fcc2e0dd01ee39b83f3c7dcbd16a8e01604365f
- Manifest digest
- sha256:c6d6901d305295163927993f126e66fbe1e26c00fdfeedb84c5aaf07254e9dd0
Request fields
- date (string, required): Date to check availability in ISO format YYYY-MM-DD (e.g. '2026-09-20')
- time (string): Preferred time of day in HH:MM format, used as a hint for the upstream calendar query (e.g. '19:00', '20:00')
- slugs (string, required): Comma-separated venue slugs from search_restaurants results (e.g. 'alinea,oriolechicago,topolobampo')
- party_size (integer): Number of guests. Slots are filtered to those accepting this party size.
Example queries
- {"date":"2026-09-20","slugs":"oriolechicago"}