Find businesses worldwide by niche & location. Export phone numbers, websites, addresses and more to CSV & Excel instantly.
Open terminal in the project folder and run:
pip install requests openpyxl
Go to console.cloud.google.com →
Create project → Enable Places API → Credentials → Create API Key.
Free tier gives you $200/month credit — enough for thousands of searches.
Windows: set GOOGLE_PLACES_API_KEY=YOUR_KEY_HERE
Linux/Mac: export GOOGLE_PLACES_API_KEY=YOUR_KEY_HERE
Use the Command Builder above, copy the command, and paste it in your terminal.
Results appear in the ./output/ folder as CSV + Excel + JSON.
Edit batch_search.py — add all your niche+location combinations — and run:
python batch_search.py
All results export automatically to separate files.