0

我正在使用linkedin JSAPI查找在特定公司工作的人,但我的搜索结果仅限于二级连接是否可以将搜索结果扩展到显示第三级和网络连接外。

注意:在 LinkedIn 文档中,描述了只能使用名字和姓氏来获取,但在论坛中,它是尽可能使用 facet search 编写的。但是我的问题如何
链接: https ://developer.linkedin.com /forum/people-search-api-problem-out-my-network-profiles-search-return-always-empty-result?page=1#comment-34552

这是我使用的代码

IN.API.Raw("/people-search:(num-results,people:(headline,id,positions,first-name,location,public-profile-url))?facet=location,in:7127&facet=past-company,1283&facet=network,O&count=25")
.method("GET").result(function success(result) {
});
4

1 回答 1

0

找到了答案

无法获取与linkedin基本计划的第三方和外部连接的搜索结果..需要高级帐户

https://www.linkedin.com/mnyfe/subscriptionv2?displayProducts=&family=general&c=23&trk=vsrp_people_upsell_executiveaccount

于 2014-07-01T11:32:46.000 回答