Core APIs
...
Yahoo
Core Requests

News

3min

Yahoo News Results

DESKTOP TABLET MOBILE

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

Yahoo News Results
Yahoo News Results


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

JSON



SerpWow returns the following properties for engine=yahoo 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.

pagination

object

An object containing details of the pagination section of the page.

  • current
  • number
  • The current page number, if shown.



  • next
  • string
  • The Yahoo URL of the next page of results.



  • other_pages
  • object
  • An object containing details of the other pages shown on the results page. The object is keyed by the other page number, with the value being the Yahoo URL to the page.


Next Steps      Yahoo News Parameters

Updated 15 Aug 2024
Did this page help you?