我正在使用AZ Cognitive来监控研究项目的LinkedIn数据。如果我对bing.com
和使用Cognitive API执行相同的查询,我会在结果的片段部分中获得不同的信息。从常规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'}
*编辑* 如果您使用下面的搜索字符串作为基线,您将看到两次搜索之间的差异:
搜索字符串 - 站点:linkedin.com/in/"在rackspace"
我使用的api端点是:https://api.cognitive.microsoft.com/bing/v5.0/search
答案 0 :(得分:0)
分享用于调用认知API的参数和URL。
答案 1 :(得分:0)
您可以使用沙箱检查输出JSON。我尝试使用试用密钥,但Bing.com和沙箱的结果相同。请你在这里查看你的结果。 https://dev.cognitive.microsoft.com/docs/services/56b43eeccf5ff8098cef3807/operations/56b4447dcf5ff8098cef380d/console