# Houston Home Health Compare Extractor

**Use case:** 

Extract high-rated Houston home health agencies from CMS Care Compare with star ratings, surveys, and service flags.

## Input

```json
{
  "state": "TX",
  "city": "HOUSTON",
  "minQualityRating": 4,
  "minPatientSurveyRating": 4,
  "includePatientSurvey": true,
  "maxItems": 50
}
```

## Output

```json
{
  "ccn": {
    "label": "CCN"
  },
  "providerName": {
    "label": "Provider name"
  },
  "state": {
    "label": "State"
  },
  "city": {
    "label": "City"
  },
  "address": {
    "label": "Address"
  },
  "zipCode": {
    "label": "ZIP"
  },
  "phone": {
    "label": "Phone"
  },
  "ownership": {
    "label": "Ownership"
  },
  "certificationDate": {
    "label": "Certification date"
  },
  "qualityOfPatientCareStarRating": {
    "label": "Quality stars"
  },
  "patientSurveySummaryStarRating": {
    "label": "Survey stars"
  },
  "services": {
    "label": "Services"
  },
  "careMeasures": {
    "label": "Care measures"
  },
  "patientSurvey": {
    "label": "Patient survey"
  },
  "sourceDataset": {
    "label": "Source dataset"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "datasetModified": {
    "label": "Dataset modified"
  },
  "datasetNextUpdate": {
    "label": "Next update"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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