
Healthgrades Scraper
Pricing
$19.00/month + usage
Go to Store

Healthgrades Scraper
Extract detailed doctor listings from Healthgrades.com using Playwright and Crawlee. Supports specialty/location filtering, pagination, and proxy rotation. Ideal for healthcare marketing, lead generation, and physician data enrichment.
0.0 (0)
Pricing
$19.00/month + usage
2
Total users
4
Monthly users
4
Runs succeeded
>99%
Last modified
25 days ago
📋 Healthgrades Doctor Directory Scraper
Effortlessly extract detailed doctor listings from Healthgrades.com using a lightweight and fast HTML parser powered by CheerioCrawler on Apify.
🔍 Key Features
- Fast & Lightweight: Uses Cheerio instead of a browser for blazing-fast performance.
- Comprehensive Data Extraction: Retrieve doctor names, specialties, addresses, ratings, review counts, and more.
- Customizable Search: Target your scrape with specialty and location filters.
- Pagination Support: Automatically queues next pages to collect deeper results.
- Proxy Integration: Supports Apify Proxy and custom proxy settings to help avoid IP blocks.
🌟 Use Cases
- Healthcare Marketing – Build targeted contact lists of healthcare professionals.
- Market Intelligence – Monitor provider availability by region or specialty.
- Data Enrichment – Add missing provider data to existing databases.
- Lead Generation – Identify potential medical partners or prospects.
🛠️ Input Configuration
Configure the actor with the following fields:
Field | Type | Description | Example |
---|---|---|---|
specialty | String | Doctor specialty to search for | "Cardiologist" |
location | String | City, state, or ZIP to search | "Portland, OR" |
maxPages | Integer | Max number of pages to scrape (0 = no limit) | 5 |
proxyConfiguration | Object | Apify Proxy or custom proxy usage | Enabled |
📄 Output
Each result is returned as a structured JSON object containing:
name
: Doctor's namespecialty
: Medical specialtyaddress
: Formatted practice addressrating
: Star ratingreviewCount
: Number of patient reviewsdistance
: Approximate distance from search locationattributes
: Patient feedback highlightsimageUrl
: Doctor’s photo URL (if available)
Example:
{"name": "Dr. Jane Smith, MD","specialty": "Cardiology","address": "123 Heartbeat Ln Ste 200, Portland, OR 97201","rating": "4.8","reviewCount": "85","distance": "1.2 mi","attributes": ["Listened/answered questions", "Explains conditions well"],"imageUrl": "https://example.com/photo.jpg"}