我希望使用Bing News Search API返回新闻文章的全文。
API的示例响应包含新闻项的元数据,但是我正在寻找一种检索文章文本内容的方法。可以使用Bing News Search API做到这一点吗?
"provider": [
{
"_type": "Organization",
"name": "Forbes"
}
],
"datePublished": "2018-10-10T10:05:00Z",
"clusteredArticles": null,
"mentions": null,
"video": null,
"category": "Business",
"name": "Why October Could Be The Month For A Bitcoin Rally",
"url": "https://www.forbes.com/sites/naeemaslam/2018/10/10/why-october-could-be-the-month-for-a-bitcoin-rally/",
"description": "Opinions expressed by Forbes Contributors are their own. Markets I cover commodities, FX, equities in developing & emerging markets. The International Monetary Fund (IMF) downgraded the world economic growth outlook, by spurring risk-off trading across the ...",
"image": {
"contentUrl": null,
"thumbnail": {
"contentUrl": "https://www.bing.com/th?id=ON.EF647E7F187B6EF6F06EA35B7604F5F7&pid=News",
"width": 600,
"height": 315
}
}
},