OpenStreetMap Listing Scraper ๐Ÿ—บ๏ธ avatar
OpenStreetMap Listing Scraper ๐Ÿ—บ๏ธ

Under maintenance

Pricing

$19.99/month + usage

Go to Store
OpenStreetMap Listing Scraper ๐Ÿ—บ๏ธ

OpenStreetMap Listing Scraper ๐Ÿ—บ๏ธ

Under maintenance

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

1

Monthly users

1

Runs succeeded

>99%

Last modified

2 months 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"
},
...
]