Skip to content

Scrapping profiles and their information using Java.

Notifications You must be signed in to change notification settings

mharisraza/LinkedInScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LinkedInScraper

Scrapping profiles and their information using Java and Selenium Library.

image

Tech Used:

  • Java
  • Selenium Library
  • Apache POI (Excel)

Required:

to run this app properly "Chrome" should be installed and set-up properly on the machine, otherwise it may not run as expected.
There's no configuration required.

How to Use?

This is an simple maven-app, clone the app using git or download it, run App.java and then it'll start the application. It'll ask credentials for Your LinkedIn Email address and Password in terminal. image

And it'll ask you to about Chrome whether you want to open chrome (with opened chrome it can slow down the process) or without opening chrome (it'll perform action automatically in both) and it'll ask for number to fetch profiles.

image

When it'll finished scrapping it'll print out the following statement: Scraper took n minutes or n seconds for scraping the data. image

After finished, your scrapped data will be automatically saved in profile_data.xlsx file (automatically created).

🚧 DISCLAIMER: This project violates LinkedIn's Terms and Conditions. Please use it only for educational purposes. 🚧

Note: This project is not being maintained and there is alternate web-version available at: https://github.com/mharisraza/WebLinkedInScraper 🙏