# Large UK Care Homes With Over 50 Beds - CQC

**Use case:** 

Rank UK care homes by registered bed capacity above 50, with location name, address, postcode, phone, CQC rating and the provider group behind them.

## Input

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

## Output

```json
{
  "locationName": {
    "label": "Location"
  },
  "category": {
    "label": "Category"
  },
  "careHome": {
    "label": "Care home"
  },
  "careHomeBeds": {
    "label": "Beds"
  },
  "overallRating": {
    "label": "CQC rating"
  },
  "ratingPublicationDate": {
    "label": "Rated on"
  },
  "specialisms": {
    "label": "Specialisms"
  },
  "localAuthority": {
    "label": "Local authority"
  },
  "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.