Zocdoc: Search Doctors
Zocdoc via Parse · healthcare
Search for doctors/providers by specialty and location via Zocdoc's GraphQL directory API. Returns paginated results with provider details including name, specialty, rating, review count, location, and practice. Results are ordered by relevance with 10 providers per page. Pagination is offset-based in increments of 10. 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/search_doctors
- Interface artifact
- sha256:2474e54a227024dd32ae22dee00e47c1de85efa85a2379eac4520e840f0e02ba
- Manifest digest
- sha256:1aa995297d0857262b280a76742580238bf4c1498d2ea0296b2d90492da08243
Request fields
- offset (integer): Pagination offset (increments of 10).: Allowed values: 0, 10, 20
- address (string): City name or zip code for location-based search (e.g., 'New York, NY', '10001', 'Los Angeles, CA').
- dr_specialty (string): Specialty ID number to filter results by specialty (e.g., '153' for Primary Care Doctor, '156' for Chiropractor).
- procedure_id (string): Procedure/visit reason ID to filter results by procedure type.
- specialty_slug (string): Specialty slug used as the search query (e.g., 'dentists', 'chiropractors', 'dermatologists'). Obtain slugs from get_specialties. When omitted, defaults to 'doctor'.
Example queries
- {"offset":"0","address":"New York, NY","dr_specialty":"156","specialty_slug":"dentists"}