- Print
- PDF
Search Trend overview
- Print
- PDF
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
|
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 |
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.
- 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 use environment guide: guide for VPC and Classic environments and support availability
- Introduction to pricing, characteristics, and detailed features: the summary of pricing system, characteristics, and detailed features of Search Trend
- Latest service news: the latest news on Search Trend
- FAQ: frequently asked questions from Search Trend users
- Contact Us: Send direct inquiries in case of any unresolved questions that aren't answered by the user guides.