Search Trend overview

Prev Next

Available in Classic and VPC

Search Trend is a NAVER Cloud Platform service that allows you to view and utilize search term statistics collected through NAVER's integrated search service by various criteria. The Search Trend service provides an API in RESTful form that analyzes trend data statistics by age, gender, and search environment over time and returns them in JSON.

Common Search Trend settings

The following describes commonly used request and response formats in Search Trend APIs.

Request

The following describes the common request format.

API URL

The request API URL is as follows.

https://naveropenapi.apigw.ntruss.com/datalab/v1

Request headers

The following describes the headers.

Field Required Description
x-ncp-apigw-api-key-id Required Client ID issued after application registration in NAVER Cloud Platform console
x-ncp-apigw-api-key Required Client secret issued after application registration in NAVER Cloud Platform console
Content-Type Required Request data format
  • application/json
Note

For information on how to register an application in the NAVER Cloud Platform console to obtain authentication information (client ID, client secret) required to use the API, see Search Trend User Guide.
In the console, make sure that the API you want to use after registering the application is selected by clicking the [Edit] button. If it is not selected, you will receive a 429 (Quota Exceed) error.

Response

The following describes the common response format.

Response status codes

The following describes the response status codes.

HTTP status code Code Message Description
400 400 Bad Request Invalid request
500 500 Internal Server Error Internal server error
Note

For response status codes common to NAVER Cloud Platform, see Ncloud API response status codes.

Search Trend API

The following describes the APIs provided by the Search Trend service.

API Description
search Get and analyze trending search term statistics by period

Search Trend related resources

NAVER Cloud Platform provides a variety of related resources to help users better understand Search Trend APIs.