US Demographics Data
census.data.demographicsGet US demographic breakdowns by state or county: median age, race (White/Black/Asian), Hispanic/Latino, and bachelor's degree. Use ACS 5-year estimates for market research, policy analysis, and neighborhood profiling.
Instructions
Get demographic composition for any US geography — median age, race (white/Black/Asian), Hispanic/Latino population, and bachelor's degree attainment. Source: ACS 5-year estimates (US Census Bureau). Useful for market research, policy analysis, and neighborhood profiling.
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. |