# Placekey

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

- **Category:** analytics
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 4
- **Triggers:** 0
- **Slug:** `PLACEKEY`
- **Version:** 20260407_00

## Tools

### Get Geocode From Address

**Slug:** `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.

### Get Placekey

**Slug:** `PLACEKEY_GET_PLACEKEY`

Tool to get a Placekey for a single location using address, coordinates, or POI details. Use when you need to obtain a unique identifier for a physical place with support for address fields, coordinates, location name, and optional metadata for enhanced matching.

### Get placekey from address

**Slug:** `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.

### Get Placekeys Bulk

**Slug:** `PLACEKEY_GET_PLACEKEYS_BULK`

Get Placekeys for multiple locations in bulk (up to 100 queries per request). All queries must have the same iso_country_code. Supports address, coordinates, and POI queries with optional query_id for tracking. Returns an array of Placekey results for each query.
