A scalable, asynchronous Python-based lead discovery and website parser for web design agencies.
python3 -m venv venvsource venv/bin/activatepip install -r requirements.txt- Create
.envif you have API keys (e.g.SERPAPI_KEY=...)
- Initialize Database
python lead_parser.py init- Discover Leads
python lead_parser.py discover --country US --city "Plano" --category auto_repair --limit 10- Crawl and Score Leads
python lead_parser.py crawl --limit 10- Export CSV
python lead_parser.py export --format csv --output leads.csv- View Stats
python lead_parser.py stats