Linkedin rest api to search people with name
Asked Answered
K

4

13

Is there any LinkedIn Rest API available to search people with first and last name?

I am not able to find anything on their developer website.

I found this url from some other question: http://api.linkedin.com/v1/people-search:(people:(id))?first-name=bill&last-name=gates

But when I am trying to hit this url from APIGee REST console I am getting response as 403 permission denied. I am using oAuth with my LinkedIn account.

I am currently using free account on LinkedIn, is because of that.

Kimkimball answered 16/7, 2015 at 15:35 Comment(0)
E
7

You have to get Vetted API access from Linkedin in order to do People Search. For more information please look into this link

E answered 17/7, 2015 at 11:10 Comment(1)
This link is dead as of August 2021Tropaeolin
E
11

Linked has closed its API some time ago. See a detailed announcement here.

Eldredge answered 17/7, 2015 at 8:7 Comment(2)
Can you please let me know which program should i partner? I am looking to create an application where you can search for people connections as well as people who are not my connections. Also want to get updates from them.Kimkimball
It seems that Vetted API is what you're looking for, have a look at @ManjunathH's answer.Eldredge
E
7

You have to get Vetted API access from Linkedin in order to do People Search. For more information please look into this link

E answered 17/7, 2015 at 11:10 Comment(1)
This link is dead as of August 2021Tropaeolin
T
1

You can use LinkedIn Public Search Results Scraper API to achieve this. Here is an example. Response for a profile found look like this:

{
  "id": "jimmy-neutron-b914a91a5",
  "name": "Jimmy Neutron",
  "occupation": "Chief Executive Officer at NASA - National Aeronautics and Space Administration",
  "location": "Houston, TX",
  "last_job": "NASA - National Aeronautics and Space Administration",
  "last_education": "Harvard University",
  "thumbnail": "https://media-exp1.licdn.com/dms/image/C4D03AQE7YG6jwNNy2Q/profile-displayphoto-shrink_200_200/0/1584908070871?e=1620259200&v=beta&t=QJREJQLCsAIaDiQCOZJ6Nu6QoyUPWK8ytJAWU52icRU",
  "link": "https://www.linkedin.com/in/jimmy-neutron-b914a91a5?trk=people-guest_people_search-card"
},
Tera answered 5/3, 2021 at 11:35 Comment(0)
H
0

Now LinkedIn does not provide search people apis for the reason for data-stealing. thanks

Hanan answered 7/3, 2020 at 6:55 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.