Bing News Search · Example Payload
News Category Response
NewsSearchMicrosoftBingMediaHeadlinesTrending Topics
News Category Response is an example object payload from Bing News Search, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
_typewebSearchUrlvalue
Example Payload
{
"_type": "News",
"webSearchUrl": "https://www.bing.com/news",
"value": [
{
"name": "Tech Giants Report Record Quarterly Earnings",
"url": "https://example.com/news/tech-earnings-q4-2024",
"description": "Major technology companies reported higher-than-expected fourth quarter earnings, driven by cloud computing growth and renewed consumer electronics demand.",
"datePublished": "2024-01-15T16:00:00",
"category": "Business",
"headline": true,
"id": "https://api.bing.microsoft.com/api/v7/#News.0",
"provider": [
{
"_type": "Organization",
"name": "Financial Times"
}
],
"image": {
"thumbnail": {
"contentUrl": "https://www.bing.com/th?id=OVFT.xyz789&pid=News",
"width": 700,
"height": 466
}
}
},
{
"name": "New Climate Agreement Reached at International Summit",
"url": "https://example.com/news/climate-summit-2024",
"description": "World leaders reached a landmark agreement on carbon emissions reduction targets, setting new milestones for renewable energy adoption by 2035.",
"datePublished": "2024-01-15T11:30:00",
"category": "World",
"headline": true,
"id": "https://api.bing.microsoft.com/api/v7/#News.1",
"provider": [
{
"_type": "Organization",
"name": "The Guardian"
}
],
"image": {
"thumbnail": {
"contentUrl": "https://www.bing.com/th?id=OVFT.lmn012&pid=News",
"width": 700,
"height": 466
}
}
},
{
"name": "Championship Team Celebrates Historic Victory",
"url": "https://example.com/news/championship-victory-2024",
"description": "The team secured their third consecutive championship title in a dramatic final match that went to overtime.",
"datePublished": "2024-01-14T22:00:00",
"category": "Sports",
"headline": false,
"id": "https://api.bing.microsoft.com/api/v7/#News.2",
"provider": [
{
"_type": "Organization",
"name": "ESPN"
}
],
"image": {
"thumbnail": {
"contentUrl": "https://www.bing.com/th?id=OVFT.pqr345&pid=News",
"width": 700,
"height": 466
}
}
}
]
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/news-category-response"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.