Core APIs
...
Naver
Core Requests

Search

3min

Naver Search Results

DESKTOP TABLET MOBILE

SerpWow parses Naver search results when the engine=naver request parameter is set.

Naver Search Results
Naver Search Results


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

JSON



SerpWow returns the following properties for engine=naver requests:

Property

Type

Description

organic_results

array

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

  • 

    Document image
    



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



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



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



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



  • displayed_link
  • string
  • The displayed (visual) link shown next to the organic result.



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

ads

array

An array of Ads objects, containing each of the sponsored ads shown on the Naver SERP. The Ad object has the following properties:

  • 

    Document image
    



  • position
  • number
  • The position of the ad result within the ads on the current page.



  • title
  • string
  • The title text of the ad.



  • tracking_link
  • string
  • The tracking link that is followed when the Ad is clicked.



  • displayed_link
  • string
  • The displayed (visual) link shown in the ad.



  • description
  • string
  • The descriptive text of the ad.



  • block_position
  • string
  • The position of ad block this ad belongs to on the Naver SERP page. Can be set to top or bottom .

inline_knowledge

array

An array of Inline Knowledge result objects, containing each of the inline knowledge results shown on the Naver SERP. The Inline Knowledge object has the following properties:

  • 

    Document image
    



  • position
  • number
  • The position of the inline knowledge result within the ads on the current page.



  • title
  • string
  • The title text of the inline knowledge result.



  • link
  • string
  • The link shown in the inline knowledge result (note that Naver normally shows internal redirect links, rather than the actual target URL).



  • snippet
  • string
  • The descriptive text of the inline knowledge result.



  • thumbnail
  • string
  • A image URL to the thumbnail image next to the inline knowledge result, if shown.



  • source
  • string
  • The source of the inline knowledge result.



  • block_position
  • string
  • The position of inline knowledge result block relative to other SERP features on the Naver SERP page.

pagination

object

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

  • 

    Document image
    



  • 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 Search Parameters

Updated 15 Aug 2024
Did this page help you?