Sevenrooms: Search Availability
Sevenrooms via Parse · food_dining
Search for available reservation time slots at a venue. Returns shifts with bookable and requestable time slots, including duration, policies, and booking IDs needed for hold_reservation. Each time slot has a type of 'book' (instantly bookable) or 'request' (requires venue approval). Only 'book' type slots provide access_persistent_id and shift_persistent_id needed for holding. Search for available restaurant tables across any SevenRooms venue, get venue details, check available dates, and make reservations. Fulfilled by Parse from www.sevenrooms.com.
- food-dining
- maps-geo
- parse
- platform-key
- sevenrooms
- travel
- www-sevenrooms-com
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/ad4bb394-079b-49ce-9c1b-bcc748b5ac37/search_availability
- Interface artifact
- sha256:2f42b5740207eb887f222670ed6f67d7006ef17a0a7a7ab1a94aa016922a38b1
- Manifest digest
- sha256:0b768fae275db19d38ff433bd84bc11d5513db9bbc69f08a00e20a7a390fbccb
Request fields
- date (string): Date in YYYY-MM-DD format. Omitting defaults to today.
- num_days (integer): Number of days to search (1-7 recommended)
- time_slot (string): Preferred time in HH:MM format to center results around
- party_size (integer): Number of guests (1-9)
- venue_slug (string, required): The venue's URL key/slug
Example queries
- {"date":"2026-06-23","num_days":"1","time_slot":"19:00","party_size":"2","venue_slug":"wildtavernchelsea"}