使用LinkedIn API使用关键字搜索搜索和显示成员的个人资料

时间:2012-10-22 21:14:26

标签: php json api search linkedin

我希望在将关键字作为搜索字词传递后,使用LinkedIn API显示某人的公开信息

我可以使用搜索网址显示各种个人资料信息,例如:

http://api.linkedin.com/v1/people-search:(people:(id,first-name,last-name,picture-url,site-standard-profile-request,headline),num-results)?first-name=FOO&last-name=BAR

但是,当我将其更改为:

http://api.linkedin.com/v1/people-search:(people:(id,first-name,last-name,picture-url,site-standard-profile-request,headline),num-results)?keywords=FOO%20BAR

我得到0结果

任何想法??

1 个答案:

答案 0 :(得分:0)

两者似乎都在测试控制台上工作;以下是您第一次查询的结果:

https://snap.apigee.com/TCWiFS

对于第二个问题:

https://snap.apigee.com/UtGAm6

您要搜索的是什么名称?