Global Geocoder & Reverse Geocoder (OpenStreetMap)
Pricing
Pay per usage
Global Geocoder & Reverse Geocoder (OpenStreetMap)
Free worldwide geocoding with OpenStreetMap Nominatim. Turn addresses into coordinates and coordinates into full structured addresses. No API key. Clean JSON for mapping and CRM enrichment.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
D N
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
What it does. A free, worldwide geocoder: turn addresses or place names into latitude/longitude coordinates, and turn coordinates back into full addresses (reverse geocoding). Built on OpenStreetMap Nominatim, it returns clean JSON with coordinates, a structured address (road, city, postcode, country, country code), place type/class, bounding box and importance. No API key. Great for enriching address lists, mapping, logistics, or location apps (géocodage, adresses, coordonnées GPS). You only pay your Apify platform usage.
Input
| Field | Type | Description |
|---|---|---|
mode | string | search (address → coordinates) or reverse (coordinates → address). |
queries | array of strings | Addresses/places, or lat,lon pairs in reverse mode. One per line. |
limit | integer | Max matches per address in search mode (default 1). |
countryCodes | string | Optional comma-separated ISO alpha-2 codes to bias results (e.g. fr,de). |
Output (example)
{"status": "found","query": "Eiffel Tower, Paris","lat": 48.8582599,"lon": 2.2945006,"displayName": "Tour Eiffel, Avenue Anatole France, Paris, France","type": "tower","class": "man_made","country": "France","countryCode": "fr","boundingBox": [48.8574, 48.8590, 2.2933, 2.2956]}
Each result carries a status: found, not_found, or error. Bad input (e.g. a malformed lat,lon) is recorded as error — the actor never crashes.
Use cases
- Geocode a list of customer or store addresses for mapping.
- Reverse-geocode GPS points into readable addresses.
- Enrich a CRM or dataset with country, city and postcode.
- Power a store locator or delivery/logistics tool.
Limitations & fair use
Data © OpenStreetMap contributors (ODbL). This actor respects the Nominatim usage policy: it sends a valid User-Agent and throttles to about one request per second, so large lists take proportionally longer. For very high volumes, consider a self-hosted Nominatim instance. Please attribute OpenStreetMap when displaying results.
More actors by this developer
See other free, no-key data actors on the developer profile.