Census Acs
demographics__census-acsQuery U.S. Census ACS data for population, income, housing, and demographic variables by geography with quality scoring and source citations.
Instructions
[Demographics & Population Agent] Query the U.S. Census Bureau American Community Survey (ACS) 5-year estimates. Retrieve population, income, housing, and demographic variables by geography. Source: U.S. Census Bureau (Public Domain), updates annual. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variables | No | Comma-separated Census variable codes (e.g. NAME,B01003_001E for population) | NAME,B01003_001E |
| geo | No | Geography level and filter (e.g. state:*, county:*&in=state:06) | state:* |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |