You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LeadHunter Pro searches four independent search engines simultaneously to find real business websites matching your query. It then visits each website to extract a contact email address and phone number, and scores every lead as HOT, WARM, COLD, or NOISE based on how closely the page content matches what you searched for. The final output is a colour-coded Excel spreadsheet, ready to use.
15
19
16
-
---
17
-
18
-
## Preview
19
-
20
-
> Add your screenshots to the `assets/` folder and they will appear here automatically.
21
-
>
22
-
> See [assets/README.md](https://claude.ai/chat/assets/README.md) for the recommended screenshot guide.
|**[google-maps-scraper](https://github.com/FAAQJAVED/google-maps-scraper)**| Extracts raw business listings — name, address, phone, website — from Google Maps |
253
-
|**[Leadhunter_Pro](https://github.com/FAAQJAVED/Leadhunter_Pro)**←*you are here*| Scrapes 4 search engines to find verified company websites, deduplicates and scores them |
254
-
|**[Email-Phone-Number-Enrichment-Tool](https://github.com/FAAQJAVED/Email-Phone-Number-Enrichment-Tool)**| Visits each website to extract contact emails and phone numbers (standalone enricher) |
244
+
This scraper is one component of a broader B2B lead generation pipeline targeting UK property management companies, letting agents, block managers, and HMO landlords.
255
245
256
-
> **Note:** LeadHunter Pro includes its own built-in Phase 2 enrichment — so you can run the full pipeline with this tool alone. The standalone enricher is useful if you already have a list of websites from another source (e.g. Google Maps) and just need the contact extraction step.
|**[Leadhunter_Pro](https://github.com/FAAQJAVED/Leadhunter_Pro)**←*you are here*| Scrapes 4 search engines to find verified company websites, scores and deduplicates results |
249
+
|**[Email-Phone-Number-Enrichment-Tool](https://github.com/FAAQJAVED/Email-Phone-Number-Enrichment-Tool)**| Scrapes contact emails + phones from company websites |
250
+
|**[google-maps-scraper](https://github.com/FAAQJAVED/google-maps-scraper)**| Extracts business listings (name, address, phone, website) from Google Maps |
257
251
258
252
---
259
253
@@ -272,6 +266,8 @@ If engines return no results, return HTTP 202 / 403, or the tool stops early, it
272
266
273
267
### Quick checks first
274
268
269
+
bash
270
+
275
271
```bash
276
272
python diagnose.py --all # confirms which engines are healthy right now
277
273
```
@@ -311,16 +307,20 @@ Bing is the most aggressively geo-blocked engine. If you have a residential prox
311
307
312
308
**Option A — `.env` file (recommended, keeps credentials out of code):**
0 commit comments