# Critical Access Hospitals Medicare Hospital Compare |

**Use case:** 

Extract Medicare Hospital Compare | Quality Ratings Data data filtered by Critical Access Hospitals. Export structured results ready for analysis, lead

## Input

```json
{
  "maxItems": 10,
  "hospitalType": "Critical Access Hospitals"
}
```

## Output

```json
{
  "title": {
    "label": "Hospital",
    "format": "text"
  },
  "id": {
    "label": "CMS #",
    "format": "text"
  },
  "hospital_type": {
    "label": "Type",
    "format": "text"
  },
  "hospital_ownership": {
    "label": "Ownership",
    "format": "text"
  },
  "citytown": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip_code": {
    "label": "Zip code"
  },
  "hospital_overall_rating": {
    "label": "Stars",
    "format": "text"
  },
  "emergency_services": {
    "label": "ER?",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Medicare Hospital Compare Scraper | Quality Ratings Data](https://apify.com/parseforge/hospital-compare-medicare-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/hospital-compare-medicare-scraper) to learn more, explore other use cases, and run it yourself.