# UK Care Groups With Companies House Numbers

**Use case:** 

Link CQC providers to their registered company with Companies House number, provider name, ownership type, location count, address and phone. M&A research.

## Input

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

## Output

```json
{
  "providerName": {
    "label": "Provider"
  },
  "providerOwnershipType": {
    "label": "Ownership"
  },
  "providerCompaniesHouseNumber": {
    "label": "Companies House"
  },
  "providerCharityNumber": {
    "label": "Charity no."
  },
  "brandName": {
    "label": "Brand"
  },
  "locationName": {
    "label": "Location"
  },
  "region": {
    "label": "Region"
  },
  "providerPhone": {
    "label": "Provider phone"
  },
  "providerWebsite": {
    "label": "Provider website"
  },
  "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.