query_census
Retrieve demographic and statistical data from the US Census Bureau API by specifying datasets, variables, geography, and year parameters.
Instructions
Make a raw query to the Census API.
Args:
dataset: Dataset path (e.g., 'acs/acs5', 'dec/pl')
variables: List of variable codes to retrieve
geo: Geography specification (e.g., 'state:06', 'county:*&in=state:06')
year: Data year (default: 2022)
Returns:
Raw JSON response from Census API
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes | ||
| variables | Yes | ||
| geo | Yes | ||
| year | No | 2022 |