Search
GET /search?engine=naver
The Naver Search Parameters are applicable when making a request with engine=naver to retrieve Naver search results for a given search term. The search term is specified in the q parameter.
For example, to request Naver search results for the keyword pizza , the request would be:
The following parameters are available for all requests made when engine=naver .
Parameter | Required | Description |
---|---|---|
engine | required | Should be set to engine=naver . |
q | required | The keyword you want to use to perform the search. |
page | optional | Determines the page of results to return, defaults to 1 . |
max_page | optional | Use the max_page parameter to get multiple pages of results in one request. The API will automatically paginate through pages and concatenate the results into one response. See the Pagination docs for more information. |
Next Steps Naver Search Results