# Find dermatologists accepting patients in LA

**Use case:** 

Build a dermatologist lead list: name, NPI, rating, practice phone, website, contact emails and address — only doctors accepting new patients.

## Input

```json
{
  "searchQueries": [
    "Dermatology"
  ],
  "locations": [
    "Los Angeles, CA"
  ],
  "maxProvidersPerSearch": 30,
  "maxProviders": 200,
  "acceptingNewPatientsOnly": true,
  "minRating": 0,
  "gender": "any",
  "telehealthOnly": false,
  "includeProviderDetails": true,
  "includeReviews": false,
  "maxReviewsPerProvider": 25,
  "enrichPracticeEmails": true,
  "deduplicateProviders": true,
  "monitorMode": false,
  "monitorStoreName": "healthgrades-monitor",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "fullName": {
    "label": "Provider"
  },
  "specialty": {
    "label": "Specialty"
  },
  "practiceName": {
    "label": "Practice"
  },
  "phone": {
    "label": "Phone"
  },
  "fax": {
    "label": "Fax"
  },
  "contactEmails": {
    "label": "Website emails"
  },
  "contactPhones": {
    "label": "Website phones"
  },
  "website": {
    "label": "Website"
  },
  "socialLinks": {
    "label": "Socials"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "acceptsNewPatients": {
    "label": "New patients"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [Healthgrades Scraper — Doctors, Reviews & Provider Leads](https://apify.com/scrapesage/healthgrades-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/healthgrades-scraper) to learn more, explore other use cases, and run it yourself.