# Houston Affordable Housing — LIHTC, Multifamily, Public + OZ

**Use case:** 

Houston affordable-housing list across HUD LIHTC, FHA-insured multifamily and public housing, with units and Opportunity Zone flags.

## Input

```json
{
  "states": [
    "TX"
  ],
  "programs": [
    "LIHTC",
    "HUD_INSURED",
    "PUBLIC_HOUSING"
  ],
  "city": "Houston",
  "minUnits": 0,
  "includeOpportunityZoneFlag": true,
  "onlyOpportunityZone": false,
  "maxResults": 500
}
```

## Output

```json
{
  "program": {
    "label": "Program",
    "format": "string"
  },
  "property_name": {
    "label": "Property name",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "zip": {
    "label": "ZIP",
    "format": "string"
  },
  "units_total": {
    "label": "Total units",
    "format": "number"
  },
  "units_low_income": {
    "label": "Low-income units",
    "format": "number"
  },
  "year_placed_in_service": {
    "label": "Year placed in service",
    "format": "number"
  },
  "owner_or_manager": {
    "label": "Owner / manager",
    "format": "string"
  },
  "opportunity_zone": {
    "label": "In Opportunity Zone",
    "format": "boolean"
  },
  "oz_tract_geoid": {
    "label": "OZ tract GEOID",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [HUD Affordable Housing Explorer: LIHTC + Multifamily + Public](https://apify.com/malonestar/hud-affordable-housing-explorer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/hud-affordable-housing-explorer) to learn more, explore other use cases, and run it yourself.