# High Rated Florida Hospitals Extractor

**Use case:** 

Extract Florida hospitals with CMS overall ratings, facility IDs, ownership, and contact fields.

## Input

```json
{
  "states": [
    "FL"
  ],
  "emergencyServices": "yes",
  "minOverallRating": 4,
  "maxResults": 150
}
```

## Output

```json
{
  "facilityId": {
    "label": "CMS facility ID"
  },
  "facilityName": {
    "label": "Facility name"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "hospitalType": {
    "label": "Hospital type"
  },
  "ownership": {
    "label": "Ownership"
  },
  "emergencyServices": {
    "label": "Emergency services"
  },
  "overallRating": {
    "label": "Overall rating"
  },
  "phone": {
    "label": "Phone"
  },
  "cmsSourceUrl": {
    "label": "CMS source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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