Socket
Socket
Sign inDemoInstall

linkedin-profile-company-scraper

Package Overview
Dependencies
22
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    linkedin-profile-company-scraper

Scraper for getting data about companies and users


Version published
Weekly downloads
6
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Installation

npm i linkedin-profile-company-scraper
const Lnkdn = require("linkedin-profile-company-scraper");

(async () => {
  const client = new Lnkdn("YOUR_LINKEDIN_COOKIE");
  const data = await client.fetch("https://www.linkedin.com/in/mchl-plstv/");
  console.log(data);
})();

Web interface

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
yarn (npm install)
yarn build (npm run build)
echo "module.exports = { cookie: 'YOUR_LINKEDIN_COOKIE' };" > config.json
yarn start (npm start)

Keywords

FAQs

Last updated on 23 Nov 2021

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc