Geocode
geocodeForward geocoding: convert an address, place name, or freeform location text into geographic coordinates (latitude/longitude). Returns matched candidates with formatted address, lat, lon, country, city, and postcode. Example: geocode({ text: "1600 Amphitheatre Parkway, Mountain View, CA" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Address, place name, or freeform location text to geocode, e.g. "Eiffel Tower, Paris" | |
| limit | No | Maximum number of results to return (default 5) | |
| _apiKey | No | Optional — your own Geoapify API key for higher limits; omit to use the shared Pipeworx key. |