DEPRECATED - see linkedin-scraper2
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
// Scrape a linkedin profile for the public contents var linkedinScraper = require("linkedin-scraper");linkedinScraper(url, function (linkedinObject) { console.log(linkedinObject); } );