/LinkedIn_Scraper

:raising_hand: A Selenium based automated program that scrapes profiles data,stores in CSV,follows them and saves their profile in PDF.

Primary LanguagePythonApache License 2.0Apache-2.0

LinkedIn_Scraper

NOTE: This repository is not maintained anymore.

A Selenium based automated program that scrapes Linkedin profiles data,stores in CSV,follows them and saves their profile in PDF.

Screenshot

Screenshot

About

An automated console gui program that scrapes information procedurally using selenium and parsel as described below

1- User Enters Email
2- User Enters Password
3- Automated Browser Begins
4- User Enters Job(E.g python developer)
5- User Enters Location (E.g london)
6- Browser goes to each profile scrapes data , follows them and downloads their profile in PDF Format.

Usage

For proper usage first install selenium and parsel.Open Command Line and type commands given below

pip install selenium
pip install parsel

Download Google Chrome Driver for selenium ChromeDriver Open Command Line and go to this directory (LinkedIn_Scraper/)

Type:-
python linkedin_scraper.py

Result

Your result should be like Screenshot shown above.

Gotchas

1-You must have python 3.6 pre-installed to use this software.
2-When you input password in command line , it wont show ( For Privacy )

If

If any issue comes do write in issues column. Thanks!