Available in Classic and VPC
The Search Trend service is scheduled to be discontinued in July 2026, so please use the NAVER API HUB, which was newly released in June 2026. For more information, see NAVER API HUB.
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
|
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 [Edit]. 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 |
For information about the HTTP 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.
- Search Trend API guides
- API overview: How to issue and check access key and secret key issued by NAVER Cloud Platform, how to generate the signature required for request headers
- API Gateway user guide: How to check the API key required for the request header
- Common Ncloud response status codes: Information on common response status codes of NAVER Cloud Platform used by the Search Trend service
- How to use the Search Trend service
- Search Trend user guide: How to use Search Trend in the NAVER Cloud Platform console
- Ncloud user environment guide: Explore VPC and Classic environments and supported services.
- Pricing and features: View pricing details and key capabilities.
- Latest announcements: Stay informed about service updates and news.
- FAQs: Get answers to common Search Trend questions.
- Contact Support: Get help if you can't find what you need in the user guide.