Booksy: Get Time Slots
Booksy via Parse · Other
Fetch available appointment time slots for a specific date and service at a Booksy business. Returns a list of HH:MM 24-hour time strings. An empty list means the business is closed or fully booked on that date. The date must be in the future; service_variant_id and optionally staffer_id come from get_business_info. Supports multiple Booksy markets (en-us, pl-pl) via the locale parameter; auto-detects the correct market when locale is omitted or defaulted. Retrieve business details (rating, reviews, booking link, services, staff, opening hours) and available appointment time slots from Booksy. Fulfilled by Parse from booksy.com.
- b2b-directory
- booksy
- booksy-com
- maps-geo
- other
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Other
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f0902cfa-08ee-43d3-a91b-f350352983ff/get_time_slots
- Interface artifact
- sha256:ceed7d15053eec163d50572d461dc7b9f5d08ab34a04a77a93a0c9426cbb3b0f
- Manifest digest
- sha256:a8902fe34b141415540b4b4fbb9e75fa64ea7e7385028cfd16f96e4367eb3f15
Request fields
- date (string): Date to check availability, ISO format YYYY-MM-DD. Defaults to 3 days from now if omitted.
- locale (string): Booksy market locale code (e.g. 'en-us', 'pl-pl'). Determines which regional Booksy API to query. Defaults to 'en-us'; auto-detects when the business is not found in the default market.
- staffer_id (string): Staff member ID from get_business_info staff[*].id. Use -1 for no preference (any available staff).
- business_id (string): Numeric Booksy business ID.
- service_variant_id (string): Service variant ID from get_business_info services[*].variant_id.
Example queries
- {"date":"2026-08-24","staffer_id":"-1","business_id":"81004","service_variant_id":"9911968"}