# Find Section 8 assisted housing in California

**Use case:** 

Get HUD Section 8/202/811 assisted-housing data by state - property, units, management contact, REAC score, contract expiry. No API key. Export CSV/Excel.

## Input

```json
{
  "state": "CA",
  "program": "all",
  "expiringWithinMonths": 0,
  "minUnits": 0,
  "onlyWithContact": false,
  "troubledOnly": false,
  "inDefaultOnly": false,
  "minDealScore": 0,
  "maxItems": 500
}
```

## Output

```json
{
  "next_expiration": {
    "label": "Contract expires",
    "format": "text"
  },
  "property_name": {
    "label": "Property",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "total_units": {
    "label": "Units",
    "format": "number"
  },
  "programs": {
    "label": "Program",
    "format": "array"
  },
  "mgmt_agent": {
    "label": "Mgmt agent",
    "format": "text"
  },
  "mgmt_email": {
    "label": "Email",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "reac_score": {
    "label": "REAC",
    "format": "number"
  },
  "property_id": {
    "label": "HUD ID",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [HUD Section 8 Multifamily Property Leads Scraper](https://apify.com/flash_scraper/hud-assisted-housing-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/flash_scraper/hud-assisted-housing-scraper) to learn more, explore other use cases, and run it yourself.