
Product
Secure Your AI-Generated Code with Socket MCP
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
linkedin-client
Advanced tools
Linkedin HTTP client to retrieve data about individuals or companies
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 1 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.
Product
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.