# California CMS Dialysis Facility Scraper

**Use case:** 

Scrape CMS dialysis facility listings in California with CCNs, addresses, chains, ratings, and services.

## Input

```json
{
  "datasetType": "facility",
  "maxItems": 100,
  "state": "CA",
  "city": "Los Angeles",
  "includeRawRecord": false
}
```

## Output

```json
{
  "datasetType": {
    "label": "Dataset"
  },
  "ccn": {
    "label": "CCN"
  },
  "facilityName": {
    "label": "Facility"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zipCode": {
    "label": "ZIP"
  },
  "phone": {
    "label": "Phone"
  },
  "profitStatus": {
    "label": "Profit status"
  },
  "chainOwned": {
    "label": "Chain owned"
  },
  "chainOrganization": {
    "label": "Chain"
  },
  "dialysisStations": {
    "label": "Stations"
  },
  "fiveStarRating": {
    "label": "Stars"
  },
  "patientSurvivalCategory": {
    "label": "Survival"
  },
  "hospitalizationCategory": {
    "label": "Hospitalization"
  },
  "readmissionCategory": {
    "label": "Readmission"
  },
  "surveyOverallFacilityRating": {
    "label": "Survey rating"
  },
  "qipTotalPerformanceScore": {
    "label": "QIP TPS"
  },
  "sourceUrl": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Scraped"
  }
}
```

## About this Actor

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