簡體   English   中英

如何在linkedin中獲取人的搜索結果以進行網絡連接

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

我正在使用linkedin JSAPI查找在特定公司工作的人員,但是我的搜索結果僅限於二級連接,因此可以將搜索結果擴展到顯示第3級和網絡連接之外的內容。

注意:在LinkedIn文檔中,描述了只能使用名字和姓氏來獲取信息,但是在論壇中,它是使用刻面搜索來編寫的..但我的問題是什么
鏈接: 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) {
});

找到了答案

無法使用linkedin基本計划獲取第三和外部聯系的搜索結果。需要高級帳戶

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