Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 365 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 365 Bytes

email_scraper

Search for a keyword on Google Search, then scrape each results to get the website owner contact email. Results are written in a CSV file. Useful for SEO purposes and backlink research.

Installation

git clone https://github.com/FlorianMgs/email_scraper.git
python -m venv venv
pip install -r requirements.txt
python main.py