v1.0.0  ·  by Anas Tanveer

Global Lead Generator

Find businesses worldwide by niche & location. Export phone numbers, websites, addresses and more to CSV & Excel instantly.

180
Max Per Search
3
Export Formats
Countries
100%
Free API
Command Builder
hospital clinic hotel restaurant IT services law firm real estate dental school gym
Dubai UAE London UK New York USA Toronto Canada Sydney Australia Riyadh KSA Istanbul Karachi
Generated Command — copy and run in your terminal
python scraper.py --niche "hospital" --location "Dubai UAE" --max 60 --details
Industry Presets
💻
IT Services — Dubai
Tech companies, MSPs, IT support firms in UAE
🏥
Hospitals — London
Private hospitals and medical centres in UK
🏨
Hotels — Dubai
Luxury hotels and hospitality in UAE
🍽️
Restaurants — NYC
Restaurants and food businesses in New York
🏢
Real Estate — Dubai
Property agencies and brokers in UAE
🦷
Dental Clinics — Toronto
Dental practices and oral care clinics
⚖️
Law Firms — Sydney
Legal offices and law practices in Australia
🏫
Schools — Riyadh
Private schools and academies in Saudi Arabia
Setup Guide — 5 Minutes
1

Install Python dependencies

Open terminal in the project folder and run:
pip install requests openpyxl

2

Get your FREE Google Places API Key

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.

3

Set your API key

Windows: set GOOGLE_PLACES_API_KEY=YOUR_KEY_HERE
Linux/Mac: export GOOGLE_PLACES_API_KEY=YOUR_KEY_HERE

4

Run your first search

Use the Command Builder above, copy the command, and paste it in your terminal.
Results appear in the ./output/ folder as CSV + Excel + JSON.

5

Run bulk searches (optional)

Edit batch_search.py — add all your niche+location combinations — and run:
python batch_search.py
All results export automatically to separate files.