2017-07-28 88 views
0

我正在使用AZ認知來監控研究項目的LinkedIn數據。如果我對bing.com和使用認知API進行相同的查詢,我會在結果的片段部分中獲得不同的信息。從常規Bing搜索中,我可以看到個人檔案佔領。從API內部顯示通用LinkedIn消息。微軟認知網絡搜索有不同的結果/結構

我附加了Cognitive API中常規Bing搜索結果和原始JSON的屏幕截圖。

{u'name': u'Daniel Barclay at Rackspace, the #1 managed cloud company ...', u'url': u'REMOVED LINK', u'dateLastCrawled': u'2017-07-07T18:49:00', u'displayUrl': u'REMOVED LINK', u'snippet': u"View Daniel Barclay\u2019s professional profile on LinkedIn. LinkedIn is the world's largest business network, helping professionals like Daniel Barclay discover inside ...", u'id': u'REMOVED LINK'} 
{u'about': [{u'name': u'Bill Ramsey'}], u'name': u'Bill Ramsey at Rackspace | LinkedIn', u'url': u'REMOVED LINK', u'dateLastCrawled': u'2017-07-07T01:00:00', u'displayUrl': u'REMOVED LINK', u'snippet': u"View Bill Ramsey\u2019s professional profile on LinkedIn. LinkedIn is the world's largest business network, helping professionals like Bill Ramsey discover inside ...", u'id': u'REMOVED LINK'} 

Cognitive Search

*編輯* 如果您使用的搜索字符串以下爲基線,你會看到兩個搜索之間的區別:

搜索字符串 - site:linkedin.com/in/「at rackspace」

  1. 用該字符串搜索bing.com。
  2. 使用api搜索該字符串。

我使用的API端點:https://api.cognitive.microsoft.com/bing/v5.0/search

回答

0

分享的參數,並用來調用API認知URL。

+0

編輯原始帖子以包含搜索字符串和API端點。 – co2underground