US Housing Data
census.data.housingRetrieve housing statistics for any US geography: total units, median home value, median rent, and owner-occupied vs renter-occupied counts. Source: ACS 5-year estimates. Essential for real estate analysis and property valuations.
Instructions
Get housing statistics for any US geography — total units, median home value, median rent, owner-occupied vs renter-occupied counts. Source: ACS 5-year estimates (US Census Bureau). Essential for real estate agents, property valuations, and housing market analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state_fips | Yes | US state FIPS code (e.g. 06 for California, 36 for New York, * for all states) | |
| county_fips | No | County FIPS code within the state (e.g. 037 for Los Angeles, * for all counties). Omit for state-level data. | |
| year | No | Survey year (default 2022). ACS 5-year estimates available 2010-2022. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |