get_housing_stats
Retrieve median home value, median rent, vacancy rates, and owner-occupied percentage for a US state or county using Census ACS 5-year survey data.
Instructions
Get housing statistics for a US state or county.
Returns median home value, median rent, vacancy rates, and owner-occupied percentage from the US Census ACS 5-Year survey.
Args: state: US state name or abbreviation (e.g., "California" or "CA") county: Optional 3-digit FIPS county code (e.g., "073" for San Diego)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| county | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |