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
Actions
PLACEKEY_GET_GEOCODE_FROM_ADDRESS
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
Action Response
PLACEKEY_GET_PLACEKEY_FROM_ADDRESS
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
Action Response
PLACEKEY_GET_PLACEKEY_FROM_COORDINATES
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
Action Response