1.0.6 • Published 4 years ago

linkedin-profile-company-scraper v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.1

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago