We just released Google Maps Data Extractor — extract business listings from google maps search results into structured data.
What it does
This tool processes exported Google Maps search results (saved as HTML files) and extracts business listings into a clean CSV. It’s for researchers, marketers, and developers who need structured location data without manual copying. Works with data exported from Google Maps.
Features
- Parse HTML files containing Google Maps search results
- Extract business name, address, phone number, and website
- Export cleaned data to a structured CSV file
- Handle pagination by processing multiple exported HTML files
- Configurable output fields via a simple JSON settings file
Usage
from maps_extractor import process_export
process_export('search_results.html', output_file='businesses.csv')
Get it
Download Google Maps Data Extractor for $29 →
Built by OddShop — Python automation tools for developers and small businesses.