Skip to content

King12-D/odify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odify

A lead generation tool that searches the web for businesses in a specific niche and country, scrapes their contact info (email & phone), and saves it to a CSV file.

Setup

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Usage

  1. Edit .env to configure your search:
SEARCH_QUERY="plumber in"
COUNTRY="USA"
MAX_RESULTS=10
OUTPUT_FILE="output/leads.csv"
  1. Run the scraper:
source venv/bin/activate
python src/scraper.py

Results are saved to output/leads.csv.

Project Structure

├── .env              # Configuration
├── src/
│   └── scraper.py    # Main scraper
├── output/           # CSV output directory
├── requirements.txt
├── LICENSE
└── README.md

About

Simple bot for freelancers that ease the stress of doom search queries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages