Skip to content

Files

Latest commit

 

History

History

Linkedin-Email-Scraper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

LinkedIn Email Scraper

Prerequisites:

  1. Do pip install -r requirements.txt to make sure you have the necessary libraries.
  2. Make sure you have a chromedriver installed and added to PATH.
  3. Have the URL to your desired LinkedIn post ready (make sure the post has some emails in the comments section)
  4. Have your LinkedIn account credentials ready

Executing Application

  1. Replace the values of the URL, email and password variables in the code with your own data
  2. Either hit run if your IDE has the option or just type in python main.py in the terminal.
  3. The names and corresponding email address scraped from the post should appear in the emails.csv file.