VOOZH about

URL: https://apify.com/agenscrape/openstreetmap-address-geocoder

⇱ Openstreetmap Address Geocoder Β· Apify


Pricing

from $1.00 / 1,000 results

Go to Apify Store

Openstreetmap Address Geocoder

Transform addresses into geographic coordinates and vice versa with this powerful geocoding actor powered by OpenStreetMap data.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Agenscrape

Agenscrape

Maintained by Community

Actor stats

1

Bookmarked

30

Total users

2

Monthly active users

7 months ago

Last modified

Share

OpenStreetMap Address Geocoder & Reverse Geocoder

Transform addresses into geographic coordinates and vice versa with this powerful geocoding actor powered by OpenStreetMap data.

Features

✨ Forward Geocoding - Convert any address into precise latitude/longitude coordinates 🌍 Reverse Geocoding - Turn coordinates back into human-readable addresses πŸ“¦ Batch Processing - Process multiple addresses or coordinates in a single run πŸ” Flexible Search - Use free-form text or structured address components 🎯 OSM Lookups - Get detailed information about specific OpenStreetMap places

Use Cases

  • Address Validation - Verify and standardize address formats
  • Location Intelligence - Enrich your data with geographic coordinates
  • Map Applications - Convert user addresses for map plotting
  • Logistics - Calculate routes and distances from address data
  • Real Estate - Geocode property listings for mapping
  • Research - Analyze geographic distribution of addresses

Input Options

Forward Geocoding (Address β†’ Coordinates)

Free-form Search:

{
"mode":"forward",
"query":"Eiffel Tower, Paris, France"
}

Structured Search:

{
"mode":"forward",
"street":"1600 Amphitheatre Parkway",
"city":"Mountain View",
"state":"California",
"country":"USA",
"postalcode":"94043"
}

Batch Processing:

{
"mode":"forward",
"addresses":[
"Times Square, New York, USA",
"Big Ben, London, UK",
"Colosseum, Rome, Italy"
]
}

Reverse Geocoding (Coordinates β†’ Address)

Single Location:

{
"mode":"reverse",
"latitude":48.8584,
"longitude":2.2945
}

Batch Processing:

{
"mode":"reverse",
"coordinates":[
{"lat":40.7580,"lon":-73.9855},
{"lat":51.5007,"lon":-0.1246}
]
}

OSM Lookup

{
"mode":"lookup",
"osmIds":"5013364",
"osmType":"W"
}

Output Data

Each result includes:

  • Coordinates - Precise latitude and longitude
  • Display Name - Full formatted address
  • Address Components - Country, city, street, postal code, etc.
  • Place Information - OSM type, place ID, category
  • Bounding Box - Geographic boundaries of the location
  • Importance Score - Relevance ranking

Configuration

ParameterDescriptionExample
modeOperation type: forward, reverse, or lookup"forward"
queryFree-form address search"Central Park, NYC"
streetStreet address (structured)"5th Avenue"
cityCity name (structured)"New York"
stateState/province (structured)"New York"
countryCountry name or code (structured)"USA"
postalcodeZIP/postal code (structured)"10001"
countrycodesFilter by country codes"us,gb,fr"
limitMaximum results (1-40)10
latitudeLatitude for reverse geocoding40.7128
longitudeLongitude for reverse geocoding-74.0060
zoomDetail level (0-18)18
addressesArray of addresses for batch processing["addr1", "addr2"]
coordinatesArray of coordinates for batch processing[{"lat": 40, "lon": -74}]

Tips for Best Results

  1. Be Specific - Include as much detail as possible (city, country, etc.)
  2. Use Structured Search - For more accurate results, use individual address fields
  3. Country Codes - Filter results by country to improve accuracy
  4. Batch Processing - Process up to hundreds of addresses efficiently
  5. Rate Limiting - Built-in delays ensure reliable operation

Data Source

This actor uses OpenStreetMap's Nominatim service, which provides geocoding based on OpenStreetMap data contributed by millions of mappers worldwide. Results are continuously updated as the map is improved.

Getting Started

  1. Select your geocoding mode (forward, reverse, or lookup)
  2. Enter your address or coordinates
  3. Configure optional parameters
  4. Run the actor and download your results

Perfect for developers, data analysts, researchers, and anyone working with location data!

You might also like

OpenStreetMap Listing Scraper πŸ—ΊοΈ

easyapi/openstreetmap-listing-scraper

πŸ—ΊοΈ Extract location data from OpenStreetMap search results with comprehensive details including addresses, coordinates, and URLs. Perfect for location-based research, GIS applications, and geographic data collection.

Nominatim Address Geocoder

ryanclinton/nominatim-geocoder

Batch geocode addresses to GPS coordinates (forward geocoding) or convert latitude/longitude coordinates back to street addresses (reverse geocoding) using the OpenStreetMap Nominatim API. Powered by the world's largest open geographic database with global coverage across 200+ countries.

26

OpenStreetMap Nominatim Geocoder

parseforge/nominatim-osm-scraper

Geocode addresses and search POIs worldwide using OpenStreetMap Nominatim. Returns coordinates, full address components (city, country, state, postcode), OSM tags, bounding box, importance score. Works for addresses, businesses, landmarks.

OpenStreetMap Places & POI Scraper

crawlerbros/openstreetmap-places-scraper

Scrape Points of Interest (POIs) and business listings from OpenStreetMap via the free Overpass API. Search by location, category, or keyword which returns name, address, coordinates, phone, website, opening hours, and OSM link. No API key required.

OpenStreetMap POI Intelligence

benthepythondev/osm-poi-intelligence

Extract business listings and local leads from OpenStreetMap's global database. Get real estate agents, car dealers, restaurants, hotels, shops, gyms, banks, pharmacies, and 19+ business types with phone numbers, websites, addresses, and coordinates. Search any location worldwide by radius.

OpenStreetMap Points of Interest Scraper

parseforge/overpass-osm-poi-scraper

Turn any city into a clean list of places from OpenStreetMap. Pick a place name or a coordinate with a radius, choose from 45 categories, and gather names, addresses, phones, websites, opening hours, and coordinates. Great for lead generation, competitor mapping, and location datasets.

OpenStreetMap Scraper β€” Business & POI Data, No Key

logiover/openstreetmap-business-poi-scraper

OpenStreetMap POI scraper & Overpass API alternative. Export OSM business data (name, address, phone, website) to CSV/JSON without an API key.

Google Geocoding Batch Scraper

seemuapps/google-geocoding-batch-scraper

Convert a list of addresses to latitude/longitude (forward geocoding) or coordinates to addresses (reverse geocoding) in bulk using the official Google Geocoding API.