# 3 CMS Nursing Home Ratings

**Use case:** 

Extract CMS Nursing Home Ratings data filtered by 3. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "state": "CA",
  "overallRating": "3"
}
```

## Output

```json
{
  "providerName": {
    "label": "Provider Name",
    "format": "text"
  },
  "ccn": {
    "label": "CCN",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zipCode": {
    "label": "ZIP Code",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "overallRating": {
    "label": "Overall Rating",
    "format": "number"
  },
  "healthInspectionRating": {
    "label": "Health Inspection",
    "format": "number"
  },
  "qualityMeasureRating": {
    "label": "Quality Measure",
    "format": "number"
  },
  "staffingRating": {
    "label": "Staffing",
    "format": "number"
  },
  "ownershipType": {
    "label": "Ownership",
    "format": "text"
  },
  "numberOfCertifiedBeds": {
    "label": "Beds",
    "format": "number"
  },
  "totalPenalties": {
    "label": "Penalties",
    "format": "number"
  },
  "totalFinesAmount": {
    "label": "Fines ($)",
    "format": "number"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CMS Nursing Home Ratings Scraper](https://apify.com/parseforge/cms-nursing-home-ratings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/cms-nursing-home-ratings-scraper) to learn more, explore other use cases, and run it yourself.