NAiOS IconNAiOS Logo
Volver al catálogo

Geocodio

geocodio

Geocodio provides straightforward and easy-to-use geocoding, reverse geocoding, and data matching services for US and Canadian addresses.

Acciones
14
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 (14)

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.

Append Canadian StatCan BoundariesGEOCODIO_APPEND_CANADIAN_STATISTICAL_BOUNDARIESAcción

Tool to append Canadian statistical boundaries from Statistics Canada. Use after geocoding addresses to enrich results with StatCan geography data.

Parámetros de entrada

  • qstring

    Full address to geocode (e.g., '24 Sussex Dr, Ottawa, ON').

  • citystring

    City name (required with street/state when not using `q`).

  • limitinteger

    Maximum number of results to return; 0 or None means no limit.

  • statestring

    State or province (required with street/city when not using `q`).

  • countystring

    County name (optional).

  • fieldsstring

    Must be set to 'statcan' to append Canadian statistical boundaries.

  • formatstring

    Use 'simple' output format; `limit` has no effect.

  • streetstring

    Street line when not using `q`.

  • countrystringenum

    Country to geocode in; inferred from query or default to USA.

    USACanada
  • street2string

    Second street line, such as apt/unit.

  • postal_codestring

    Postal code (optional).

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

Append Canadian Provincial Electoral DistrictGEOCODIO_CANADIAN_PROVINCIAL_ELECTORAL_DISTRICT_APPENDAcción

Tool to append Canadian provincial electoral district to geocode results. Use when you need the provincial riding for a Canadian address.

Parámetros de entrada

  • qstring

    Full unstructured address string. Required if structured address components are not provided.

  • citystring

    City name.

  • limitinteger

    Max number of results to return; must be >=1.

  • statestring

    State/province code (2-letter for Canada, e.g., 'ON').

  • countystring

    County name.

  • fieldsstring

    Field to append: 'provriding' for provincial electoral district.

  • formatstring

    Set to 'simple' for simplified JSON output.

  • streetstring

    Street line, e.g., house number and street name.

  • countrystring

    Country override (e.g., 'Canada').

  • street2string

    Secondary unit, e.g., Apt/Suite.

  • postal_codestring

    Postal code.

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

Append Census Data to Geocoded AddressGEOCODIO_CENSUS_DATA_APPENDAcción

Tool to append Census block/tract FIPS and MSA/CSA codes to geocoded addresses. Use when you need detailed Census boundaries and metropolitan area codes.

Parámetros de entrada

  • qstring

    Full address to geocode.

  • citystring

    City name.

  • limitinteger

    Maximum number of results to return (>= 1).

  • statestring

    State or province code.

  • countystring

    County name.

  • fieldsstring[]

    List of census datasets to append; choose from census, census2000–census2024.

  • formatstring

    Return simplified JSON structure; limit is ignored in simple format.

  • streetstring

    Primary street address.

  • countrystringenum

    Country context for geocoding; defaults to inferred, falls back to USA.

    USACanada
  • street2string

    Secondary street address.

  • postal_codestring

    ZIP or postal code.

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

Append Congressional DistrictGEOCODIO_CONGRESSIONAL_DISTRICT_APPENDAcción

Tool to append Congressional District information to a geocoded address. Use after confirming address validity.

Parámetros de entrada

  • qstring

    Full address to geocode (e.g., '1109 N Highland St, Arlington VA').

  • citystring

    City name (structured form).

  • limitinteger

    Maximum number of results to return; ignored if format='simple'.

  • statestring

    State or province (structured form), two-letter code preferred.

  • countystring

    County name (structured form).

  • formatstring

    Use 'simple' for a flattened JSON response; default is full JSON.

  • streetstring

    Primary street address (structured form).

  • countrystring

    Country; inferred or default 'US' if omitted.

  • street2string

    Second address line (apt, suite, etc.).

  • postal_codestring

    ZIP or postal code (structured form).

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

Delete Geocodio ListGEOCODIO_DELETE_LISTAcción

Tool to delete a specific list. Use when you need to permanently remove an existing list after confirming its list_id.

Parámetros de entrada

  • list_idintegerObligatorio

    Unique identifier of the list to delete

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

Append FFIEC Fair Lending DataGEOCODIO_FFIEC_APPENDAcción

Tool to append FFIEC (Fair Lending) data to a geocoded address. Use after validating address input for detailed lending and demographic metrics.

Parámetros de entrada

  • qstring

    Full address to geocode (e.g., '1109 N Highland St, Arlington VA').

  • citystring

    City name (structured form).

  • limitinteger

    Maximum number of candidate results to return; 0 means no limit.

  • statestring

    State or province code (two-letter).

  • countystring

    County name (structured form).

  • formatstring

    Use 'simple' for a condensed response; fields still supported.

  • streetstring

    Primary street address (structured form).

  • countrystringenum

    Country context; defaults to inferred (US only for FFIEC).

    USACanada
  • street2string

    Second address line (apt, suite, etc.).

  • postal_codestring

    ZIP or postal code (structured form).

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

Batch Reverse GeocodeGEOCODIO_GEOCODIO_BATCH_REVERSE_GEOCODEAcción

Tool to batch reverse geocode up to 10,000 coordinates in one request. Use when you need addresses for many lat/lon pairs.

Parámetros de entrada

  • limitinteger

    Max number of candidate results per input; 0 means no limit. Must be non-negative.

  • fieldsstring

    Comma-separated data-append codes to include (e.g., 'cd,stateleg').

  • coordinatesstring[]Obligatorio

    List of 'latitude,longitude' strings. Latitude first. Up to 10,000 items.

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

Single Reverse GeocodeGEOCODIO_GEOCODIO_SINGLE_REVERSE_GEOCODEAcción

Tool to reverse geocode a single coordinate. Use when you need to convert one lat,lng to an address.

Parámetros de entrada

  • latnumberObligatorio

    Latitude of the coordinate, between -90 and 90

  • lngnumberObligatorio

    Longitude of the coordinate, between -180 and 180

  • limitinteger

    Maximum number of results to return; 0 means no limit (default no limit)

  • fieldsstring

    Comma-separated list of data append codes to include (e.g., 'stateleg,timezone')

  • formatstring

    Change output format; only valid value is 'simple' for a simplified response

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 Coordinates for Batch Reverse GeocodeGEOCODIO_GET_COORDINATES_FOR_BATCH_REVERSE_GEOCODEAcción

Tool to provide a predefined set of latitude,longitude strings. Use when testing batch reverse geocoding without calling external APIs.

Parámetros de entrada

Sin parámetros.

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

Append School DistrictGEOCODIO_SCHOOL_DISTRICT_APPENDAcción

Tool to append School District information to a geocoded address. Use after confirming address validity for K12 district boundaries.

Parámetros de entrada

  • qstring

    Full address to geocode (e.g., '1109 N Highland St, Arlington VA').

  • citystring

    City name (structured form).

  • limitinteger

    Maximum number of results to return; 0 means no limit.

  • statestring

    State or province code (structured form), two-letter code preferred.

  • countystring

    County name (structured form).

  • streetstring

    Primary street address (structured form).

  • countrystring

    Country; inferred or default 'US' if omitted.

  • street2string

    Second address line (apt, suite, etc.).

  • postal_codestring

    ZIP code (US) or FSA (Canada) (structured form).

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

Single Forward GeocodeGEOCODIO_SINGLE_GEOCODEAcción

Tool to forward geocode a single address. Use when you need coordinates and metadata for one address.

Parámetros de entrada

  • qstring

    Full address string to geocode; required if components not used

  • citystring

    City name

  • limitinteger

    Maximum number of results; 0 means no limit

  • statestring

    State or province code

  • countystring

    County name

  • fieldsstring

    Comma-separated list of data appends to include (e.g. 'timezone,cd')

  • formatstring

    If 'simple', returns a flattened response schema

  • streetstring

    Street address component

  • countrystring

    Country context; USA or Canada

  • street2string

    Secondary street address (unit etc)

  • postal_codestring

    Postal (ZIP) code

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

Append State Legislative DistrictGEOCODIO_STATE_LEGISLATIVE_DISTRICT_APPENDAcción

Tool to append state legislative district information to a geocoded address. Use after confirming the address validity.

Parámetros de entrada

  • qstring

    Full address to geocode (e.g., '1109 N Highland St, Arlington VA').

  • citystring

    City name (structured form).

  • limitinteger

    Maximum number of results to return; ignored if format='simple'.

  • statestring

    State or province (structured form), two-letter code preferred.

  • countystring

    County name (structured form).

  • formatstring

    Use 'simple' for a flattened JSON response; default is full JSON.

  • streetstring

    Primary street address (structured form).

  • countrystring

    Country; inferred or default 'US' if omitted.

  • street2string

    Second address line (apt, suite, etc.).

  • postal_codestring

    ZIP or postal code (structured form).

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

Append TimezoneGEOCODIO_TIMEZONE_APPENDAcción

Tool to append timezone information to geocode results. Use when you need local timezone details for a given address.

Parámetros de entrada

  • qstring

    Free-form address query to geocode.

  • citystring

    City name component.

  • limitinteger

    Maximum number of results to return; 0 means no limit.

  • statestring

    State or province component (2-letter code preferred).

  • countystring

    County name component.

  • formatstring

    Set to 'simple' for simplified (flattened) JSON output.

  • streetstring

    Primary street address component.

  • countrystring

    Country name or code; defaults to 'US' if omitted.

  • street2string

    Secondary street address component (apt, suite, etc.).

  • postal_codestring

    Postal or ZIP code component.

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

USPS ZIP+4 AppendGEOCODIO_USPS_ZIP4_APPENDAcción

Tool to append USPS ZIP+4 information to US addresses. Use when detailed ZIP+4 data is required.

Parámetros de entrada

  • qstring

    Full address string to geocode.

  • citystring

    City name.

  • limitinteger

    Max number of results; 0 for unlimited.

  • statestring

    State or province code.

  • countystring

    County name.

  • formatstring

    Output format; only 'simple' supported beyond default JSON.

  • streetstring

    Primary street address component.

  • countrystring

    Country name or code; default is US.

  • street2string

    Secondary street address component.

  • postal_codestring

    Postal code or ZIP code.

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