# Care Homes Requiring Improvement near Leeds

**Use case:** 

Identify care homes rated Requires Improvement within 25 miles of Leeds, complete with inspection findings and provider details. For consultants and analysts.

## Input

```json
{
  "start_urls": [
    {
      "url": "https://www.cqc.org.uk/search/all?query=&location-query=leeds&radius=25&display=list&sort=distance&last-published=&filters[]=archived:active&filters[]=careHomes:all&filters[]=lastPublished:all&filters[]=more_services:all&filters[]=overallRating:Requires%20improvement&filters[]=services:care-home&filters[]=specialisms:all"
    }
  ],
  "start": 1,
  "end": 150,
  "delay": 2
}
```

## Output

```json
{
  "title": {
    "label": "Service Name",
    "format": "text"
  },
  "report_url": {
    "label": "Report URL",
    "format": "link"
  },
  "report_type": {
    "label": "Report Type",
    "format": "text"
  },
  "service_name": {
    "label": "Service Name (Reports Page)",
    "format": "text"
  },
  "organisation_name": {
    "label": "Organisation",
    "format": "text"
  },
  "registered_manager": {
    "label": "Registered Manager",
    "format": "text"
  },
  "nominated_individual": {
    "label": "Nominated Individual",
    "format": "text"
  },
  "content": {
    "label": "Report Content",
    "format": "text"
  },
  "note": {
    "label": "Note",
    "format": "text"
  },
  "csv_row": {
    "label": "Provider Details",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Care Quality Commission Reports Scraper](https://apify.com/alkausari_mujahid/care-quality-commission-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/alkausari_mujahid/care-quality-commission-scraper) to learn more, explore other use cases, and run it yourself.