Introduction
This integration leverages Mapbox's Geocoding API to normalize location data within Clay workflows. When provided with a location input, the action returns standardized geographical information, including coordinates, place names, and administrative boundaries. This functionality enables users to convert ambiguous or incomplete location data into consistent, structured formats, enhancing data quality and facilitating location-based operations in Clay.
Provider: https://mapbox.com
โAPI Documentation: https://docs.mapbox.com/api/search/geocoding/
Input
Name | Is Optional | Description | Type |
Location | text |
Output
Name | Type |
Id | text |
Type | text |
Place Type | array |
Relevance | number |
Properties | object |
Text | text |
Place Name | text |
Center | array |
Geometry | object |
Address | text |
Context | array |
Street Address | text |
Neighborhood | text |
Postcode | number |
Locality | text |
Place | text |
District | text |
Region | text |
Country | text |