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"
          }
        ]
      }
    }
  ]
}