# UK Care Provider Contacts With Website & Manager

**Use case:** 

Only CQC records with both a website and a named registered manager, giving you contact name, phone, email domain, address and service type. Ready to send.

## Input

```json
{
  "regions": [
    "North East"
  ],
  "careHomesOnly": false,
  "hasPhone": false,
  "hasWebsite": true,
  "hasManager": true,
  "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"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "registeredManager": {
    "label": "Registered manager"
  },
  "providerName": {
    "label": "Provider"
  },
  "providerNominatedIndividual": {
    "label": "Nominated individual"
  },
  "providerPhone": {
    "label": "Provider phone"
  },
  "fullAddress": {
    "label": "Address"
  },
  "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.