Issue
Я хочу вернуть полный текст новостной статьи, используя API поиска новостей Bing .
Пример ответа от API содержит метаданные элемента новостей, однако я ищу способ получения текстового содержимого статьи.Есть ли способ сделать это с помощью API поиска новостей Bing?
"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
}
}
},