This is simple Email Scraper is built using Django with help of request library.
Python, Django and request need to be installed
pip install django request
Go to the django_email_scraper folder and run
python manage.py runserver
Then go to the browser and enter the url http://127.0.0.1:8000/
- Enter any number of URLs in textbox.
- Click Extract Email button.
- All URLs will be processed one by one and if there is emails found, then it will displayed.
- Copy extracted emails.
- It only check given URL for email. The script can be modifed to navigate about-us, contact-us page if email is not found on given url.
- Email scraping order is not sequential. Some website appears first if they processed page before.