Nominatim Geocoding Scraper avatar

Nominatim Geocoding Scraper

Pricing

from $1.00 / 1,000 result scrapeds

Go to Apify Store
Nominatim Geocoding Scraper

Nominatim Geocoding Scraper

OpenStreetMap Nominatim geocoding API. Forward (address -> coordinates + place) and reverse (lat/lng -> address). Returns display name, lat/lng, address parts, bounding box, OSM ID/type. Free, no key. For maps, addresses, geo apps.

Pricing

from $1.00 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 hours ago

Last modified

Share

OpenStreetMap Nominatim geocoding API. Free, no key.

Two modes:

  • search - address string → lat/lng + place metadata
  • reverse - lat/lng → address breakdown

Returns display name, coordinates, country/state/city/postcode/road parts, bounding box, OSM ID/type, place type, importance.

Useful for maps, address forms, logistics, geo enrichment.

Input

FieldTypeDescription
modeStringsearch or reverse.
queriesArrayAddress strings (search) or lat,lon strings (reverse).
languageStringPreferred language. Default en.
maxResultsPerQueryIntegerDefault 3, max 50.
{
"query": "Av. Paulista 1000, São Paulo, Brazil",
"displayName": "1000, Avenida Paulista, Bela Vista, São Paulo, Brazil",
"lat": -23.5613, "lon": -46.6562,
"country": "Brazil", "countryCode": "br",
"state": "São Paulo", "city": "São Paulo",
"postcode": "01310-100", "road": "Avenida Paulista", "houseNumber": "1000",
"osmType": "way", "osmId": 12345678, "placeId": 987654321,
"type": "house", "importance": 0.51
}

Pricing

$0.001/result. Rate-limited to 1 req/sec by Nominatim ToS (the actor enforces this).

If this actor helped you, please leave a review on the Apify Store.