# Get Local Dentist Leads from Healthgrades

**Use case:** 

Scrape dentist profiles from Healthgrades for any city. Get NPI numbers, ratings, reviews, phone numbers, and addresses for local lead generation.

## Input

```json
{
  "specialty": "Dentistry",
  "location": "Chicago, IL",
  "maxPages": 1,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Doctor Name",
    "format": "string"
  },
  "npi": {
    "label": "NPI",
    "format": "string"
  },
  "doctorSpecialty": {
    "label": "Specialty",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "integer"
  },
  "acceptsNewPatients": {
    "label": "Accepts New Patients",
    "format": "boolean"
  },
  "telehealthAvailable": {
    "label": "Telehealth",
    "format": "boolean"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Healthgrades Scraper — Doctor NPI, Ratings & Contact Data](https://apify.com/jaybird/healthgrades-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jaybird/healthgrades-scraper) to learn more, explore other use cases, and run it yourself.