geo.address.geocode
Convert addresses, place names, or landmarks into geographic coordinates (latitude/longitude) with structured address data using Geoapify/OSM.
Instructions
Convert an address, place name, or landmark to geographic coordinates (lat/lon) with structured address data (Geoapify/OSM)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Address, place name, or landmark to geocode (e.g. "1600 Pennsylvania Ave, Washington DC", "Eiffel Tower"). | |
| lang | No | Result language code (e.g. "en", "de", "ru"). Default: English. | |
| country_code | No | ISO 3166-1 alpha-2 country code to filter results (e.g. "US", "DE", "FR"). | |
| type | No | Filter by result type: city, street, amenity, or country. | |
| limit | No | Maximum number of results to return (default 1, max 5). |