# Rating (best first) UK CQC Care Quality | Care Home

**Use case:** 

Extract UK CQC Care Quality | Care Home Inspection Ratings data filtered by Rating (best first). Export structured results ready for analysis, lead

## Input

```json
{
  "maxItems": 10,
  "query": "care home",
  "radius": 15,
  "sort": "rating-best"
}
```

## Output

```json
{
  "locationId": {
    "label": "🔑 Location ID",
    "format": "text"
  },
  "name": {
    "label": "🏥 Name",
    "format": "text"
  },
  "aka": {
    "label": "📛 Also Known As",
    "format": "text"
  },
  "overallRating": {
    "label": "⭐ Rating",
    "format": "text"
  },
  "ratingClass": {
    "label": "🎨 Rating Class",
    "format": "text"
  },
  "assessmentType": {
    "label": "📊 Assessment",
    "format": "text"
  },
  "serviceType": {
    "label": "🛠️ Service",
    "format": "text"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "postcode": {
    "label": "📮 Postcode",
    "format": "text"
  },
  "phone": {
    "label": "📞 Phone",
    "format": "text"
  },
  "providerId": {
    "label": "🔑 Provider ID",
    "format": "text"
  },
  "providerName": {
    "label": "🏢 Provider",
    "format": "text"
  },
  "locationUrl": {
    "label": "🔗 Location URL",
    "format": "text"
  },
  "providerUrl": {
    "label": "🔗 Provider URL",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UK CQC Care Quality Scraper | Care Home Inspection Ratings](https://apify.com/parseforge/uk-cqc-care-quality-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/uk-cqc-care-quality-scraper) to learn more, explore other use cases, and run it yourself.