Bing News Search · Example Payload

Trending Topics Response

NewsSearchMicrosoftBingMediaHeadlinesTrending Topics

Trending Topics Response is an example object payload from Bing News Search, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_typevalue

Example Payload

Raw ↑
{
  "_type": "TrendingTopics",
  "value": [
    {
      "name": "SpaceX Starship Launch",
      "isBreakingNews": true,
      "query": {
        "text": "SpaceX Starship Launch"
      },
      "newsSearchUrl": "https://www.bing.com/news/search?q=SpaceX+Starship+Launch&FORM=BNCTLP",
      "webSearchUrl": "https://www.bing.com/search?q=SpaceX+Starship+Launch&FORM=BNCTLP",
      "image": {
        "url": "https://www.bing.com/th?id=OVF.abc123&pid=News",
        "provider": [
          {
            "_type": "Organization",
            "name": "Space.com"
          }
        ]
      }
    },
    {
      "name": "Super Bowl Championship",
      "isBreakingNews": false,
      "query": {
        "text": "Super Bowl Championship"
      },
      "newsSearchUrl": "https://www.bing.com/news/search?q=Super+Bowl+Championship&FORM=BNCTLP",
      "webSearchUrl": "https://www.bing.com/search?q=Super+Bowl+Championship&FORM=BNCTLP",
      "image": {
        "url": "https://www.bing.com/th?id=OVF.def456&pid=News",
        "provider": [
          {
            "_type": "Organization",
            "name": "ESPN"
          }
        ]
      }
    },
    {
      "name": "Federal Reserve Interest Rate Decision",
      "isBreakingNews": false,
      "query": {
        "text": "Federal Reserve Interest Rate Decision"
      },
      "newsSearchUrl": "https://www.bing.com/news/search?q=Federal+Reserve+Interest+Rate+Decision&FORM=BNCTLP",
      "webSearchUrl": "https://www.bing.com/search?q=Federal+Reserve+Interest+Rate+Decision&FORM=BNCTLP",
      "image": {
        "url": "https://www.bing.com/th?id=OVF.ghi789&pid=News",
        "provider": [
          {
            "_type": "Organization",
            "name": "Reuters"
          }
        ]
      }
    }
  ]
}

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.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/trending-topics-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 email required.

A second provider on the same verified email joins the account you already have.