# 다음 검색 API 발급받기

## 다음 검색 API 발급받기

다음 검색결과 크롤링 액션을 사용하기 위한, 다음 검색 API 발급받는 방법을 알려드리겠습니다.\
간단한 입력만으로 발급이 가능하며 자세한 방법은 아래 순서를 참고해 주세요.

> <mark style="background-color:yellow;">🔎Click! 이미지를 클릭하면 예시 화면을 크게 볼 수 있습니다.</mark>

1. 카카오 디벨로퍼스에 로그인합니다.\
   <https://developers.kakao.com/console/app>
2. **애플리케이션 추가하기**를 클릭합니다.

<figure><img src="/files/L2eKllklbM6lBkmgOTkB" alt=""><figcaption></figcaption></figure>

3. 앱 이름과 사업자명을 입력하고 카테고리를 선택한 뒤 운영정책 내용을 확인 후 저장합니다.\
   ※ *사업자가 아닌 경우에도 앱 생성이 가능합니다.*

<figure><img src="/files/StQEkugOEeYhjDzZlAEO" alt=""><figcaption></figcaption></figure>

4. 생성한 앱 설정 > 요약 정보에서 REST API 키를 바티 액션에 입력합니다.

***

## 다음 검색 API 연동하기

<figure><img src="/files/9YzftpBEXlfNoQxhhJXX" alt=""><figcaption></figcaption></figure>

* 별칭 : 애플리케이션 생성 시 입력한 이름 또는 계정을 구분할 수 있는 별칭을 자유롭게 입력해 주세요.
* REST API 키 : 카카오 디벨로퍼스에서 생성한 앱의 REST API 키를 입력해 주세요.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.bati.ai/service/api/daumapi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
