1.0.6 • Published 2 years ago

linkedin-profile-company-scraper v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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)
1.0.2

2 years ago

1.0.1

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.0

3 years ago