VOOZH about

URL: https://apify.com/crawlerbros/zocdoc-healthgrades-scraper

⇱ ZocDoc + Healthgrades Doctors & Reviews Scraper Β· Apify


πŸ‘ ZocDoc + Healthgrades Doctors & Reviews Scraper avatar

ZocDoc + Healthgrades Doctors & Reviews Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store

ZocDoc + Healthgrades Doctors & Reviews Scraper

Scrape physicians, specialists, ratings, reviews, accepted insurance, locations, and bio data from ZocDoc.com and Healthgrades.com. Single actor with platform switch (zocdoc | healthgrades). No login required.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

14

Total users

3

Monthly active users

a month ago

Last modified

Share

Scrape physicians, dentists, mental-health providers, surgeons, and 80+ other healthcare specialists from ZocDoc.com and Healthgrades.com in a single Apify actor. Pick a platform with the platform switch and a mode with mode β€” the rest of the input adapts to the platform.

What you get per provider

  • Provider name, credentials, gender (canonical Male / Female / Non-binary when listed)
  • Medical specialty / sub-specialties
  • Office address (street, city, state, ZIP) + phone
  • Star rating (1-5) and aggregate review count
  • Free-text reviews (author, rating, body, date) β€” capped per provider
  • Languages spoken
  • Profile image URL and canonical profile URL
  • Bio / description (when published on the profile)

Empty / unknown fields are omitted entirely from the dataset row β€” you never get null, "", [] keys.

Modes

ModeWhat it doesInputs
searchSearch providers by city + specialty (+ optional insurance, gender, language, rating filters)specialty, city, state
byProviderScrape one or more provider profiles directlyproviderUrlsOrSlugs
bySpecialtyBrowse a specialty hub pagespecialty
byCityList top providers in a citycity, state
byInsuranceFilter by accepted insurance plan (ZocDoc only)insurance
byUrlScrape arbitrary listing or profile URLsurls

Filters

  • specialty β€” 80+ medical / dental / mental-health specialty dropdown.
  • state β€” US state code dropdown (50 states + DC).
  • gender β€” any / female / male.
  • language β€” provider-spoken language dropdown (50 languages, ISO 639-1).
  • acceptsNewPatients β€” boolean.
  • minRating β€” minimum 1-5 star rating.
  • minReviewCount β€” minimum review count.
  • insurance β€” accepted insurance plan (top 50 US insurers, ZocDoc only).

Anti-bot

  • Healthgrades works from Apify datacenter IPs without any proxy, since Apify already runs in the US. From other regions the actor pins the proxy to country=US to bypass the geo-block (
    This page is not available in your area
    ).
  • ZocDoc is fronted by DataDome and is currently blocked even from Apify Residential US. All datacenter and residential tiers return the Please enable JS and disable any ad blocker 403 challenge page. The actor still ships ZocDoc URL builders, JSON-LD parsers, and the full mode surface β€” if you bring your own clean US-residential proxy pool that DataDome hasn't fingerprinted, the actor will use it transparently. For most users, Healthgrades is the recommended platform.

If proxy escalation fails the actor emits a typed error record with the HTTP status and reason, and a status-message summary.

Daily test prefill

{
"platform":"healthgrades",
"mode":"search",
"specialty":"primary-care-doctor",
"city":"New York, NY",
"maxItems":10,
"fetchProviderDetails":true,
"autoEscalateOnBlock":true
}

Output sample

Both platforms emit the same flat record shape β€” keys are uniform across zocdoc and healthgrades. A platform-agnostic entityId (URL slug) is exposed alongside the platform-specific slug for cross-platform joins.

ZocDoc

{
"platform":"zocdoc",
"entityId":"jane-doe-12345",
"providerName":"Dr. Jane Doe, MD",
"specialty":"Primary Care Doctor",
"city":"New York",
"state":"NY",
"address":{
"addressStreet":"123 Main St",
"addressLocality":"New York",
"addressRegion":"NY",
"postalCode":"10001"
},
"phone":"+1-212-555-0100",
"rating":4.8,
"reviewCount":124,
"languages":["English","Spanish"],
"url":"https://www.zocdoc.com/doctor/jane-doe-12345",
"slug":"jane-doe-12345",
"imageUrl":"https://...",
"reviews":[
{
"author":"Patient ID 5532",
"rating":5,
"body":"Excellent bedside manner.",
"datePublished":"2025-09-12"
}
],
"recordType":"provider",
"scrapedAt":"2026-05-08T..."
}

Healthgrades

{
"platform":"healthgrades",
"entityId":"dr-john-smith-xyz",
"providerName":"Dr. John Smith, MD",
"specialty":"Cardiologist",
"city":"Boston",
"state":"MA",
"rating":4.6,
"reviewCount":88,
"url":"https://www.healthgrades.com/physician/dr-john-smith-xyz",
"slug":"dr-john-smith-xyz",
"recordType":"provider",
"scrapedAt":"2026-05-08T..."
}

FAQ

Do I need a ZocDoc / Healthgrades login? No. Both platforms expose all listing/profile data on public pages β€” no auth, no API key.

How many providers per run? Up to 1000 (maxItems). Practical limit per search is constrained by the platform's own page count (~100-200 results for a city + specialty).

Will Healthgrades work outside the US? Yes β€” the actor auto-pins the Apify proxy to country=US regardless of where the actor itself is running.

Is this legal? This actor only fetches public, unauthenticated, non-PHI directory data (provider names, specialties, addresses, public reviews) β€” the same data any visitor sees on the website. No patient or PHI data is collected. You are responsible for complying with each platform's Terms of Service in your jurisdiction.

Why are some fields missing on certain provider profiles? The actor never emits empty fields β€” if Healthgrades didn't list a phone for a provider, that key is simply absent in the record (instead of null or ""). Use the present-keys list to filter dataset rows.

High-churn output fields

Some fields evolve rapidly between runs and should be treated as snapshot-in-time:

  • rating / reviewCount β€” Provider aggregate scores update as new reviews are posted; expect minor drift on every re-scrape. Match providers by entityId / slug, not by (name, rating) tuple.
  • reviews[] β€” Both ZocDoc and Healthgrades expose only a recent window of reviews; an older review present on one run may roll off on the next. Use reviewCount as the canonical aggregate, not len(reviews).
  • acceptsNewPatients β€” Heuristic from Healthgrades bio text; can flip between runs as providers update their availability blurb.
  • affiliation / awards β€” Self-reported on Healthgrades profile bio; occasionally rotates as the provider edits their bio.
  • imageUrl β€” CDN URLs may rotate; use the URL as a reference, not a key.

Stable fields safe for diff/dedup: entityId, slug, providerName, url, address, specialty, gender, languages, phone.

Limitations

  • ZocDoc is currently blocked from Apify datacenter and residential pools (DataDome). Cloud-verification rounds returned 0 ZocDoc records across 4 attempts β€” the platform is shipped as a code path but not daily-test viable. Use Healthgrades unless you supply your own clean residential proxy.
  • Healthgrades exposes review counts + first-page reviews on profile pages; deeper review pages are not paginated by this actor.
  • Healthgrades fuzzy-matches the what=<specialty> query β€” searching for "Dentist" can occasionally surface providers named "Dennis". This is the upstream platform's behavior, not the actor's.
  • Healthgrades plan-level filtering is not exposed by the site, so byInsurance is ZocDoc-only.

Pricing

Charge model (pay-per-result) is configured at the Apify UI level. This actor emits one row per provider profile (plus optional review children inline).

You might also like

ZocDoc Scraper - Pay Per Result

silentflow/zocdoc-scraper-ppr

Pay-per-result ZocDoc scraper at $0.05 per result. Scrape doctors, patient reviews, and appointment availability without login. Search by specialty, location, and insurance. No compute costs - only pay for data you receive.

Doctoralia Brazil Scraper

muhammetakkurtt/doctoralia-brazil-scraper

This Apify actor collects doctor reviews and ratings from the doctoralia.com.br website. Users can search by specific specialties and cities. The actor pulls data such as doctor ID, review score, review text and review date and presents it in a structured format.

πŸ‘ User avatar

Muhammet Akkurt

87

4.4

Doctoralia Data Extractor - scrape doctor data

giovannibiancia/Doctoralia

Doctoralia Data Extractor will extract detailed information on healthcare professionals from Doctoralia. Ideal for market research, lead generation, and data analysis in the healthcare sector.

πŸ‘ User avatar

Giovanni Bianciardi

201

1.0

ZocDoc Scraper

silentflow/zocdoc-scraper

Scrape ZocDoc doctors, patient reviews, and appointment availability without login. Search by specialty, location, and insurance. Extract ratings, reviews, availability slots, and full provider profiles.

Zocdoc Scraper

fresh_cliff/zocdoc-scraper

Zocdoc Doctor Scraper - Extract doctor profiles, ratings, locations & availability from Zocdoc API. Search by location & specialty. Get clean structured data for healthcare research, competitor analysis & lead generation. Fast, reliable & bot-resistant scraping.

πŸ‘ User avatar

Brennan Crawford

5

Healthgrades Scraper - CheapπŸš€πŸ₯

scrapestorm/healthgrades-scraper---cheap

πŸ” Easily Collect Healthgrades PhysiciansπŸ₯πŸ‘©β€βš•οΈπŸ‘¨β€βš•οΈ Extract doctor data from Healthgrades including physician name, specialty, gender, rating, total reviews, practice address, distance, strengths, profile photos & more Perfect for healthcare market research & local competition analysis πŸš€πŸ“Š

1