Placekey

Learn how to use Placekey with Composio

Overview

Enum

PLACEKEY

Description

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

Authentication Details

api_key
stringRequired

Actions

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.

Action Parameters

city
stringRequired
iso_country_code
stringRequired
postal_code
stringRequired
region
stringRequired
street_address
stringRequired

Action Response

data
object
error
successful
boolean

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.

Action Parameters

city
stringRequired
iso_country_code
stringRequired
location_name
string
postal_code
stringRequired
region
stringRequired
street_address
stringRequired

Action Response

data
object
error
successful
boolean

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.

Action Parameters

latitude
numberRequired
longitude
numberRequired

Action Response

data
object
error
successful
boolean