# Scrape Chiropractor Reviews in Denver - Healthgrades

**Use case:** 

Extract chiropractor reviews in Denver from Healthgrades with provider name, star rating, patient review text, specialty, practice address and phone.

## Input

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

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "providerName": {
    "label": "Provider"
  },
  "rating": {
    "label": "Rating"
  },
  "title": {
    "label": "Title"
  },
  "text": {
    "label": "Review"
  },
  "author": {
    "label": "Author"
  },
  "datePublished": {
    "label": "Date"
  },
  "npi": {
    "label": "NPI"
  }
}
```

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