# UK Dental Practice Leads - CQC Registered

**Use case:** 

Build a UK dental practice lead list from CQC data with practice name, address, postcode, phone, website, rating and the owning provider or group.

## Input

```json
{
  "regions": [
    "North East"
  ],
  "serviceCategories": [
    "Dental"
  ],
  "careHomesOnly": false,
  "hasPhone": true,
  "hasWebsite": false,
  "hasManager": false,
  "hasCompaniesHouse": false,
  "excludeDormant": true,
  "includeRatingBreakdown": false,
  "maxResults": 500,
  "sortBy": "leadScore",
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "locationName": {
    "label": "Location"
  },
  "category": {
    "label": "Category"
  },
  "city": {
    "label": "City"
  },
  "region": {
    "label": "Region"
  },
  "bestPhone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "registeredManager": {
    "label": "Registered manager"
  },
  "overallRating": {
    "label": "CQC rating"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [UK CQC Care Provider Leads Scraper - Care Homes, GPs & Dentists](https://apify.com/scrapesage/uk-cqc-care-provider-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/uk-cqc-care-provider-leads) to learn more, explore other use cases, and run it yourself.