# CMS CCN Nursing Home Monitor

**Use case:** 

Monitor exact CMS CCNs for nursing home ratings, fines, special focus status, ownership, beds, and contact fields.

## Input

```json
{
  "states": [
    "CA"
  ],
  "ccns": [
    "055010",
    "055011"
  ],
  "maxResults": 50,
  "includeRaw": true
}
```

## Output

```json
{
  "ccn": {
    "label": "CCN"
  },
  "providerName": {
    "label": "Provider"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zipCode": {
    "label": "ZIP"
  },
  "phone": {
    "label": "Phone"
  },
  "ownershipType": {
    "label": "Ownership"
  },
  "certifiedBeds": {
    "label": "Beds"
  },
  "averageResidentsPerDay": {
    "label": "Avg residents/day"
  },
  "chainName": {
    "label": "Chain"
  },
  "specialFocusStatus": {
    "label": "Special focus"
  },
  "overallRating": {
    "label": "Overall rating"
  },
  "healthInspectionRating": {
    "label": "Inspection rating"
  },
  "staffingRating": {
    "label": "Staffing rating"
  },
  "qualityMeasureRating": {
    "label": "QM rating"
  },
  "numberOfFines": {
    "label": "Fines"
  },
  "totalFinesUsd": {
    "label": "Fine amount"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "fetchedAt": {
    "label": "Fetched at"
  }
}
```

## About this Actor

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