forked from aadisriram/nodejs-linkedin-scraper
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
getting null reply on many profiles
LinkedInProfile {
past: [],
websites: [],
experience: [],
honors: [],
projects: [],
educationlist: [],
name: '',
headline: '',
location: '',
current: '',
education: '' }
just inserted User on--
// Scrape a linkedin profile for the public contents
var linkedinScraper = require('linkedin-scraper');
var url = 'https://www.linkedin.com/in/[user]';
linkedinScraper(url, function(err, profile) {
if (err) {
console.log(err);
} else {
console.log(profile);
}
});
Metadata
Metadata
Assignees
Labels
No labels