Core APIs
...
Naver
Core Requests

Search

3min

Naver Search Parameters

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.

Naver Search Results
Naver Search Results


For example, to request Naver search results for the keyword pizza , the request would be:

HTTP
Curl
Node.js
Python
PHP



Naver Search Parameters

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

Updated 15 Aug 2024
Did this page help you?