Zocdoc: Get Practice Availability
Zocdoc via Parse · healthcare
Retrieve bookable appointment slots for the next 90 days across all providers in a given Zocdoc practice. Returns practice info, a deduplicated list of providers who have at least one slot, and all available time slots ordered ascending by start time. Slots are fetched in 14-day windows via the availability API. Returns an empty slots list (not an error) when no availability exists. Each provider includes their photo URL, primary specialty, pre-nominal prefix, and post-nominal suffix. The practice can be identified by slug directly, or by name via the practice_name parameter (which searches Zocdoc and resolves to a slug). When both slug and practice_name are provided, slug takes precedence. Search for doctors and practices on Zocdoc by specialty and location, and retrieve detailed profiles and reviews. Fulfilled by Parse from zocdoc.com.
- healthcare
- maps-geo
- parse
- platform-key
- reviews-ratings
- zocdoc
- zocdoc-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- healthcare
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e83128b9-6866-4adf-a464-5ec3f72ac990/get_practice_availability
- Interface artifact
- sha256:2fd54bf01d5594f95f3b353d4f9d3fe7a7aff56f11b959db3de4df070cfc8344
- Manifest digest
- sha256:9543f7175d25487c1e92356e7c7a942d6aed708dd5c470cd0d4b12d1b58f58cd
Request fields
- slug (string): Practice slug (e.g., 'mount-sinai-doctors-56739'). Obtain from doctor profile or search results practice URL. Takes precedence over practice_name when both are provided.
- address (string): City, state, or zip code to narrow practice name search results (e.g., 'New York, NY', '10001'). Only used when resolving practice_name to a slug.
- practice_name (string): Practice name to search for on Zocdoc (e.g., 'Mount Sinai Doctors'). Used to resolve the practice slug when slug is not provided. Works best with the address parameter to narrow geographic results.
Example queries
- {"slug":"mount-sinai-doctors-56739","address":"New York, NY","practice_name":"Mount Sinai Doctors"}