OpenStreetMap Listing Scraper 🗺️ avatar
OpenStreetMap Listing Scraper 🗺️

Pricing

$19.99/month + usage

Go to Store
OpenStreetMap Listing Scraper 🗺️

OpenStreetMap Listing Scraper 🗺️

Developed by

EasyApi

EasyApi

Maintained by Community

🗺️ 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.

5.0 (1)

Pricing

$19.99/month + usage

1

Total users

3

Monthly users

2

Runs succeeded

>99%

Last modified

3 days ago

OpenStreetMap Location Data Scraper 🗺️

A powerful scraper that extracts detailed location information from OpenStreetMap search results. Get comprehensive data about places, addresses, and geographic coordinates with high accuracy and reliability.

Features ✨

  • Extract detailed address information from OpenStreetMap search results
  • Get precise latitude and longitude coordinates for each location
  • Support for multiple search keywords
  • Built-in stealth and anti-blocking mechanisms
  • Customizable maximum results limit
  • Clean and structured JSON output
  • Fast and efficient data collection

Use Cases 🎯

  • Geographic data collection and analysis
  • Location-based market research
  • GIS application development
  • Address validation and verification
  • Spatial data enrichment
  • Urban planning and analysis
  • POI (Points of Interest) database building

Output Format 📋

The actor provides data in a clean JSON format including:

  • Search keyword used
  • Complete address information
  • Direct OpenStreetMap URL
  • Precise latitude and longitude coordinates

Input Example

A full explanation of an input example in JSON.

{
"keywords": [
"Library in New York, US"
],
"maxItems": 20
}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"keyword": "Library in New York, US",
"address": "New Amsterdam Library, 9, Murray Street, Tribeca, Manhattan, New York County, New York, 10007, United States",
"url": "https://www.openstreetmap.org/node/2632446787",
"lat": "40.7134916",
"lon": "-74.0079247"
},
...
]