Discover/zocdoc.com API
live

zocdoc.com APIzocdoc.com

Search Zocdoc providers by specialty and location. Retrieve doctor profiles, patient reviews, accepted insurance, office locations, and appointment availability.

Endpoints
4
Updated
10d ago
Try it

No input parameters required.

api.parse.bot/scraper/e83128b9-6866-4adf-a464-5ec3f72ac990/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/e83128b9-6866-4adf-a464-5ec3f72ac990/get_specialties' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Retrieve the full list of medical specialties available on Zocdoc. Returns specialty names and URL slugs that can be used with the search_doctors endpoint.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "specialties": "array of specialty objects with name, id, and slug"
  },
  "sample": {
    "data": {
      "specialties": [
        {
          "id": null,
          "name": "Dentist",
          "slug": "dentists"
        },
        {
          "id": null,
          "name": "Dermatologist",
          "slug": "dermatologists"
        },
        {
          "id": null,
          "name": "Primary Care Doctor",
          "slug": "primary-care-doctors"
        }
      ]
    },
    "status": "success"
  }
}

About the zocdoc.com API

The Zocdoc API covers 4 endpoints for querying healthcare providers on Zocdoc, including specialties, location-based provider search, and full doctor and practice profiles. The search_doctors endpoint returns up to 10 providers per page with fields like rating, review_count, practice_name, and availability slots, while get_doctor_profile exposes education history, accepted insurances, languages spoken, and individual patient reviews.

Specialties and Search

Start with get_specialties to retrieve the complete list of medical specialties available on Zocdoc, each returned with a name, id, and slug. These values feed directly into search_doctors via the dr_specialty parameter (integer ID) or the specialty_slug parameter (string slug such as 'dentists'). The search endpoint also accepts an address field (city name or zip code) and an offset for paginating through results in increments of 10. Each result in the providers array includes name, specialty, rating, review_count, city, state, slug, id, practice_name, and availability status.

Doctor Profiles

get_doctor_profile takes a slug from search results and returns a detailed record for a single provider. Response fields include name, rating, review_count, specialty, professional_statement, education (with instituteName and degreeType), languages, insurances (with name and id), and locations (with address, city, state, zip, and phone). The reviews array contains individual patient reviews with rating, comment, date, and patient_name.

Practice Profiles

get_practice_profile accepts a practice slug and returns aggregate information about a medical group or clinic: name, rating, review_count, locations, specialties, and a providers array listing each affiliated provider with their name, id, and rating. Practice slugs appear within doctor profile pages and can be extracted from get_doctor_profile results for follow-up lookups.

Common use cases
  • Build a provider directory filtered by specialty and zip code using search_doctors with dr_specialty and address
  • Aggregate patient review data across providers in a metro area using get_doctor_profile reviews arrays
  • Compare accepted insurance networks across multiple providers using the insurances field from get_doctor_profile
  • Map practice locations and phone numbers for a given specialty using locations from get_practice_profile
  • Track provider availability and rating trends over time using search_doctors rating and availability fields
  • Identify multi-language providers in a region by filtering get_doctor_profile languages arrays
  • Enumerate all providers affiliated with a medical group via get_practice_profile providers array
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Zocdoc offer an official developer API?+
Zocdoc does not offer a public developer API. There is no documented public API endpoint or developer portal available for third-party access to Zocdoc provider data.
What does search_doctors return beyond basic provider names?+
Each provider object in the results includes rating, review_count, practice_name, city, state, specialty, slug, id, and an availability indicator. The slug is the key field you'll use to call get_doctor_profile or trace back to a practice profile.
Does get_doctor_profile return appointment booking or scheduling data?+
The profile endpoint does not return bookable appointment slots or a booking flow. It returns availability as a presence indicator via search_doctors. Detailed scheduling is not currently exposed. You can fork this API on Parse and revise it to add an endpoint covering scheduling data if that surface is accessible.
How does pagination work in search_doctors?+
Results are returned 10 providers per page. Use the offset parameter in increments of 10 to page through results. The total_count field in the response tells you how many matching providers exist for the query, so you can calculate the number of pages needed.
Are procedure or visit-reason filters supported in search?+
Yes. search_doctors accepts a procedure_id parameter alongside dr_specialty and specialty_slug. However, the API does not currently expose an endpoint to list all available procedure IDs the way get_specialties lists specialties. You can fork this API on Parse and revise it to add a get_procedures endpoint that enumerates valid procedure_id values.
Page content last updated . Spec covers 4 endpoints from zocdoc.com.
Related APIs in HealthcareSee all →
ulta.com API
Search and browse Ulta Beauty's complete product catalog with real-time pricing and inventory information, then dive into detailed product specs including ingredients, usage instructions, and customer reviews. Find exactly what you're looking for across all beauty categories with comprehensive product data at your fingertips.
pubmed.ncbi.nlm.nih.gov API
Search and retrieve biomedical literature from PubMed and NCBI databases. Supports keyword search, advanced field-tag queries, clinical filters, citation matching, date filtering, publication type filtering, and direct E-utilities access.
cvs.com API
Find nearby CVS Pharmacy locations and check their hours, then search for products and verify real-time availability at specific stores. Quickly locate what you need and confirm it's in stock before making a trip.
accessdata.fda.gov API
Search and retrieve comprehensive FDA premarket approval information for medical devices, including approval status, supplements, applicant details, and advisory committee data. Get instant access to specific PMA records with all relevant approval information in one place.
pmc.ncbi.nlm.nih.gov API
Search millions of full-text biomedical research articles and access their metadata, citations, and related papers from PubMed Central. Find articles by topic, discover similar research, explore journal collections, and retrieve detailed citation information to support your literature review and research.
open.fda.gov API
Search FDA food recall and enforcement actions to find safety information about specific products or manufacturers, and look up adverse events reported to the CFSAN Adverse Event Reporting System (CAERS). Filter, sort, and aggregate data by various fields to analyze food safety trends and monitor enforcement activity.
azbar.org API
Search for Arizona lawyers by name, location, specialty, or company to find the right legal professional for your needs. View detailed lawyer profiles including their specializations, licensed jurisdictions, law school, admission history, and any disciplinary records.
leafly.com API
Browse and search Leafly's cannabis catalog. Look up strains by effect, flavor, terpene, or medical use. Find dispensaries near any location, explore their menus and product details, and search across strains, brands, dispensaries, and articles.