Socket
Socket
Sign inDemoInstall

linkedin-api-js

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linkedin-api-js

An actually useful LinkedIn Nodejs package


Version published
Weekly downloads
54
increased by285.71%
Maintainers
0
Weekly downloads
 
Created
Source

linkedin-api

An actually useful LinkedIn Nodejs package.

Disclaimers

This package is not in any way affiliated with LinkedIn. In fact, your account may be banned for using this (hasn't happened to me though).

You can use your LinkedIn credentials in code, making this super simple to use!

This project was HEAVILY inspired by Tomquirk's LinkedIn-API PyPi package, which you can find at https://github.com/tomquirk/linkedin-api

Installation

npm i linkedin-api-js

Quick-Start

// log in
const LAPI = new linkedInAPIClass();
await LAPI.login("pinknodders@pinknodders.lol", "**********");

// GET a company
const comp = await LAPI.searchCompanies("Linux");

// GET one employee
const emp = await comp[0].getEmployees("Torvalds", 1);

For more information, check out The Wiki

Contributions

If you want to contribute, just fork, add your features, then make a PR

If you do contribute, please follow these guidelines

  1. Document your changes in the PR (i.e. make a bulleted list of changes)
  2. If you change existing code, you must specify that
  3. Please please please don't be me and push credentials

Reporting Bugs

Please open an issue using the following guildelines

  1. Be clear and concise
  2. Provide the code necessary to reproduce the problem

Thanks for using my project! ION606

Keywords

FAQs

Package last updated on 19 Aug 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc