LinkedIn_Scraper
LinkedIn_Scraper copied to clipboard
:raising_hand: A Selenium based automated program that scrapes profiles data,stores in CSV,follows them and saves their profile in PDF.
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.
Sponsors
Scrape public LinkedIn profile data at scale with Proxycurl APIs.
• Scraping Public profiles are battle tested in court in HiQ VS LinkedIn case.
• GDPR, CCPA, SOC2 compliant
• High rate limit - 300 requests/minute
• Fast - APIs respond in ~2s
• Fresh data - 88% of data is scraped real-time, other 12% are not older than 29 days
• High accuracy
• Tons of data points returned per profile
Built for developers, by developers.
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!