Core APIs
...
Google
Core Requests

News Top Stories

3min

Google News Top Stories Results

DESKTOP

SerpWow parses the Google news search results the top_stories array in the JSON output when the search_type=news_top_stories search parameter is set.

  • Document image
    

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

JSON



SerpWow returns the following properties for search_type=news requests:

Property

Type

Description

top_stories

array

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

  • title
  • string
  • The title of the news result



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



  • fullCoverageLink
  • string
  • The full coverage link to get more resources, perspectives, and context



  • date
  • string
  • When the article went live relative to the GET request



  • writtenBy
  • string
  • who wrote the article



  • related_NewsStories
  • array
  • relatedNewsStories Array An array of objects for each related news story. Each object in the array has the following properties:
    • 
      1. title
      2. string
      3. The title of the news result.
    • 
      1. link
      2. string
      3. A link to the news result.
    • 
      1. source
      2. string
      3. the source of the page
    • 
      1. date
      2. string
      3. When the article went live relative to the GET request
    • 
      1. writtenBy
      2. string
      3. who wrote the article





Next Steps      Google News Top Stories Parameters

Updated 24 Oct 2024
Did this page help you?