Geocodio
geocodioGeocodio provides straightforward and easy-to-use geocoding, reverse geocoding, and data matching services for US and Canadian addresses.
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ónTool to append Canadian statistical boundaries from Statistics Canada. Use after geocoding addresses to enrich results with StatCan geography data.
GEOCODIO_APPEND_CANADIAN_STATISTICAL_BOUNDARIESAcciónTool to append Canadian statistical boundaries from Statistics Canada. Use after geocoding addresses to enrich results with StatCan geography data.
Parámetros de entrada
qstringFull address to geocode (e.g., '24 Sussex Dr, Ottawa, ON').
citystringCity name (required with street/state when not using `q`).
limitintegerMaximum number of results to return; 0 or None means no limit.
statestringState or province (required with street/city when not using `q`).
countystringCounty name (optional).
fieldsstringMust be set to 'statcan' to append Canadian statistical boundaries.
formatstringUse 'simple' output format; `limit` has no effect.
streetstringStreet line when not using `q`.
countrystringenumCountry to geocode in; inferred from query or default to USA.
USACanadastreet2stringSecond street line, such as apt/unit.
postal_codestringPostal code (optional).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Append Canadian Provincial Electoral DistrictGEOCODIO_CANADIAN_PROVINCIAL_ELECTORAL_DISTRICT_APPENDAcciónTool to append Canadian provincial electoral district to geocode results. Use when you need the provincial riding for a Canadian address.
GEOCODIO_CANADIAN_PROVINCIAL_ELECTORAL_DISTRICT_APPENDAcciónTool to append Canadian provincial electoral district to geocode results. Use when you need the provincial riding for a Canadian address.
Parámetros de entrada
qstringFull unstructured address string. Required if structured address components are not provided.
citystringCity name.
limitintegerMax number of results to return; must be >=1.
statestringState/province code (2-letter for Canada, e.g., 'ON').
countystringCounty name.
fieldsstringField to append: 'provriding' for provincial electoral district.
formatstringSet to 'simple' for simplified JSON output.
streetstringStreet line, e.g., house number and street name.
countrystringCountry override (e.g., 'Canada').
street2stringSecondary unit, e.g., Apt/Suite.
postal_codestringPostal code.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Append Census Data to Geocoded AddressGEOCODIO_CENSUS_DATA_APPENDAcciónTool to append Census block/tract FIPS and MSA/CSA codes to geocoded addresses. Use when you need detailed Census boundaries and metropolitan area codes.
GEOCODIO_CENSUS_DATA_APPENDAcciónTool 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
qstringFull address to geocode.
citystringCity name.
limitintegerMaximum number of results to return (>= 1).
statestringState or province code.
countystringCounty name.
fieldsstring[]List of census datasets to append; choose from census, census2000–census2024.
formatstringReturn simplified JSON structure; limit is ignored in simple format.
streetstringPrimary street address.
countrystringenumCountry context for geocoding; defaults to inferred, falls back to USA.
USACanadastreet2stringSecondary street address.
postal_codestringZIP or postal code.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Append Congressional DistrictGEOCODIO_CONGRESSIONAL_DISTRICT_APPENDAcciónTool to append Congressional District information to a geocoded address. Use after confirming address validity.
GEOCODIO_CONGRESSIONAL_DISTRICT_APPENDAcciónTool to append Congressional District information to a geocoded address. Use after confirming address validity.
Parámetros de entrada
qstringFull address to geocode (e.g., '1109 N Highland St, Arlington VA').
citystringCity name (structured form).
limitintegerMaximum number of results to return; ignored if format='simple'.
statestringState or province (structured form), two-letter code preferred.
countystringCounty name (structured form).
formatstringUse 'simple' for a flattened JSON response; default is full JSON.
streetstringPrimary street address (structured form).
countrystringCountry; inferred or default 'US' if omitted.
street2stringSecond address line (apt, suite, etc.).
postal_codestringZIP or postal code (structured form).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Geocodio ListGEOCODIO_DELETE_LISTAcciónTool to delete a specific list. Use when you need to permanently remove an existing list after confirming its list_id.
GEOCODIO_DELETE_LISTAcciónTool 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_idintegerObligatorioUnique identifier of the list to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Append FFIEC Fair Lending DataGEOCODIO_FFIEC_APPENDAcciónTool to append FFIEC (Fair Lending) data to a geocoded address. Use after validating address input for detailed lending and demographic metrics.
GEOCODIO_FFIEC_APPENDAcciónTool 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
qstringFull address to geocode (e.g., '1109 N Highland St, Arlington VA').
citystringCity name (structured form).
limitintegerMaximum number of candidate results to return; 0 means no limit.
statestringState or province code (two-letter).
countystringCounty name (structured form).
formatstringUse 'simple' for a condensed response; fields still supported.
streetstringPrimary street address (structured form).
countrystringenumCountry context; defaults to inferred (US only for FFIEC).
USACanadastreet2stringSecond address line (apt, suite, etc.).
postal_codestringZIP or postal code (structured form).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Batch Reverse GeocodeGEOCODIO_GEOCODIO_BATCH_REVERSE_GEOCODEAcciónTool to batch reverse geocode up to 10,000 coordinates in one request. Use when you need addresses for many lat/lon pairs.
GEOCODIO_GEOCODIO_BATCH_REVERSE_GEOCODEAcciónTool 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
limitintegerMax number of candidate results per input; 0 means no limit. Must be non-negative.
fieldsstringComma-separated data-append codes to include (e.g., 'cd,stateleg').
coordinatesstring[]ObligatorioList of 'latitude,longitude' strings. Latitude first. Up to 10,000 items.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Single Reverse GeocodeGEOCODIO_GEOCODIO_SINGLE_REVERSE_GEOCODEAcciónTool to reverse geocode a single coordinate. Use when you need to convert one lat,lng to an address.
GEOCODIO_GEOCODIO_SINGLE_REVERSE_GEOCODEAcciónTool to reverse geocode a single coordinate. Use when you need to convert one lat,lng to an address.
Parámetros de entrada
latnumberObligatorioLatitude of the coordinate, between -90 and 90
lngnumberObligatorioLongitude of the coordinate, between -180 and 180
limitintegerMaximum number of results to return; 0 means no limit (default no limit)
fieldsstringComma-separated list of data append codes to include (e.g., 'stateleg,timezone')
formatstringChange output format; only valid value is 'simple' for a simplified response
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Coordinates for Batch Reverse GeocodeGEOCODIO_GET_COORDINATES_FOR_BATCH_REVERSE_GEOCODEAcciónTool to provide a predefined set of latitude,longitude strings. Use when testing batch reverse geocoding without calling external APIs.
GEOCODIO_GET_COORDINATES_FOR_BATCH_REVERSE_GEOCODEAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Append School DistrictGEOCODIO_SCHOOL_DISTRICT_APPENDAcciónTool to append School District information to a geocoded address. Use after confirming address validity for K12 district boundaries.
GEOCODIO_SCHOOL_DISTRICT_APPENDAcciónTool to append School District information to a geocoded address. Use after confirming address validity for K12 district boundaries.
Parámetros de entrada
qstringFull address to geocode (e.g., '1109 N Highland St, Arlington VA').
citystringCity name (structured form).
limitintegerMaximum number of results to return; 0 means no limit.
statestringState or province code (structured form), two-letter code preferred.
countystringCounty name (structured form).
streetstringPrimary street address (structured form).
countrystringCountry; inferred or default 'US' if omitted.
street2stringSecond address line (apt, suite, etc.).
postal_codestringZIP code (US) or FSA (Canada) (structured form).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Single Forward GeocodeGEOCODIO_SINGLE_GEOCODEAcciónTool to forward geocode a single address. Use when you need coordinates and metadata for one address.
GEOCODIO_SINGLE_GEOCODEAcciónTool to forward geocode a single address. Use when you need coordinates and metadata for one address.
Parámetros de entrada
qstringFull address string to geocode; required if components not used
citystringCity name
limitintegerMaximum number of results; 0 means no limit
statestringState or province code
countystringCounty name
fieldsstringComma-separated list of data appends to include (e.g. 'timezone,cd')
formatstringIf 'simple', returns a flattened response schema
streetstringStreet address component
countrystringCountry context; USA or Canada
street2stringSecondary street address (unit etc)
postal_codestringPostal (ZIP) code
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Append State Legislative DistrictGEOCODIO_STATE_LEGISLATIVE_DISTRICT_APPENDAcciónTool to append state legislative district information to a geocoded address. Use after confirming the address validity.
GEOCODIO_STATE_LEGISLATIVE_DISTRICT_APPENDAcciónTool to append state legislative district information to a geocoded address. Use after confirming the address validity.
Parámetros de entrada
qstringFull address to geocode (e.g., '1109 N Highland St, Arlington VA').
citystringCity name (structured form).
limitintegerMaximum number of results to return; ignored if format='simple'.
statestringState or province (structured form), two-letter code preferred.
countystringCounty name (structured form).
formatstringUse 'simple' for a flattened JSON response; default is full JSON.
streetstringPrimary street address (structured form).
countrystringCountry; inferred or default 'US' if omitted.
street2stringSecond address line (apt, suite, etc.).
postal_codestringZIP or postal code (structured form).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Append TimezoneGEOCODIO_TIMEZONE_APPENDAcciónTool to append timezone information to geocode results. Use when you need local timezone details for a given address.
GEOCODIO_TIMEZONE_APPENDAcciónTool to append timezone information to geocode results. Use when you need local timezone details for a given address.
Parámetros de entrada
qstringFree-form address query to geocode.
citystringCity name component.
limitintegerMaximum number of results to return; 0 means no limit.
statestringState or province component (2-letter code preferred).
countystringCounty name component.
formatstringSet to 'simple' for simplified (flattened) JSON output.
streetstringPrimary street address component.
countrystringCountry name or code; defaults to 'US' if omitted.
street2stringSecondary street address component (apt, suite, etc.).
postal_codestringPostal or ZIP code component.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
USPS ZIP+4 AppendGEOCODIO_USPS_ZIP4_APPENDAcciónTool to append USPS ZIP+4 information to US addresses. Use when detailed ZIP+4 data is required.
GEOCODIO_USPS_ZIP4_APPENDAcciónTool to append USPS ZIP+4 information to US addresses. Use when detailed ZIP+4 data is required.
Parámetros de entrada
qstringFull address string to geocode.
citystringCity name.
limitintegerMax number of results; 0 for unlimited.
statestringState or province code.
countystringCounty name.
formatstringOutput format; only 'simple' supported beyond default JSON.
streetstringPrimary street address component.
countrystringCountry name or code; default is US.
street2stringSecondary street address component.
postal_codestringPostal code or ZIP code.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not