# CMS Hospital & Healthcare Facility in AL

**Use case:** 

Export cms hospital & healthcare facility in AL — names, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Example: extract cms hospital & healthcare facility for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "facilityType": "hospital",
  "states": [
    "AL"
  ],
  "hospitalType": "",
  "hospitalOwnership": "",
  "minRating": "0",
  "emergencyServicesOnly": false,
  "facilityName": "",
  "maxItems": 200
}
```

## Output

```json
{
  "facility_id": {
    "label": "Facility Id",
    "format": "string"
  },
  "facility_name": {
    "label": "Facility Name",
    "format": "string"
  },
  "facility_type": {
    "label": "Facility Type",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "phone_number": {
    "label": "Phone Number",
    "format": "string"
  },
  "overall_rating": {
    "label": "Overall Rating",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [CMS Hospital & Healthcare Facility Crawler](https://apify.com/jungle_synthesizer/cms-hospital-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/cms-hospital-crawler) to learn more, explore other use cases, and run it yourself.