Map Scraper
Select a set of coordinates and this tool will find all place data within
Sign in to use Map Scraper
Start new downloads, track your previous jobs and inspect the results as them come in.
What this does:
This tool asks a bot to download all of the map data for your bounding box. The bounding box can be a max of 1000m2. We then compile all of this data, save it and present it to you.
Use Cases:
- Find all place data within an area
- Find business by location
- Compile accurate listings by location
Notes:
- Enter Lat/Lon center with a max of 7dp
- Set a width of the bounding box
- This runs asynchronously
- Bigger boxes will take longer
How this operates:
The bot validates the coordinates given and then asks an open map dataset for all of the place data within your box. Once it recieves this data it strips the less valuable data and saves the key data points to serve to you. This is shown as a table.
What it's built with:
This is built inside of a docker container and can work from anywhere with an internet connection. it has been built this way because it can then be decoupled from the cloud in order to save cost. Inside it is currently running on Python for ease of writing and module quantity. We are using SQLAlchemy for internal db management and duckDB as our requesting library.