linkedin-scraper

A scraper for LinkedIn, give us a linkedin profile URL and we'll give you a nice data structure

Usage no npm install needed!

<script type="module">
  import linkedinScraper from 'https://cdn.skypack.dev/linkedin-scraper';
</script>

README

nodejs-linkedin-scraper

A simple linkedin profile scraper for nodejs

To use, check out home.js in the root module folder

NPM Link : linkedin-scraper

Installation : npm install linkedin-scraper

Example Usage

// Scrape a linkedin profile for the public contents
var linkedin-scraper = require("linkedin-scraper");

new linkedin-scraper(url, function (linkedinObject) { console.log(linkedinObject); } );

Sample Output

http://pastebin.com/0tDYCjPv