Addressfinder
addressfinderA reliably smart, reliably accurate data quality platform for address, email, and phone verification
Acciones disponibles (17)
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.
AU Address AutocompleteADDRESSFINDER_AU_ADDRESS_AUTOCOMPLETE_APIAcciónTool to perform interactive search of Australian addresses from the AddressFinder database. Use when you need to search for and autocomplete Australian addresses based on partial input.
ADDRESSFINDER_AU_ADDRESS_AUTOCOMPLETE_APIAcciónTool to perform interactive search of Australian addresses from the AddressFinder database. Use when you need to search for and autocomplete Australian addresses based on partial input.
Parámetros de entrada
qstringThe partial address being searched
maxintegerMaximum results to return (1-100, default: 10)
asciistringConvert special characters: 1 for ASCII equivalents
domainstringService identifier for activity monitoring
formatstringResponse format: json or xml (default: json)
sourcestringAddress dataset source: GNAF, PAF, or GNAF,PAF (default)
post_boxstringFilter PO Box addresses: 0 (exclude), 1 (only), or omit (include all)
canonicalstringReturn canonical/alias addresses: 1 (canonical only) or omit
highlightstringEnable highlighting: 1 to wrap matches with <span class='af_hl'></span>
state_codesstringComma-separated state filters (ACT, NSW, NT, QLD, SA, TAS, VIC, WA, OT)
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 AU Address MetadataADDRESSFINDER_AU_ADDRESS_METADATAAcciónTool to retrieve full metadata for an Australian address selected from the Address Autocomplete API. Use when you need complete address details including GPS coordinates and census data.
ADDRESSFINDER_AU_ADDRESS_METADATAAcciónTool to retrieve full metadata for an Australian address selected from the Address Autocomplete API. Use when you need complete address details including GPS coordinates and census data.
Parámetros de entrada
idstringUnique address identifier from Address Autocomplete API. Must supply either id, gnaf_id, or dpid.
gpsstringSet to '1' to include GPS coordinates in the response.
dpidstringAustralia Post delivery point identifier. Must supply either id, gnaf_id, or dpid.
asciistringSet to '1' to convert special characters to ASCII.
censusintegerenumCensus year - 2016 or 2021. Defaults to 2016.
20162021domainstringService identifier for activity monitoring.
formatstringenumResponse format - 'json' or 'xml'. Defaults to json.
jsonxmlsourcestringAddress source - 'GNAF', 'PAF', or 'GNAF,PAF'. Defaults to GNAF,PAF.
gnaf_idstringUnique id from the G-NAF dataset. Must supply either id, gnaf_id, or dpid.
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
AU Address VerificationADDRESSFINDER_AU_ADDRESS_VERIFICATIONAcciónTool to verify Australian addresses against PAF/GNAF databases. Use when you need to validate or standardize an Australian address and retrieve associated metadata like coordinates, statistical identifiers, and GNAF data.
ADDRESSFINDER_AU_ADDRESS_VERIFICATIONAcciónTool to verify Australian addresses against PAF/GNAF databases. Use when you need to validate or standardize an Australian address and retrieve associated metadata like coordinates, statistical identifiers, and GNAF data.
Parámetros de entrada
qstringObligatorioFull address to be verified (e.g., '274 Harbour Drive, COFFS HARBOUR NSW 2450')
gpsstringInclude latitude/longitude coordinates when available. Set to '1' to enable.
pafstringQuery PAF database for postal addresses. Set to '1' to enable (default).
gnafstringQuery GNAF database for physical addresses. Set to '1' to enable (default).
asciistringConvert special characters to ASCII equivalents. Set to '1' to enable.
censusintegerenumCensus year for statistical area identifiers (2016 or 2021).
20162021domainstringService identifier for activity monitoring.
formatstringenumResponse format: 'json' or 'xml'. Defaults to 'json'.
jsonxmlextendedstringReturn additional GNAF data (lga_name, lga_type_code, gnaf_id, legal_parcel_id). Set to '1' to enable.
post_boxstringSet to '0' to exclude PO Box-type addresses from results.
state_codesstringFilter by state(s): ACT, NSW, NT, QLD, SA, TAS, VIC, WA, OT. Comma-separated for multiple states.
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
AU Location AutocompleteADDRESSFINDER_AU_LOCATION_AUTOCOMPLETE_APIAcciónTool to perform interactive autocomplete search for Australian streets, suburbs, and states. Use when you need to find or suggest Australian locations based on partial input.
ADDRESSFINDER_AU_LOCATION_AUTOCOMPLETE_APIAcciónTool to perform interactive autocomplete search for Australian streets, suburbs, and states. Use when you need to find or suggest Australian locations based on partial input.
Parámetros de entrada
qstringObligatorioQuery string to match against Australian locations (streets, suburbs, states).
maxintegerMaximum number of results to return, range 1-100. Defaults to 10.
domainstringService identifier for Portal activity monitoring; must be registered in your account.
formatstringenumResponse format - 'json' or 'xml'. Defaults to 'json'.
jsonxmlsecretstringSecret key from Portal Credentials; required only for server-to-server calls.
highlightintegerenumSet to 1 to include highlighted matching terms wrapped in <span class='af_hl'></span>.
01state_codesstringComma-separated state/territory codes to filter by: ACT, NSW, NT, QLD, SA, TAS, VIC, WA, OT.
location_typesstringComma-separated filter for location types: 'street', 'locality' (suburb), 'state'. Example: 'street,locality'.
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 AU Location MetadataADDRESSFINDER_AU_LOCATION_METADATA_APIAcciónTool to retrieve comprehensive metadata for an Australian location (street, suburb, or state) selected from the Location Autocomplete API. Use when you need detailed information about a specific Australian location including coordinates, street details, suburb, state, and postcode.
ADDRESSFINDER_AU_LOCATION_METADATA_APIAcciónTool to retrieve comprehensive metadata for an Australian location (street, suburb, or state) selected from the Location Autocomplete API. Use when you need detailed information about a specific Australian location including coordinates, street details, suburb, state, and postcode.
Parámetros de entrada
idstringObligatorioUnique location identifier from the Location Autocomplete API. This identifies the specific street, suburb, or state to retrieve metadata for.
domainstringOptional service identifier for tracking activity in the Portal. Must be a registered domain.
formatstringenumResponse format. Either 'json' or 'xml'. Defaults to 'json'.
jsonxml
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
Email Verification APIADDRESSFINDER_EMAIL_VERIFICATION_APIAcciónTool to verify email addresses including syntax validation, domain existence, and email account verification. Use when you need to validate an email address before sending messages or storing contact information.
ADDRESSFINDER_EMAIL_VERIFICATION_APIAcciónTool to verify email addresses including syntax validation, domain existence, and email account verification. Use when you need to validate an email address before sending messages or storing contact information.
Parámetros de entrada
emailstringObligatorioThe email address to be verified. Can contain spelling mistakes or errors that will be validated.
domainstringUsed to identify which of your services is calling the API for activity monitoring purposes.
formatstringenumResponse format - json or xml. Default is json.
jsonxmlfeaturesstringComma-separated list controlling verification methods: domain, connection, provider. Default: domain,connection
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
International Address AutocompleteADDRESSFINDER_INT_ADDRESS_AUTOCOMPLETE_APIAcciónTool to search for international addresses using autocomplete functionality. Use when users need to find and select addresses in supported countries (AU, BE, CA, CZ, DK, FR, DE, IE, NZ, NL, PT, SG, ES, SE, GB, US). Returns address IDs that can be used with the Address Metadata API to retrieve full address details.
ADDRESSFINDER_INT_ADDRESS_AUTOCOMPLETE_APIAcciónTool to search for international addresses using autocomplete functionality. Use when users need to find and select addresses in supported countries (AU, BE, CA, CZ, DK, FR, DE, IE, NZ, NL, PT, SG, ES, SE, GB, US). Returns address IDs that can be used with the Address Metadata API to retrieve full address details.
Parámetros de entrada
qstringObligatorioPartial address search query. Maximum 200 characters. This is the text that users type to search for addresses.
maxintegerMaximum number of results to return. Must be between 1 and 15 inclusive. Defaults to 10.
domainstringService identifier for Portal activity monitoring. Must be registered in your account.
formatstringenumResponse format - either 'json' or 'xml'. Defaults to 'json'.
jsonxmlsecretstringSecret key from Portal Credentials. Required for server-to-server API calls.
countrystringObligatorioenumISO 3166 alpha-2 country code for the address search. Supported countries: au (Australia), be (Belgium), ca (Canada), cz (Czech Republic), dk (Denmark), fr (France), de (Germany), ie (Ireland), nz (New Zealand), nl (Netherlands), pt (Portugal), sg (Singapore), es (Spain), se (Sweden), gb (United Kingdom), us (United States).
aubecaczdkfrdeienznlptsg+4
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 International Address MetadataADDRESSFINDER_INT_ADDRESS_METADATA_APIAcciónTool to retrieve full metadata for an international address selected from the Address Autocomplete API. Use when you need complete address details including street metadata and optional GPS coordinates for addresses outside your primary region.
ADDRESSFINDER_INT_ADDRESS_METADATA_APIAcciónTool to retrieve full metadata for an international address selected from the Address Autocomplete API. Use when you need complete address details including street metadata and optional GPS coordinates for addresses outside your primary region.
Parámetros de entrada
idstringObligatorioUnique address identifier obtained from the Address Autocomplete API.
gpsintegerInclude GPS coordinates in the response. Set to 1 to include, 0 to exclude. Default is 0.
domainstringUsed to identify in the Addressfinder Portal which of your services is calling the API.
formatstringResponse format: json or xml. Default is json.
countrystringObligatorioISO 3166 alpha-2 country code (e.g., fr, us, ca, gb, au, nz, be, cz, dk, de, ie, nl, pt, sg, es, se).
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
NZ Address AutocompleteADDRESSFINDER_NZ_ADDRESS_AUTOCOMPLETEAcciónTool to perform interactive search for New Zealand addresses. Use when you need to find closely matching NZ addresses based on partial address input. The tool searches the Addressfinder database and returns matching addresses which can then be selected by the user. Works with the Address Metadata API to retrieve associated address data using the pxid identifier.
ADDRESSFINDER_NZ_ADDRESS_AUTOCOMPLETEAcciónTool to perform interactive search for New Zealand addresses. Use when you need to find closely matching NZ addresses based on partial address input. The tool searches the Addressfinder database and returns matching addresses which can then be selected by the user. Works with the Address Metadata API to retrieve associated address data using the pxid identifier.
Parámetros de entrada
qstringThe partial address being searched. Provide the address query string to search for matching New Zealand addresses.
maxintegerMaximum number of results to return. Defaults to 10. Valid range is 1-100.
asciistringSet to '1' to convert special characters to ASCII equivalents in the response.
ruralstringFilter rural vs. urban addresses. Set to '0' for urban addresses only, '1' for rural addresses only.
domainstringService identifier for activity monitoring. Used to track and monitor API usage by domain.
formatstringResponse format - 'json' or 'xml'. Defaults to json.
strictstringMatch strictness level. '0' for normal matching, '1' for strict matching, '2' for fuzzy matching.
post_boxstringInclude or exclude PO Box style addresses. Set to '0' to exclude PO Boxes, '1' to include only PO Boxes.
deliveredstringFilter by NZ Post delivery status. Set to '0' to exclude delivered addresses, '1' to include only delivered addresses.
highlightstringSet to '1' to wrap matching terms in highlighting span tags in the response.
region_codestringFilter by NZ region code. Valid codes are 1-9 and A-H representing different New Zealand regions.
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 NZ Address MetadataADDRESSFINDER_NZ_ADDRESS_METADATAAcciónTool to retrieve full metadata for a NZ address including coordinates, census data, and postal details. Use after selecting an address from the Address Autocomplete API to get complete address information.
ADDRESSFINDER_NZ_ADDRESS_METADATAAcciónTool to retrieve full metadata for a NZ address including coordinates, census data, and postal details. Use after selecting an address from the Address Autocomplete API to get complete address information.
Parámetros de entrada
dpidstringUnique reference number assigned to a delivery address by NZ Post
pxidstringUnique address identifier obtained from the Address Autocomplete API
asciistringSet to 1 to convert special characters to ASCII equivalents
censusintegerData source year - 2018 or 2023. Default is 2023
domainstringUsed to identify which service is calling the API for activity monitoring
formatstringResponse format - json or xml
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
NZ Address Reverse GeocodeADDRESSFINDER_NZ_ADDRESS_REVERSE_GEOCODEAcciónTool to reverse geocode NZ addresses from GPS coordinates. Use when you need to find the nearest addresses to a given longitude and latitude. Returns addresses ordered by distance.
ADDRESSFINDER_NZ_ADDRESS_REVERSE_GEOCODEAcciónTool to reverse geocode NZ addresses from GPS coordinates. Use when you need to find the nearest addresses to a given longitude and latitude. Returns addresses ordered by distance.
Parámetros de entrada
xstringObligatorioLongitude in WGS84 format (example: 174.773068233188)
ystringObligatorioLatitude in WGS84 format (example: -41.2917018846201)
maxintegerMaximum results to return (1-100, default: 10)
domainstringService identifier for portal usage tracking; must be registered
formatstringenumResponse format; accepts 'json' or 'xml'
jsonxml
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
NZ Address VerificationADDRESSFINDER_NZ_ADDRESS_VERIFICATION_APIAcciónTool to verify New Zealand addresses against the Addressfinder database. Use when you need to validate and enrich NZ addresses, correct spelling mistakes, or retrieve detailed address metadata including coordinates and postal information.
ADDRESSFINDER_NZ_ADDRESS_VERIFICATION_APIAcciónTool to verify New Zealand addresses against the Addressfinder database. Use when you need to validate and enrich NZ addresses, correct spelling mistakes, or retrieve detailed address metadata including coordinates and postal information.
Parámetros de entrada
qstringThe address to be verified. Can contain spelling mistakes.
asciistringASCII conversion: '1' reformats special characters to ASCII equivalents.
censusintegerCensus year for statistics: 2018 or 2023. Default is 2023.
domainstringService identifier for portal tracking purposes.
formatstringResponse format: 'json' or 'xml'. Default is 'json'.
secretstringSecret key from Portal Credentials for server-to-server authentication.
post_boxstringFilter PO Box addresses: '0' excludes PO Boxes, '1' includes only PO Boxes.
region_codestringRestrict search to specific NZ region. Valid codes are 1-H.
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
NZ Location AutocompleteADDRESSFINDER_NZ_LOCATION_AUTOCOMPLETEAcciónTool to perform interactive search for New Zealand streets, suburbs, cities, and regions. Use when you need to find or autocomplete location names in New Zealand. Returns closely matching locations with unique identifiers for further metadata lookups.
ADDRESSFINDER_NZ_LOCATION_AUTOCOMPLETEAcciónTool to perform interactive search for New Zealand streets, suburbs, cities, and regions. Use when you need to find or autocomplete location names in New Zealand. Returns closely matching locations with unique identifiers for further metadata lookups.
Parámetros de entrada
qstringObligatorioQuery string to match against locations (streets, suburbs, cities, regions). Maximum 200 characters.
maxintegerMaximum number of results to return. Must be between 1 and 100. Default: 10
citystringenumSet to '0' to exclude cities, '1' for cities only. Omit for all types.
01domainstringIdentifies calling service in Addressfinder Portal for analytics.
formatstringenumResponse format - 'json' or 'xml'. Default: json
jsonxmlregionstringenumSet to '0' to exclude regions, '1' for regions only. Omit for all types.
01secretstringSecret key from Portal Credentials; required for server-to-server calls.
streetstringenumSet to '0' to exclude streets, '1' for streets only. Omit for all types.
01strictstringenumMatch strictness - '0' (normal), '1' (strict), '2' (fuzzy). Default: '0'
012suburbstringenumSet to '0' to exclude suburbs, '1' for suburbs only. Omit for all types.
01highlightintegerenumSet to 1 to highlight matched terms with '<span class="af_hl"></span>' tags.
01region_codestringRestrict results to specific region. Codes: 1-9, A-H (e.g., '1' for Northland, 'A' for Canterbury).
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 NZ Location MetadataADDRESSFINDER_NZ_LOCATION_METADATAAcciónTool to retrieve full metadata for a New Zealand location selected from the Location Autocomplete API. Use when you need detailed information including coordinates and LINZ address data for a specific location.
ADDRESSFINDER_NZ_LOCATION_METADATAAcciónTool to retrieve full metadata for a New Zealand location selected from the Location Autocomplete API. Use when you need detailed information including coordinates and LINZ address data for a specific location.
Parámetros de entrada
pxidstringObligatorioUnique location identifier from the Location Autocomplete API.
domainstringUsed to identify your calling service for usage tracking in the AddressFinder Portal. Must be registered in the Portal.
formatstringenumResponse format - 'json' or 'xml'.
jsonxmlsecretstringSecret key from Portal Credentials; only needed for server-to-server calls. Can also be passed via Authorization header.
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
NZ POI AutocompleteADDRESSFINDER_NZ_POI_AUTOCOMPLETE_APIAcciónTool to perform interactive search for points of interest in New Zealand. Use when you need to find POIs like hospitals, cafes, or schools based on partial name matching.
ADDRESSFINDER_NZ_POI_AUTOCOMPLETE_APIAcciónTool to perform interactive search for points of interest in New Zealand. Use when you need to find POIs like hospitals, cafes, or schools based on partial name matching.
Parámetros de entrada
qstringObligatorioThe query string to match against POI names and addresses
maxintegerMaximum results to return (1-100, default: 10)
domainstringUsed to identify your service in the AddressFinder Portal
formatstringenumResponse format; accepts 'json' or 'xml'
jsonxmlhighlightintegerSet to 1 to include highlighted matching text with <span class='af_hl'></span>
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 NZ POI MetadataADDRESSFINDER_NZPOI_METADATA_APIAcciónTool to retrieve comprehensive metadata for New Zealand points of interest including coordinates and address details. Use when you need full POI information after selecting from autocomplete API.
ADDRESSFINDER_NZPOI_METADATA_APIAcciónTool to retrieve comprehensive metadata for New Zealand points of interest including coordinates and address details. Use when you need full POI information after selecting from autocomplete API.
Parámetros de entrada
idstringObligatorioUnique POI identifier from the autocomplete API
domainstringService identifier in Addressfinder Portal (must be registered)
formatstringenumResponse format - 'json' or 'xml'
jsonxmlsecretstringSecret key from Portal Credentials (required for server-to-server calls)
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
Phone Verification APIADDRESSFINDER_PHONE_VERIFICATION_APIAcciónTool to verify phone numbers through syntax, range checks, and network verification. Use when you need to validate a phone number's format, line type, and connection status. Returns verified number details including line type, connection status, and formatted representations.
ADDRESSFINDER_PHONE_VERIFICATION_APIAcciónTool to verify phone numbers through syntax, range checks, and network verification. Use when you need to validate a phone number's format, line type, and connection status. Returns verified number details including line type, connection status, and formatted representations.
Parámetros de entrada
domainstringService identifier for Portal activity monitoring.
formatstringResponse format: 'json' or 'xml'. Defaults to 'json'.
timeoutnumberMaximum wait time for verification in seconds.
mobile_onlybooleanRequire the number to be a mobile phone. Set to True to restrict to mobile numbers only.
phone_numberstringObligatorioThe phone number to be verified.
default_country_codestringObligatorioISO2 country code used when phone lacks country calling code (e.g., 'AU', 'US', 'GB').
allowed_country_codesstringComma-separated ISO2 country codes restricting valid countries (e.g., 'AU,NZ,US').
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