Skip to content

aadisriram/nodejs-linkedin-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED - see linkedin-scraper2

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 linkedinScraper = require("linkedin-scraper");

linkedinScraper(url, function (linkedinObject) { console.log(linkedinObject); } );

Sample Output

http://pastebin.com/qNZGfA1W

About

A simple linkedin profile scraper for nodejs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published