# Texas Hospice CAHPS Data Extractor

**Use case:** 

Scrape Texas CMS hospice CAHPS survey rows by provider for healthcare research, quality monitoring, and BI dashboards.

## Input

```json
{
  "datasetModes": [
    "provider_cahps"
  ],
  "states": [
    "TX"
  ],
  "zipCodes": [],
  "counties": [],
  "providerCcns": [],
  "maxItems": 500,
  "includeRawRecord": false
}
```

## Output

```json
{
  "datasetMode": {
    "label": "Dataset mode"
  },
  "datasetId": {
    "label": "CMS dataset ID"
  },
  "datasetTitle": {
    "label": "CMS dataset"
  },
  "cmsCertificationNumberCcn": {
    "label": "CCN"
  },
  "facilityName": {
    "label": "Facility"
  },
  "addressLine1": {
    "label": "Address 1"
  },
  "addressLine2": {
    "label": "Address 2"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zipCode": {
    "label": "ZIP"
  },
  "county": {
    "label": "County"
  },
  "telephoneNumber": {
    "label": "Phone"
  },
  "cmsRegion": {
    "label": "CMS region"
  },
  "ownershipType": {
    "label": "Ownership"
  },
  "certificationDate": {
    "label": "Certification date"
  },
  "measureCode": {
    "label": "Measure code"
  },
  "measureName": {
    "label": "Measure"
  },
  "score": {
    "label": "Score"
  },
  "footnote": {
    "label": "Footnote"
  },
  "measureDateRange": {
    "label": "Measure date"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "rawRecord": {
    "label": "Raw CMS row"
  }
}
```

## About this Actor

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