# Houston CMS Hospital Ratings Extractor

**Use case:** 

Extract Houston hospital ratings, addresses, phone numbers, ownership, and emergency-services flags from CMS Provider Data.

## Input

```json
{
  "states": [
    "TX"
  ],
  "cities": [
    "Houston"
  ],
  "zipCodes": [],
  "hospitalTypes": [
    "Acute Care Hospitals"
  ],
  "ownershipTypes": [],
  "emergencyServices": "any",
  "minOverallRating": 4,
  "includeStarRatings": true,
  "includeQualityMeasures": false,
  "maxItems": 50
}
```

## Output

```json
{
  "facilityId": {
    "label": "Facility ID"
  },
  "facilityName": {
    "label": "Facility name"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zipCode": {
    "label": "ZIP"
  },
  "hospitalType": {
    "label": "Hospital type"
  },
  "ownership": {
    "label": "Ownership"
  },
  "emergencyServices": {
    "label": "Emergency"
  },
  "overallRating": {
    "label": "Overall rating"
  },
  "safetyBetterCount": {
    "label": "Safety better"
  },
  "readmissionBetterCount": {
    "label": "Readmission better"
  },
  "sourceDatasetUrl": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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