Census Bureau

Learn how to use Census Bureau with Composio

Overview

Enum

CENSUS_BUREAU

Description

The Census Bureau Data API provides developers with access to a wide range of statistical data collected by the U.S. Census Bureau, facilitating integration into applications and data visualizations.

Authentication Details

Actions

Tool to retrieve 1-year american community survey (acs) estimates for a specified geography. use when you need the most recent annual acs data for a given area.

Action Parameters

for
stringRequired
get
stringRequired
in
string
key
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve 5-year american community survey estimates for a specified year. use when detailed acs data by geography and variables is required.

Action Parameters

geo_for
stringRequired
geo_in
string
key
string
variables
stringRequired
year
integerRequired

Action Response

data
array
error
string
successful
boolean
Tool to retrieve annual business survey (abs) data for a specified year and endpoint.

Action Parameters

endpoint
stringRequired
geo
stringRequired
key
stringRequired
variables
arrayRequired
year
integerRequired

Action Response

data
array
error
string
successful
boolean
Tool to retrieve community resilience estimates for a specified year. use after selecting variables and geography to get cre data for analysis.

Action Parameters

for
stringRequired
get
stringRequired
key
string
year
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve county business patterns (cbp) data for a specified year. use when you need county-level business establishment and employment statistics filtered by industry and geography.

Action Parameters

NAICS2017
string
for
stringRequired
get
stringRequired
in
string
key
string
year
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve decennial census data for a specified vintage and dataset. use when you need census variables for a given geography.

Action Parameters

dataset
stringRequired
geography
stringRequired
get
stringRequired
key
string
nested
string
vintage
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve population estimates program (pep) data for a specified vintage and dataset. use when you need population or demographic estimates for specific geographies.

Action Parameters

dataset
stringRequired
for
stringRequired
get
stringRequired
key
string
vintage
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve metadata for a specific variable in a census dataset for a given year. use when you need the label, concept, data type, attribute codes, and valid-value constraints.

Action Parameters

dataset
stringRequired
key
string
variable
stringRequired
year
integerRequired

Action Response

data
object
error
string
successful
boolean