Tock: Get Availability Times
Tock via Parse · food_dining
Lean single-venue availability check. Accepts a slug, date, preferred time, and party size. Returns only the echoed input identifier, the resolved slug, and a sorted list of bookable absolute times for that date and party size. Skips the offerings call — makes one upstream calendar request after resolving the restaurant's business ID from its page. An empty bookable_times array means no availability. Diagnostic counterpart to get_availability for measuring whether cost is driven by response weight or upstream call count. 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/get_availability_times
- Interface artifact
- sha256:9e22eced2afc7b8e531a6476a65f651285ea57f69675fabaeb3aca5a9d4a1650
- Manifest digest
- sha256:cb09b2edcb49f84c647d136a22cd71a21d5dea24d60966fb6176fc4dec0aa192
Request fields
- date (string, required): Date to check availability in ISO format YYYY-MM-DD (e.g. '2026-09-20')
- slug (string, required): Restaurant URL slug from search_restaurants results (e.g. 'alinea', 'oriolechicago')
- 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')
- party_size (integer): Number of guests. Slots are filtered to those accepting this party size.
Example queries
- {"date":"2026-09-20","slug":"oriolechicago"}