Skip to Content

Daum Search

Use search functionality for web documents, images, blogs, cafes, and more through the Daum Search API.

Key Features

  • Web document search
  • Image search
  • Blog post search
  • Cafe post search

Basic Information

Authentication Method

Authenticate using API Key.

Input Parameters

  • API Key (required): REST API key issued from Kakao Developers Center

Supported MCP Tools

Search Tools

search_web

Search web documents on Daum.

Input Parameters:

  • query (required): Search query
  • sort (optional): Result document sorting method (accuracy, recency)
  • page (optional): Result page number (1~50)
  • size (optional): Number of documents to show per page (1~50)

search_image

Search images on Daum.

Input Parameters:

  • query (required): Search query
  • sort (optional): Result document sorting method (accuracy, recency)
  • page (optional): Result page number (1~50)
  • size (optional): Number of documents to show per page (1~80)

search_blog

Search blog posts on Daum.

Input Parameters:

  • query (required): Search query
  • sort (optional): Result document sorting method (accuracy, recency)
  • page (optional): Result page number (1~50)
  • size (optional): Number of documents to show per page (1~50)

search_cafe

Search cafe posts on Daum.

Input Parameters:

  • query (required): Search query
  • sort (optional): Result document sorting method (accuracy, recency)
  • page (optional): Result page number (1~50)
  • size (optional): Number of documents to show per page (1~50)

Usage Example

For example,

  • When you input the prompt “Find blog posts about the latest AI technology”,
  • The LLM will call the search_blog tool through MCP to search for AI technology-related blog posts.
  • Then, it responds in the chat based on the tool call results.

API Key Setup Method

  1. Register an application in Kakao Developers Center.
  2. Get a REST API key.
  3. Select Kakao Search integration in QueryPie AI.
  4. Complete the connection by entering the issued API key.

Precautions

  • Keep your generated API Key secure.
  • Check daily call limits and use appropriately.
  • Search results are based on Daum search engine results.
  • Be careful when using copyrighted content.
Last updated on