Core APIs
...
Naver
Core Requests

News

3min

Naver News Results

DESKTOP TABLET MOBILE

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

Naver News Results
Naver News Results


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

JSON



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



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



  • thumbnail
  • string
  • An image URL to the thumbnail image of the news result, if shown.

pagination

object

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

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



  • next
  • string
  • The Naver 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 Naver URL to the page.


Next Steps      Naver News Parameters

Updated 15 Aug 2024
Did this page help you?