Is LinkedIn API allowing to access all user profiles?

dcpartners picture dcpartners · May 8, 2015 · Viewed 11.2k times · Source

We are interested to integrate LinkedIn into our CRM database to see where the people are up to now (changed job) based on person name and the current company name. Is this possible? As far as I know the API is restricted by the Linked credential and limited by his/her connections, is this right?

If it's correct, is there any LinkedIn API premium that we can access to achieve what we want then?

We know that the LinkedIn has a product called Sales Navigator and based on the demo looks like it's possible but the person has to be tagged first or something like that.

I'm appreciated your feedback.

Thanks

Answer

Nikesh picture Nikesh · May 15, 2015

You can get a person profile after authentication, As of May 12th Linkedin has restricted the use of API Blog link.

According to which you may only access Basic Profile(Name,Picture,Headline,Title,Location,Current Position) for Full Profile Access you would need to Apply with Linkedin for a Partner Account. "is there any LinkedIn API premium that we can access ?" Yes , Here is the Link to Premium link

"see where the people are up to now (changed job) based on person name and the current company name. Is this possible?" Yes in permission r_fullprofile there is a field isCurrent which is true for a current company and false for previous companies. You can also get a start date and end date for companies.

To get user connections ask for r_network permission. For a connection Profile you only get the Name,Profile Pic,Headline,Industry and link to connections linkedin profile

Have a Look at these links :

Data Fields : link

Transition Guide : link

API Terms of Use : link