HUD Housing Data
Fetch HUD CHAS housing data with a shared platform key.
Custom Streaming + One-shot
Fetch HUD CHAS housing data with a shared platform key.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
hud/get_housing_data
Fetch HUD CHAS housing data with a shared platform key.
upsert_bento_get_hud_housing_data
Create or update a recurring HUD CHAS housing connector.
Inputs ▾
hud/get_housing_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| tableName | string | yes | HUD CHAS table name, e.g. 'table8' or 'table1'. |
| geoid | string | yes | Geography identifier, e.g. 'US36029' for Erie County, NY. |
| year | string | yes | CHAS year, e.g. '2019'. |
| summaryLevel | string | no | Optional summary level code. |
| byVariable | string | no | Optional CHAS by-variable value. |
| filter | string | no | Optional extra filter expression if supported by the API. |
| limit | number | no | Max records to fetch. Default 200. |
| offset | number | no | Offset if the API supports paging. |
| rowIdentifierField | string | no | Optional stable identifier field for deduplication. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
upsert_bento_get_hud_housing_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| tableName | string | yes | HUD CHAS table name, e.g. 'table8' or 'table1'. |
| geoid | string | yes | Geography identifier, e.g. 'US36029' for Erie County, NY. |
| year | string | yes | CHAS year, e.g. '2019'. |
| summaryLevel | string | no | Optional summary level code. |
| byVariable | string | no | Optional CHAS by-variable value. |
| filter | string | no | Optional extra filter expression if supported by the API. |
| limit | number | no | Max records to fetch. Default 200. |
| offset | number | no | Offset if the API supports paging. |
| rowIdentifierField | string | no | Optional stable identifier field for deduplication. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
| polling_frequency | string | yes | How often to poll the HUD CHAS endpoint. |
| connectorId | string | no | If provided, updates an existing connector. |