Skip to content

A Python script for extracting email addresses from web pages. Utilizing web scraping techniques, this tool efficiently scans specified URLs, identifies email addresses embedded within HTML code, and compiles them for various purposes such as contact lists or market research.

Notifications You must be signed in to change notification settings

Panos-IT/Email-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Email-Scraper

Description

A Python script for extracting email addresses from web pages. Utilizing web scraping techniques, this tool efficiently scans specified URLs, identifies email addresses embedded within HTML code, and compiles them for various purposes such as contact lists or market research.

What's email-scraper?

The "email-scraper" is a Python script designed to extract email addresses from web pages. It utilizes web scraping techniques to search specified URLs, identifying and compiling email addresses found within the HTML code. This tool is useful for tasks such as building contact lists or conducting market research. By adding it to your project's README file under "How to use," users can quickly understand its purpose and how to utilize it within the context of your project.

Prerequisites

Before using the "email-scraper" script, ensure you have the following:

1.Make sure you have Python installed on your system.Download and Install Python from here.

2.Install the required by running the following command:

pip install beautifulsoup4 requests

3.Install lxml module ( if you don't have it already ):

pip install lxml

How to use

Open a terminal in your system and type:

python email_scraper.py

Contact

savvidis.panagiotis.ps@gmail.com

LinkedIn

Instagram

X (Twitter)

About

A Python script for extracting email addresses from web pages. Utilizing web scraping techniques, this tool efficiently scans specified URLs, identifies email addresses embedded within HTML code, and compiles them for various purposes such as contact lists or market research.

Topics

Resources

Stars

Watchers

Forks

Languages