Healthgrades Scraper avatar
Healthgrades Scraper

Pricing

$19.00/month + usage

Go to Store
Healthgrades Scraper

Healthgrades Scraper

Developed by

Justin Torrence

Justin Torrence

Maintained by Community

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:

FieldTypeDescriptionExample
specialtyStringDoctor specialty to search for"Cardiologist"
locationStringCity, state, or ZIP to search"Portland, OR"
maxPagesIntegerMax number of pages to scrape (0 = no limit)5
proxyConfigurationObjectApify Proxy or custom proxy usageEnabled

📄 Output

Each result is returned as a structured JSON object containing:

  • name: Doctor's name
  • specialty: Medical specialty
  • address: Formatted practice address
  • rating: Star rating
  • reviewCount: Number of patient reviews
  • distance: Approximate distance from search location
  • attributes: Patient feedback highlights
  • imageUrl: 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"
}