# California HUD Assisted Multifamily Properties Scraper

**Use case:** 

Extract HUD assisted multifamily property records in California with units, contracts, risk signals, and management contacts.

## Input

```json
{
  "states": [
    "CA"
  ],
  "city": "Los Angeles",
  "hasActiveAssistance": true,
  "maxItems": 100,
  "includeGeometry": false,
  "includeRaw": false
}
```

## Output

```json
{
  "propertyId": {
    "label": "HUD property ID"
  },
  "propertyName": {
    "label": "Property name"
  },
  "category": {
    "label": "Category"
  },
  "clientGroupName": {
    "label": "Client group"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zip": {
    "label": "ZIP"
  },
  "county": {
    "label": "County"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "totalUnits": {
    "label": "Total units"
  },
  "assistedUnits": {
    "label": "Assisted units"
  },
  "availableUnits": {
    "label": "Available units"
  },
  "hasActiveAssistance": {
    "label": "Active assistance"
  },
  "isSubsidized": {
    "label": "Subsidized"
  },
  "isSection8": {
    "label": "Section 8"
  },
  "isOnWatchList": {
    "label": "Watch list"
  },
  "troubledCode": {
    "label": "Troubled code"
  },
  "riskCategory": {
    "label": "Risk category"
  },
  "integratedRiskScoreCategory": {
    "label": "Risk score category"
  },
  "reacLastInspectionScore": {
    "label": "REAC score"
  },
  "reacLastInspectionDate": {
    "label": "REAC date"
  },
  "occupancyDate": {
    "label": "Occupancy date"
  },
  "loanMaturityDate": {
    "label": "Loan maturity"
  },
  "lastUpdated": {
    "label": "HUD updated"
  },
  "contracts": {
    "label": "Contracts"
  },
  "managementAgent": {
    "label": "Management agent"
  },
  "managementContactName": {
    "label": "Management contact"
  },
  "managementPhone": {
    "label": "Management phone"
  },
  "managementEmail": {
    "label": "Management email"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [HUD Multifamily Assisted Properties Scraper](https://apify.com/automation-lab/hud-multifamily-assisted-properties-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/hud-multifamily-assisted-properties-scraper) to learn more, explore other use cases, and run it yourself.