LinkedinScraper is an another information gathering tool written in python. You can scrape employees of companies on Linkedin.com and then create these employee names, titles and emails.

sametsazak sametsazak Last update: Aug 03, 2022

LinkedinScraper

LinkedinScraper is an another information gathering tool written in python. You can scrape employees of companies on Linkedin.com and then create these employee names, titles and emails.

alt text

Install and Usage:

  1. First, you need to download Chrome Driver from http://chromedriver.chromium.org/downloads (to your OS(mac,windows or linux)) in same directory.

  2. Install requirements via pip3

pip3 install -r req.txt
  1. Start linkedinscraper.py
python3 linkedinscraper.py

How to scrape?:

alt textalt text

listuse 1infoset username [email protected] password testpasswordset url https://www.linkedin.com/search/results/people/?facetCurrentCompany=%5B%22162479%22%5Dset page 100 (max 100)generate

then it will write Output.csv for you.Example output.csv:

name,titleJohn Brown, Software Quality and Testing ManagerEmma Watson, Senior Project Manager......

How to generate email adresses?:

alt text

listuse 2infouse 1 (choose email pattern)infoset Input (default: Output.csv)set Output (output file exp : Emails.txt)set Domain (example : test.com) -> [email protected]

then it will write Emails.txt for you.

Example emails.txt (pattern 1):

Subscribe to our newsletter