Skip to content

dintsen/lead-parser

Repository files navigation

Lead Parser Backend

A scalable, asynchronous Python-based lead discovery and website parser for web design agencies.

Setup

  1. python3 -m venv venv
  2. source venv/bin/activate
  3. pip install -r requirements.txt
  4. Create .env if you have API keys (e.g. SERPAPI_KEY=...)

Usage

  1. Initialize Database
python lead_parser.py init
  1. Discover Leads
python lead_parser.py discover --country US --city "Plano" --category auto_repair --limit 10
  1. Crawl and Score Leads
python lead_parser.py crawl --limit 10
  1. Export CSV
python lead_parser.py export --format csv --output leads.csv
  1. View Stats
python lead_parser.py stats

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors