![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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 4 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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.