Core APIs
...
Bing
Core Requests

News

3min

Bing News Results

DESKTOP TABLET MOBILE

SerpWow parses Bing News results when the engine=bing and search_type=news request parameters are set.

Bing News Results
Bing News Results


Below is an example of how Bing News results are represented in the SerpWow result JSON:

JSON



SerpWow returns the following properties for engine=bing and search_type=news requests:

Property

Type

Description

news_results

array

An array of News Result objects, containing each of the news results returned. The News Result object has the following properties:

  • position
  • number
  • The position of the news result on the current page.



  • title
  • string
  • The title of the news result.



  • link
  • string
  • A link to the news result.



  • domain
  • string
  • The domain of the link to the news result.



  • source
  • string
  • The source / publication name of the news result.



  • date
  • string
  • The raw date, if shown, of the news result.



  • date_utc
  • string
  • The parsed date, in ISO 8601 format, of the news result. Note that date parsing relies on the API being able to successfully parse the date and isn't guaranteed in all locales.



  • snippet
  • string
  • The snippet text of the news result.



  • thumbnail
  • string
  • The thumbnail image of the news result, either returned as a URL to the image, or as a Base64-encoded image string.


Next Steps      Bing News Parameters

Updated 15 Aug 2024
Did this page help you?