简体   繁体   English

如何在linkedin中获取人的搜索结果以进行网络连接

[英]How to get people search result for out of network connections in linkedin

I am using linkedin JSAPI to find people working in particular company , but my search result is limited to second degree connection is it possible to extend search result to display 3rd and out of network connection. 我正在使用linkedin JSAPI查找在特定公司工作的人员,但是我的搜索结果仅限于二级连接,因此可以将搜索结果扩展到显示第3级和网络连接之外的内容。

NOTE: In LinkedIn documentation it is described that it is possible to fetch only with first and last name,but in forums it is written as possible with facet search..but how is my question 注意:在LinkedIn文档中,描述了只能使用名字和姓氏来获取信息,但是在论坛中,它是使用刻面搜索来编写的..但我的问题是什么
Link: https://developer.linkedin.com/forum/people-search-api-problem-out-my-network-profiles-search-return-always-empty-result?page=1#comment-34552 链接: https //developer.linkedin.com/forum/people-search-api-problem-out-my-network-profiles-search-return-always-empty-result?page = 1#comment-34552

This is the code I used 这是我使用的代码

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) {
});

Found the answer 找到了答案

It is impossible to fetch search result for third and outside connection with linkedin basic plan..need premium account 无法使用linkedin基本计划获取第三和外部联系的搜索结果。需要高级帐户

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM