Core APIs
...
Naver
Core Requests

News

3min

Naver News Parameters

GET /search?engine=naver&search_type=news

The Naver News Parameters are applicable when making a request with engine=naver and search_type=news to retrieve Naver News results for a given search term. The search term is specified in the q parameter.

Naver News Results
Naver News Results


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

HTTP
Curl
Node.js
Python
PHP



Naver News Parameters

The following parameters are available for all requests made when engine=naver and search_type=news .

Parameter

Required

Description

engine

required

Should be set to engine=naver .

search_type

required

Should be set to search_type=news .

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 News Results

Updated 22 Aug 2024
Did this page help you?