A Selenium based automated program that scrapes Linkedin profiles data,stores in CSV,follows them and saves their profile in PDF.
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.
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.
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
Your result should be like Screenshot shown above.
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 any issue comes do write in issues column. Thanks!