NAiOS IconNAiOS Logo
Volver al catálogo

Placekey

placekey

Placekey standardizes location data by assigning unique IDs to physical addresses, simplifying address matching and enabling data sharing across platforms

Acciones
3
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 (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ón

This 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

  • citystringObligatorio

    City name

  • regionstringObligatorio

    State/region code

  • postal_codestringObligatorio

    Postal/ZIP code

  • street_addressstringObligatorio

    Street address of the location

  • iso_country_codestringObligatorio

    Two-letter country 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

Get placekey from addressPLACEKEY_GET_PLACEKEY_FROM_ADDRESSAcción

Convert 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

  • citystringObligatorio

    The city name

  • regionstringObligatorio

    The state/region code (e.g., 'CA' for California)

  • postal_codestringObligatorio

    The postal/ZIP code

  • location_namestring

    Name of the location/business if available

  • street_addressstringObligatorio

    The street address of the location

  • iso_country_codestringObligatorio

    The two-letter ISO country code (e.g., 'US' for United States)

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 placekey from coordinatesPLACEKEY_GET_PLACEKEY_FROM_COORDINATESAcción

Get 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

  • latitudenumberObligatorio

    The latitude coordinate of the location

  • longitudenumberObligatorio

    The longitude coordinate of the location

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