NAiOS IconNAiOS Logo
Volver al catálogo

Census Bureau

census_bureau

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.

Acciones
8
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (8)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Get ACS 1-Year EstimatesCENSUS_BUREAU_GET_ACS1_YEAR_ESTIMATESAcción

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.

Parámetros de entrada

  • instring

    Parent geography filter in 'type:code' format for nested queries. Required when querying sub-geographies.

  • forstringObligatorio

    Geography filter in 'type:code' format. Examples: 'state:06' for California, 'us:1' for nation-wide.

  • getstringObligatorio

    Comma-separated list of variables or group specifiers to return. Examples: 'NAME,B01001_001E', 'group(B01001)'

  • keystring

    API key for authenticated access. If not provided, the default key from metadata will be used.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ACS 5-Year EstimatesCENSUS_BUREAU_GET_ACS5_YEAR_ESTIMATESAcción

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

Parámetros de entrada

  • keystring

    Census API key. If omitted, uses key from metadata or environment

  • yearintegerObligatorio

    Year of the ACS 5-year data release (between 2009 and 2023)

  • geo_instring

    Optional geography clause for the 'in' parameter, e.g. 'state:06'

  • geo_forstringObligatorio

    Geography clause for the 'for' parameter, e.g. 'state:*' or 'us:1'

  • variablesstringObligatorio

    Comma-separated ACS variables or groups, e.g. 'NAME,B01001_001E' or 'group(B01001)'

Parámetros de salida

  • dataarray[]Obligatorio

    List of rows from ACS API response (first row = header)

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get American Business SurveyCENSUS_BUREAU_GET_AMERICAN_BUSINESS_SURVEYAcción

Tool to retrieve annual business survey (abs) data for a specified year and endpoint.

Parámetros de entrada

  • geostringObligatorio

    Geography filter, e.g., 'us:*' for national or 'state:06' for California.

  • keystringObligatorio

    Census API key for authentication.

  • yearintegerObligatorio

    The survey year (between 2017 and latest available).

  • endpointstringObligatorioenum

    ABS dataset to query: 'abscs' (company summary), 'abscb' (business characteristics), 'abscbo' (owner characteristics), or 'absmcb' (module characteristics).

    abscsabscbabscboabsmcb
  • variablesstring[]Obligatorio

    List of variable codes to retrieve (e.g., ['GEO_ID','NAME','EMP']).

Parámetros de salida

  • dataarray[]Obligatorio

    ABS API returns a 2D array where row[0] is column names.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Community Resilience EstimatesCENSUS_BUREAU_GET_COMMUNITY_RESILIENCE_ESTIMATESAcción

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

Parámetros de entrada

  • forstringObligatorio

    Geographic filter, e.g., 'state:06' or 'county:06037'

  • getstringObligatorio

    Comma-separated list of variables to retrieve, e.g., 'NAME,PRED12_M,PRED3_E'

  • keystring

    API key; if omitted, default key from metadata headers will be used

  • yearintegerObligatorio

    Year of the Community Resilience Estimates dataset (2016–2023)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get County Business PatternsCENSUS_BUREAU_GET_COUNTY_BUSINESS_PATTERNSAcción

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.

Parámetros de entrada

  • instring

    Optional geographic constraint (parent geography), e.g., 'state:06'

  • forstringObligatorio

    Geographic filter, e.g., 'county:001'

  • getstringObligatorio

    Comma-separated list of fields to retrieve (e.g., 'EMP,ESTAB,NAICS2017')

  • keystring

    API key for higher rate limits

  • yearintegerObligatorio

    CBP data year (e.g., 2021)

  • NAICS2017string

    Optional 2017 NAICS industry code(s), e.g., '31-33'

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Decennial Census DataCENSUS_BUREAU_GET_DECENNIAL_CENSUS_DATAAcción

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

Parámetros de entrada

  • getstringObligatorio

    Comma-separated list of variables to retrieve.

  • keystring

    Census API key for authentication. Uses default key if not provided.

  • nestedstring

    Nested geography specifier, e.g., 'county:001'.

  • datasetstringObligatorio

    Dataset identifier, e.g., 'sf1' for Summary File 1.

  • vintagestringObligatorio

    Decennial census vintage year, e.g., '2020'.

  • geographystringObligatorio

    Geography specifier in format '<geography>:<value>', e.g., 'state:*'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Population EstimatesCENSUS_BUREAU_GET_POPULATION_ESTIMATESAcción

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.

Parámetros de entrada

  • forstringObligatorio

    Geographic area specifier (e.g., 'state:*' for all states)

  • getstringObligatorio

    Comma-separated list of variables to retrieve (e.g., 'POP,AGE,SEX')

  • keystring

    Your Census API key; if omitted, the configured key in client metadata will be used

  • datasetstringObligatorioenum

    PEP dataset to retrieve

    populationcomponentscharagegroups
  • vintageintegerObligatorio

    Year of the data vintage (e.g., 2023)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Variable DetailsCENSUS_BUREAU_GET_VARIABLE_DETAILSAcción

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.

Parámetros de entrada

  • keystring

    Census API key. If omitted, default key from metadata will be used.

  • yearintegerObligatorio

    Four-digit data vintage year, e.g., 2019.

  • datasetstringObligatorio

    Dataset path segment, e.g., 'acs/acs1' or 'acs/acs5'.

  • variablestringObligatorio

    Variable identifier, e.g., 'B01001_001E'. Case-sensitive.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not