node-linkedin-scraper2 icon indicating copy to clipboard operation
node-linkedin-scraper2 copied to clipboard

getting null reply on many profiles

Open ROhitGyrix opened this issue 8 years ago • 3 comments

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);
    }
});

ROhitGyrix avatar Sep 01 '16 11:09 ROhitGyrix

Seems like a lot of these linkedin parsers are broken as linkedin blocks any request with a 999 code- they started doing this more proactively now.

aysark avatar Oct 18 '16 01:10 aysark

Hello Aysar,

Thanks for the reply . Is there any solution for this using your API, as i have seen its working for some links really good. Just need your guidance to get this done.

Thanks Rohit Gaikwad

On Tue, Oct 18, 2016 at 7:15 AM, Aysar [email protected] wrote:

Seems like a lot of these linkedin parsers are broken as linkedin blocks any request with a 999 code- they started doing this more proactively now.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/danieljoppi/node-linkedin-scraper2/issues/2#issuecomment-254383792, or mute the thread https://github.com/notifications/unsubscribe-auth/AUmvZ9F2K1rt95IqnXNd3lmA7uAnrUO0ks5q1CSmgaJpZM4Jymo5 .

ROhitGyrix avatar Oct 18 '16 04:10 ROhitGyrix

@ROhitGyrix not sure what you mean by 'your API'

There is no solution that i've found that works reliably... linkedin has just shut off all devs and you have to go thru their partner program (which will probably only be for big players).

aysark avatar Oct 18 '16 04:10 aysark