
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
linkedin-client
Advanced tools
Linkedin HTTP client to retrieve data about individuals or companies
Supply Chain Security
Vulnerability
Quality
Maintenance
License
This package allows to fetch data about individuals or companies on Linkedin.
You can try out the tool on my personal server here. Remember this is only a showcase interface.
npm i linkedin-client
You need your Linkedin cookie called "li_at". This way, requests will be sent on your behalf.
const LinkedinClient = require('linkedin-client');
(async () => {
const client = new LinkedinClient('YOUR_LINKEDIN_COOKIE');
const data = await client.fetch('https://www.linkedin.com/in/williamhgates/');
console.log(data);
})();
If you want to retrieve people details :
node src/cli.js https://www.linkedin.com/in/williamhgates/
Or if you want to retrieve company information :
node src/cli.js https://www.linkedin.com/company/microsoft/
npm test
If you want to run the web interface on you own, you can do as follows :
git clone https://github.com/Cooya/Linkedin-Client.git linkedin-client
cd linkedin-client
npm install
npm run build
echo "module.exports = { cookie: 'YOUR_LINKEDIN_COOKIE' };" > config.js
npm start
FAQs
Linkedin HTTP client to retrieve data about individuals or companies
The npm package linkedin-client receives a total of 2 weekly downloads. As such, linkedin-client popularity was classified as not popular.
We found that linkedin-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.