# Find primary-care shortage areas (HPSA) in Alabama

**Use case:** 

List HRSA-designated primary care shortage areas in Alabama with HPSA scores, rural status and designation dates — site-selection ready.

## Input

```json
{
  "designationType": "HPSA",
  "discipline": "Primary Care",
  "state": "Alabama",
  "minScore": 0,
  "status": "",
  "ruralStatus": "any",
  "sinceDate": "",
  "rollupBy": "",
  "maxResults": 1000
}
```

## Output

```json
{
  "designation_type": {
    "label": "Designation type",
    "format": "string"
  },
  "discipline": {
    "label": "Discipline / MUA type",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "score": {
    "label": "Shortage score",
    "format": "number"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "county_fips": {
    "label": "County FIPS",
    "format": "string"
  },
  "designation_date": {
    "label": "Designation date",
    "format": "string"
  },
  "last_update_date": {
    "label": "Last update date",
    "format": "string"
  },
  "withdrawal_date": {
    "label": "Withdrawal date",
    "format": "string"
  },
  "status_change": {
    "label": "Status change",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [HRSA HPSA & MUA Shortage Designation Monitor API](https://apify.com/malonestar/hrsa-shortage-designation-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/hrsa-shortage-designation-monitor) to learn more, explore other use cases, and run it yourself.