get_area_demographics
Retrieve demographic data for a US state or county, including population, median income, education, employment, and age distribution from US Census ACS.
Instructions
Get demographic data for a US state or county.
Returns population, median income, education levels, employment stats, and age distribution from the US Census ACS.
Args: state: US state name or abbreviation (e.g., "Texas" or "TX") county: Optional 3-digit FIPS county code (e.g., "201" for Harris County)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| county | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |