# Hospitals Medicare Care

**Use case:** 

Extract Medicare Care data filtered by Hospitals. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "dataType": "hospitals",
  "maxItems": 10
}
```

## Output

```json
{
  "facilityName": {
    "label": "Facility"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "overallRating": {
    "label": "Rating"
  },
  "facilityType": {
    "label": "Type"
  },
  "telephone": {
    "label": "Phone"
  },
  "emergencyServices": {
    "label": "ER"
  }
}
```

## About this Actor

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