# Scrape Senior Housing Properties in Arizona

**Use case:** 

Find HUD senior and elderly housing in Arizona with Property, Address, City, Units, Occupancy % and Category. Export to JSON, CSV or Excel.

## Input

```json
{
  "datasets": [
    "assisted"
  ],
  "states": [
    "AZ"
  ],
  "propertyTypes": [
    "senior",
    "elderly"
  ],
  "hasEmail": false,
  "hasPhone": false,
  "subsidizedOnly": false,
  "troubledOnly": false,
  "maxResults": 1000,
  "sortBy": "leadScore",
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Property"
  },
  "dataset": {
    "label": "Source"
  },
  "address1": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zip": {
    "label": "ZIP"
  },
  "totalUnits": {
    "label": "Units"
  },
  "assistedUnits": {
    "label": "Assisted units"
  },
  "occupancyPct": {
    "label": "Occupancy %"
  },
  "propertyCategory": {
    "label": "Category"
  },
  "reacInspectionScore": {
    "label": "REAC score"
  },
  "subsidyPrograms": {
    "label": "Subsidy"
  }
}
```

## About this Actor

This example demonstrates how to use [HUD Multifamily & Affordable Housing Leads](https://apify.com/scrapesage/hud-multifamily-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/hud-multifamily-scraper) to learn more, explore other use cases, and run it yourself.