linkedin_endorsements is a script that scrapes LinkedIn Endorsements and see who has endorsed someone in what technologies.
- It uses your emailID and password to login and scrape the data from the website.
- Then prints names of people.
- Add your credentials (i.e your emailID and Password) in the file named
cred.js: - Open terminal and do the following :
cd Rotten-Scripts\JavaScript\linkedin_endorsements- Run
npm installto install all necessary dependencies - Run
node linkedin_endorsements.jsand Voila! you are ready to go 😉
Hi I'm Madhav Jha author of this script.
- DO NOT use the script too often (i.e. without long intervals between searches) as LinkedIn may block your account due to suspicious behavior

