Detect founders and decision-makers in real time with lightning-fast SerpAPI scraping — no manual search, no outdated data, just AI-powered lead generation for smarter sales and M&A insights.
The Lead Enrichment Tool is a real-time lead generation and enrichment app. It scans the web using SerpAPI to find LinkedIn profiles of founders and key decision-makers based on a company's domain name (e.g., stripe.com
).
Built with Streamlit, this lightweight tool delivers business contacts quickly and efficiently — perfect for sales outreach, M&A research, or CRM enrichment.
- AI-Powered Search using SerpAPI + Google Results.
- Find Founders Instantly by entering just the domain
- Outputs LinkedIn Names & Profile URLs**
- CSV Export of all results with 1 click
- Runs in Browser using Python + Streamlit
- Fast & Lightweight, no heavy ML models required
requirements.txt
:
streamlit
pandas
requests
pip install streamlit pandas requests
- Clone the repo:
git clone https://github.com/yourusername/lead-enrichment-tool.git
cd lead-enrichment-tool
- Paste your SerpAPI key inside enrich.py:
SERP_API_KEY = "your_actual_serpapi_key"
- Run the app:
streamlit run app.py
- Enter a domain like:
stripe.com zomato.com nykaa.com
- Click Find Founders and get:
Founder names
LinkedIn URLs
Download CSV option
After typing zomato.com:
LinkedIn Name | Profile URL |
---|---|
Deepinder Goyal - CEO | https://linkedin.com/in/deepgoyal |
Gaurav Gupta - Co-Founder | https://linkedin.com/in/gauravzomato |
Feature | Lead Enrichment Tool | Other Scrapers |
---|---|---|
Uses Google + LinkedIn + SerpAPI | ✅ Yes | ❌ No |
Real-time domain → lead pipeline | ✅ Yes | ❌ Manual |
Export as CSV instantly | ✅ Yes | ✅/❌ Maybe |
Easy to customize | ✅ Yes | ❌ Usually not |
No login or heavy UI needed | ✅ Yes | ❌ Complex UX |
Add email enrichment with Hunter.io or Apollo
Filter by location or title (CEO only, India only, etc.)
Build a real-time dashboard of lead insights
Add chat-based lead fetch (e.g., “Find all founders of SaaS startups”)
Auto-sync to CRMs like HubSpot or Salesforce
Pull requests are welcome!
If you want to:
Add support for other platforms (e.g., Twitter, Crunchbase)
Enhance filtering (by industry or region)
Add Streamlit sidebar filters
Feel free to fork the repo or raise an issue.
Project Owner: Priyanshi Chaudhary