Healthgrades Provider Scraper
Pricing
from $9.99 / 1,000 results
Healthgrades Provider Scraper
Healthgrades Provider Scraper is an Apify Actor that extracts healthcare provider data from Healthgrades search results, automatically following pagination and returning structured records with provider details, ratings, specialty, address, phone number, and profile URL.
Pricing
from $9.99 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 hours ago
Last modified
Categories
Share
Scrapes provider data from Healthgrades search result pages (/usearch), following pagination automatically. For each provider card it extracts:
| Field | Description |
|---|---|
page | Result page the provider was found on |
name | Provider name |
specialty | Specialty (cleaned of the "Specialty:" prefix) |
rating | Rating score shown on the card |
address | Office address |
distance | Distance from the search location (e.g. 6.3 mi) |
phone | Office phone number |
telehealth | Whether the telehealth attribute is shown |
accepts_new | Whether the "accepts new patients" attribute is shown |
profile_url | Full URL of the provider's profile page |
Input
- searchUrl (required) — a Healthgrades
/usearchURL. Build your search on healthgrades.com and copy the URL. - startPage — page to begin at (default
1). - maxPages — number of pages to scrape from the start page; empty scrapes all remaining pages. E.g.
startPage: 3, maxPages: 4scrapes pages 3–6. - fetchPhones — visit profile pages for providers whose phone wasn't found (slower; one extra page load each).
- delaySecs — polite pause between page loads (default
1). - proxyConfiguration — residential proxies are strongly recommended; Healthgrades tends to block datacenter IPs with CAPTCHA / Access Denied pages.
Output
Each provider is pushed to the default dataset as it is scraped, so you can export results as JSON, CSV, or Excel from the run's Dataset tab even mid-run. When fetchPhones is on, providers awaiting enrichment are pushed after their profile page is visited.