# Find Telehealth Psychologists in LA - Healthgrades

**Use case:** 

Find telehealth psychologists in Los Angeles from Healthgrades with NPI, specialty, ratings, accepted insurance, practice address and phone in JSON.

## Input

```json
{
  "searchQueries": [
    "Psychology"
  ],
  "locations": [
    "Los Angeles, CA"
  ],
  "maxProvidersPerSearch": 30,
  "maxProviders": 200,
  "acceptingNewPatientsOnly": false,
  "minRating": 0,
  "gender": "any",
  "telehealthOnly": true,
  "includeProviderDetails": true,
  "includeReviews": false,
  "maxReviewsPerProvider": 25,
  "enrichPracticeEmails": false,
  "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"
  },
  "specialtyCategory": {
    "label": "Category"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "# Reviews"
  },
  "acceptsNewPatients": {
    "label": "New patients"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "phone": {
    "label": "Phone"
  },
  "npi": {
    "label": "NPI"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "Profile URL"
  }
}
```

## 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.