【发布时间】:2017-07-28 21:19:36
【问题描述】:
我正在使用 AZ Cognitive 来监控一个研究项目的 LinkedIn 数据。如果我对 bing.com 和使用认知 API 执行相同的查询,我会在结果的 sn-p 部分中获得不同的信息。从常规 Bing 搜索中,我可以看到个人资料职业。在 API 中,它会显示一条通用的 LinkedIn 消息。
我附上了常规 Bing 搜索结果的屏幕截图和来自 Cognitive API 的原始 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'}
* 编辑 * 如果您使用下面的搜索字符串作为基线,您将看到两个搜索之间的差异:
搜索字符串 - site:linkedin.com/in/“在机架空间”
- 使用该字符串搜索 bing.com。
- 使用 api 搜索该字符串。
我使用的api端点是:https://api.cognitive.microsoft.com/bing/v5.0/search
【问题讨论】: