geo.address.autocomplete
Generate real-time address suggestions as users type, enhancing search UX with location-based autocomplete for addresses and place names.
Instructions
Get autocomplete suggestions as you type an address or place name — for real-time search UX (Geoapify/OSM)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Partial address or place name to autocomplete (e.g. "1600 Penn", "Berlin Bran"). | |
| 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"). | |
| type | No | Filter by result type: city, street, amenity, or country. | |
| limit | No | Maximum number of suggestions (default 5, max 5). |