Skip to content

getting null reply on many profiles  #2

@ROhitGyrix

Description

@ROhitGyrix

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions