Placekey
placekeyPlacekey standardizes location data by assigning unique IDs to physical addresses, simplifying address matching and enabling data sharing across platforms
Acciones disponibles (3)
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 Geocode From AddressPLACEKEY_GET_GEOCODE_FROM_ADDRESSAcciónThis tool retrieves geocode information (latitude and longitude) for a given address using the placekey api. it accepts address components (street address, city, region, postal code, iso country code) and returns geocode data including the unique placekey identifier and location details.
PLACEKEY_GET_GEOCODE_FROM_ADDRESSAcciónThis tool retrieves geocode information (latitude and longitude) for a given address using the placekey api. it accepts address components (street address, city, region, postal code, iso country code) and returns geocode data including the unique placekey identifier and location details.
Parámetros de entrada
citystringObligatorioCity name
regionstringObligatorioState/region code
postal_codestringObligatorioPostal/ZIP code
street_addressstringObligatorioStreet address of the location
iso_country_codestringObligatorioTwo-letter country 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
Get placekey from addressPLACEKEY_GET_PLACEKEY_FROM_ADDRESSAcciónConvert a physical address into a unique placekey identifier. the placekey is a universal standard identifier for any physical place that helps in location matching, enrichment, and deduplication.
PLACEKEY_GET_PLACEKEY_FROM_ADDRESSAcciónConvert a physical address into a unique placekey identifier. the placekey is a universal standard identifier for any physical place that helps in location matching, enrichment, and deduplication.
Parámetros de entrada
citystringObligatorioThe city name
regionstringObligatorioThe state/region code (e.g., 'CA' for California)
postal_codestringObligatorioThe postal/ZIP code
location_namestringName of the location/business if available
street_addressstringObligatorioThe street address of the location
iso_country_codestringObligatorioThe two-letter ISO country code (e.g., 'US' for United 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
Get placekey from coordinatesPLACEKEY_GET_PLACEKEY_FROM_COORDINATESAcciónGet a placekey (unique identifier) for a given pair of latitude and longitude coordinates. this is the most basic and independent operation in placekey's api that requires minimal input parameters. the tool returns a "where" part of the placekey, which represents the physical location.
PLACEKEY_GET_PLACEKEY_FROM_COORDINATESAcciónGet a placekey (unique identifier) for a given pair of latitude and longitude coordinates. this is the most basic and independent operation in placekey's api that requires minimal input parameters. the tool returns a "where" part of the placekey, which represents the physical location.
Parámetros de entrada
latitudenumberObligatorioThe latitude coordinate of the location
longitudenumberObligatorioThe longitude coordinate of the location
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