Scrape → Pitch → Demo → Close. The only complete open-source sales pipeline. No credit card. No trial. No $49/mo. Just results.
💰 Save $588/year vs Apollo. Same pipeline. Zero cost. Self-hosted. Forever.
In 2026, paying $49/mo for lead generation is unnecessary. Big companies are going open-source. So should you.
Most tools only do ONE thing — scrape leads, OR send emails, OR track replies. LeadPipeline is the first to deliver the complete pipeline — free:
Google Maps Scraper → Google Sheets CRM → Personalized Pitches → Demo Showcase → Reply Tracking
Zero API costs. Zero subscriptions. Just Python + free tools.
# 1. Clone
git clone https://github.com/AI-Invention/lead-pipeline.git
cd lead-pipeline
# 2. Install
pip install -r requirements.txt
# 3. Configure
cp scraper/config.py.example scraper/config.py
cp outreach/config.py.example outreach/config.py
# Edit config.py with your API keys + SMTP credentials
# 4. Run
python scraper/apify_scraper.py # Scrape Google Maps leads
python outreach/pitch_sender.py # Send personalized emails
python demo/deploy_landing.sh # Deploy demo showcase┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐
│ Google Maps │ ──► │ Google Sheets │ ──► │ SMTP Email │
│ Scraper │ │ (CRM Database) │ │ (Pitch) │
│ (Apify/Free) │ │ Free tier │ │ Hostinger/Gmail │
└─────────────────┘ └──────────────────┘ └─────────────────┘
│
▼
┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐
│ Reply │ ◄── │ Demo │ ◄── │ Client │
│ Tracker │ │ Showcase │ │ Views Demo │
│ (IMAP check) │ │ (Static HTML) │ │ │
└─────────────────┘ └──────────────────┘ └─────────────────┘
| Component | File | What It Does |
|---|---|---|
| 🔍 Scraper | scraper/apify_scraper.py |
Scrapes Google Maps for businesses (name, phone, website, address) |
| 📊 CRM | sheets/google_sheets.py |
Writes leads to Google Sheets — free tier (15 GB) |
| ✉️ Outreach | outreach/pitch_sender.py |
Personalized cold emails via SMTP with BCC tracking |
| 🌐 Demo | demo/landing.html |
Luxury dark-theme landing page to showcase client demos |
| 📬 Reply | outreach/reply_checker.py |
IMAP inbox scanner — detects bounces + warm replies |
Every pitch includes a link to YOUR demo landing page:
https://demo.yourdomain.com/
Multiple client demos, one beautiful page. Dark theme, gradient accents, professional cards.
- Sign up at apify.com — free $5/month
- Get API key from Settings → Integrations
- Add to
scraper/config.py
- Create service account at Google Cloud Console
- Enable Google Sheets API
- Download JSON key → save to
sheets/credentials.json - Share your Sheet with the service account email
- Gmail: Use App Password (Settings → Security → 2FA → App Passwords)
- Hostinger: Use your business email credentials
- Add to
outreach/config.py
# Deploy with Docker
cd demo
docker build -t demo-landing .
docker run -d -p 80:80 --name demo-landing demo-landingOr deploy to any static host (Netlify, Vercel, GitHub Pages).
- Marketing agencies: Generate leads for 10+ clients simultaneously
- Freelancers: Find + pitch 50 businesses daily — automated
- SaaS startups: Build your first 100-customer pipeline
- AI agents: Integrate with your existing agent for end-to-end sales
| Apollo.io | Lemlist | LeadPipeline | |
|---|---|---|---|
| Monthly Cost | $49 | $32 | $0 |
| Annual Cost | $588 | $384 | $0 |
| Google Maps Scraper | Basic | ❌ | ✅ Full |
| Email Outreach | ✅ | ✅ | ✅ Unlimited |
| Reply Tracking | ✅ | ✅ | ✅ |
| Demo Showcase | ❌ | ❌ | ✅ |
| Open Source | ❌ | ❌ | ✅ |
| Self-Hosted | ❌ | ❌ | ✅ |
| No Credit Card | ❌ | ❌ | ✅ |
🆓 Forever free. No catch. No credit card. No "free trial" that expires. Just clone and run.
- Google Maps scraping (Apify)
- SMTP email outreach
- Google Sheets CRM
- Demo landing page
- Reply tracking (IMAP)
- Web UI dashboard (coming Q3 2026)
- LinkedIn lead finder (coming Q3 2026)
- AI-powered pitch personalization (coming Q3 2026)
- Multi-channel (WhatsApp, SMS)
Watch this repo for the hosted SaaS launch!
Open an issue or PR! We're building the best free lead gen pipeline. All contributions welcome.
MIT — use freely, modify, sell. Just credit AI Invention.
Built with ❤️ by AI Invention
