Healthgrades Doctor & Healthcare Provider Scraper avatar

Healthgrades Doctor & Healthcare Provider Scraper

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Healthgrades Doctor & Healthcare Provider Scraper

Healthgrades Doctor & Healthcare Provider Scraper

Scrape Healthgrades for doctor profiles, patient reviews, ratings, and practice information. Essential for healthcare reputation monitoring and provider research.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

30

Total users

4

Monthly active users

5 days ago

Last modified

Share

Healthgrades Doctor & Provider Scraper

Scrape Healthgrades profiles for doctors, dentists, and healthcare providers. Extract patient reviews, ratings, specialties, board certifications, insurance accepted, hospital affiliations, and practice information. Essential for healthcare reputation monitoring and provider research.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"providerUrl": "https://example.com"
}

Run with real data

{
"demoMode": false,
"scrapeType": "search",
"providerUrl": "https://example.com",
"gender": "any",
"acceptingNewPatients": false,
"includeReviews": true,
"maxReviewsPerProvider": 25,
"maxResults": 50
}

Input Parameters

ParameterTypeDefaultRequiredDescription
scrapeTypestring"search"NoType of scraping to perform
providerUrlstring-NoDirect Healthgrades profile URL (for provider_profile type)
providerNamestring-NoDoctor or provider name to search
specialtystring-NoMedical specialty (e.g., 'Cardiologist', 'Dentist', 'Dermatologist')
locationstring-NoCity, State or ZIP code
insuranceAcceptedstring-NoFilter by insurance provider
minRatingnumber-NoMinimum rating (1.0-5.0)
genderstring"any"NoFilter by provider gender
acceptingNewPatientsbooleanfalseNoOnly show providers accepting new patients
includeReviewsbooleantrueNoScrape patient reviews for each provider
maxReviewsPerProviderinteger25NoMaximum reviews to collect per provider
maxResultsinteger50NoMaximum number of providers to scrape
proxyConfigurationobject-NoProxy settings for the scraper
demoModebooleantrueNoReturn sample data without actual scraping (for testing)
webhookUrlstring-NoURL to POST results when scraping completes (Zapier, Make, n8n, custom endpoint)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Provider ScrapedEach Healthgrades provider profile scraped$0.05

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal