Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting null reply on many profiles #2

Open
ROhitGyrix opened this issue Sep 1, 2016 · 3 comments
Open

getting null reply on many profiles #2

ROhitGyrix opened this issue Sep 1, 2016 · 3 comments

Comments

@ROhitGyrix
Copy link

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

@aysark
Copy link

aysark commented Oct 18, 2016

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.

@ROhitGyrix
Copy link
Author

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
#2 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AUmvZ9F2K1rt95IqnXNd3lmA7uAnrUO0ks5q1CSmgaJpZM4Jymo5
.

@aysark
Copy link

aysark commented Oct 18, 2016

@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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants