Skip to main content
The Naver Search Tool provides a simple interface to search Naver and get results.

Integration details

Tool features

Search : The Naver Search Tool provides a simple interface to search Naver and get results.

Setup

Setting Up API Credentials

To use Naver Search, you need to obtain API credentials. Follow these steps: Sign in to the Naver Developers portal. Create a new application and enable the Search API. Obtain your NAVER_CLIENT_ID and NAVER_CLIENT_SECRET from the “Application List” section.

Setting Up Environment Variables

After obtaining the credentials, set them as environment variables in your script:

Instantiation

Invocation

Tool Usage

Use within an agent

The Naver Search tool can be integrated into LangChain agents for more complex tasks. Below we demonstrate how to set up an agent that can search Naver for current information.
Now we can run the agent with a query.

API reference