Linkedin rest api to search people with name

浪子不回头ぞ 提交于 2019-11-30 09:11:34

问题


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.


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/31458638/linkedin-rest-api-to-search-people-with-name

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!