A fast, powerful, open-source desktop application for scraping business data from Google Maps. Built with Electron and Puppeteer.
- Major UI update
- Minor bug fixes and improvements
- Download the latest release: GScrape v1.1.0.exe
- Run the installer
- Launch from Desktop or Start Menu
Note: Windows may show a security warning. Click "More info" → "Run anyway"
✅ Chrome Bundled: No Chrome installation required!
Run from source:
git clone https://github.com/testdeployrepeat/gscrape.git
cd gscrape
npm install
npm startGScrape is intended for educational and personal use only.
- Users must comply with Google Maps' Terms of Service.
- The author is not responsible for any misuse of this software.
- Use this tool responsibly and at your own risk.
- Dual Modes: Single location or bulk CSV processing
- 3 Speed Modes: Normal, Fast, Ultra-Fast
- Real-Time Tracking: Live progress, elapsed time, statistics
- Full History: Auto-save with resume capability
- Comprehensive Data: Name, address, phone, website, email, owner, ratings
- Business name and category
- Address and phone number
- Website links and email addresses
- Owner information
- Ratings and review counts
- Node.js 18+ and npm
- Git
git clone https://github.com/testdeployrepeat/gscrape.git
cd gscrape
npm install # Downloads Chrome automatically
npm start # Run in development
npm run build # Build installer (output in dist/)- Normal: Safest, most reliable
- Fast: Balanced speed and reliability
- Ultra-Fast: Maximum speed (may trigger rate limits)
- Extract Websites: Visit each business page for accurate links
- Extract Emails: Scrape email addresses from websites
- Headless Mode: Run browser in background
- Auto-save: Automatically export results
All data is stored persistently in:
C:\Users\{YourUsername}\AppData\Roaming\gscrape\data\
Your data survives app restarts, updates, and reinstallation.
Rob De Guia - Creator & Maintainer
- GitHub: @testdeployrepeat
- Email: joserobertodeguia@gmail.com
If you find this tool helpful:
- PayPal: paypal.me/josedeguia
- Wise: wise.com/pay/me/joserobertoquimod
MIT License - see LICENSE file for details.
Made with ❤️ by Rob De Guia