# California Section 8 HAP Contract Expirations

**Use case:** 

250 California project-based Section 8 HAP contracts expiring within 36 months, with assisted units, rent vs FMR position and owner contact emails.

## Input

```json
{
  "states": [
    "CA"
  ],
  "expirationBasis": "overall",
  "expiringWithinMonths": 36,
  "contractStatuses": [
    "Active"
  ],
  "deltaOnly": false,
  "includeContacts": true,
  "maxResults": 250,
  "simulateDrift": false
}
```

## Output

```json
{
  "contract_number": {
    "label": "Contract number",
    "format": "string"
  },
  "property_name": {
    "label": "Property name",
    "format": "string"
  },
  "property_city": {
    "label": "Property city",
    "format": "string"
  },
  "property_state_code": {
    "label": "Property state code",
    "format": "string"
  },
  "assisted_units": {
    "label": "Assisted units",
    "format": "integer"
  },
  "contract_term_end_date": {
    "label": "Contract term end date",
    "format": "string"
  },
  "contract_term_end_fiscal_year": {
    "label": "Contract term end fiscal year",
    "format": "integer"
  },
  "current_funding_increment_end_date": {
    "label": "Current funding increment end date",
    "format": "string"
  },
  "expiration_dates_differ": {
    "label": "Expiration dates differ",
    "format": "boolean"
  },
  "contract_status": {
    "label": "Contract status",
    "format": "string"
  },
  "program_type_group_name": {
    "label": "Program type group name",
    "format": "string"
  },
  "rent_to_fmr_pct": {
    "label": "Rent to fmr pct",
    "format": "number"
  },
  "rent_to_fmr_band": {
    "label": "Rent to fmr band",
    "format": "string"
  },
  "owner_organization_name": {
    "label": "Owner organization name",
    "format": "string"
  },
  "owner_email": {
    "label": "Owner email",
    "format": "string"
  },
  "owner_phone": {
    "label": "Owner phone",
    "format": "string"
  },
  "mgmt_agent_org_name": {
    "label": "Mgmt agent org name",
    "format": "string"
  },
  "mgmt_agent_email": {
    "label": "Mgmt agent email",
    "format": "string"
  },
  "delta_status": {
    "label": "Delta status",
    "format": "string"
  },
  "contracts_data_vintage": {
    "label": "Contracts data vintage",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [HUD Section 8 Contract Expiration Monitor + Owner Contacts](https://apify.com/malonestar/hud-section8-contract-expiration-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/hud-section8-contract-expiration-monitor) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/malonestar/hud-section8-contract-expiration-monitor.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
