US County Economic & Demographic Indicators — ACS 2022
About this data
Comprehensive economic and demographic dataset covering all 3,222 US counties and county-equivalents, sourced from the US Census Bureau American Community Survey (ACS) 2022 5-Year Estimates. Each row represents one county with 20 fields including population, median household income, per capita income, poverty rate, unemployment rate, college degree attainment, median home value, median rent, homeownership rate, housing vacancy rate, income-to-home-value ratio, rent burden as percentage of income, long commute rates, and total housing units. Includes computed affordability and economic stress indicators derived from raw Census variables. Covers all 50 states plus DC and Puerto Rico with FIPS codes and Census region classifications. Ideal for market research, site selection analysis, economic policy research, real estate investment analysis, and demographic modeling. Data is public domain from the US Census Bureau.
Schema
| Name | Type | Description |
|---|---|---|
| fips_code | string | |
| county_name | string | |
| state | string | |
| region | string | |
| total_population | string | |
| median_age | string | |
| median_household_income_usd | string | |
| per_capita_income_usd | string | |
| poverty_rate_pct | string | |
| unemployment_rate_pct | string | |
| college_degree_pct | string | |
| median_home_value_usd | string | |
| median_gross_rent_usd | string | |
| homeownership_rate_pct | string | |
| vacancy_rate_pct | string | |
| income_to_home_value_ratio | string | |
| rent_burden_pct_of_income | string | |
| long_commute_60plus_min_pct | string | |
| total_housing_units | string | |
| data_source | string |
Sample Data
Preview a sample of the data before downloading.
For AI Agents
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "US County Economic & Demograph" })
// Found: 03155b11-59e6-4def-9871-6fa2ac61e0ed
get_download_url({ dataset_id: "03155b11-59e6-4def-9871-6fa2ac61e0ed" }) // free — no API key needed# Free dataset — no API key required: curl https://api.databazaar.io/datasets/03155b11-59e6-4def-9871-6fa2ac61e0ed/download-url