Geocoding — Address to Coordinates & Reverse avatar

Geocoding — Address to Coordinates & Reverse

Pricing

from $0.80 / 1,000 address resolveds

Go to Apify Store
Geocoding — Address to Coordinates & Reverse

Geocoding — Address to Coordinates & Reverse

Convert addresses or place names to latitude/longitude with a structured address (forward), or coordinates back to an address (reverse). Powered by OpenStreetMap Nominatim. No API key.

Pricing

from $0.80 / 1,000 address resolveds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Geocoding — Address ⇄ Coordinates

Convert addresses to coordinates (forward) or coordinates to addresses (reverse), with a clean structured address for each. Powered by OpenStreetMap Nominatim — no API key.

Forward (address → coordinates)

{
"mode": "forward",
"queries": ["Eiffel Tower, Paris", "1600 Amphitheatre Parkway, Mountain View, CA"],
"language": "en"
}

Returns latitude, longitude, display_name, structured address (road, city, state, postcode, country), type, importance, boundingbox.

Reverse (coordinates → address)

{
"mode": "reverse",
"coordinates": [{ "lat": 48.8584, "lon": 2.2945 }]
}

Returns display_name and the structured address for the point.

Output example

{
"query": "Eiffel Tower, Paris",
"display_name": "Eiffel Tower, Avenue Gustave Eiffel, Paris, France",
"latitude": 48.8584,
"longitude": 2.2945,
"type": "attraction",
"address": { "city": "Paris", "postcode": "75007", "country": "France", "country_code": "fr" }
}

Use cases

Enrich CRM/lead addresses, map plotting, delivery/logistics, store locators, data cleaning, analytics.

Pay per address resolved. No key. (Respects the Nominatim usage policy: 1 request/second.)