Naver AI Briefing API
https://search.naver.com
Naver Search's public AI Briefing (AIB) - ask a question and get a sourced answer.
- Actions
- 1
- Category
- Ai
- Login
- Not required
- Output
- JSON
Call the Naver AI Briefing API
Submit a task, then poll the job until it settles. This example runs naver_prompt.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "naver_prompt",
"params": {
"prompt": "서울 커피 맛집 추천"
}
}'1 action on https://search.naver.com
Read
Naver AI Briefing
naver_promptread10 credits / callAsk Naver's AI Briefing (AI 브리핑) a question and get its answer. Returns the answer as text, markdown and HTML, along with the Naver-indexed sources it cited (blogs, places, official pages), any images it attached, and suggested follow-up questions.
- prompt
- string · required
- country
- string
- include_html
- boolean
Naver AI Briefing API questions
- Is there an API for Naver AI Briefing?
- Naver AI Briefing does not offer a public data API for this, but Anakin Wire provides 1 maintained endpoint for https://search.naver.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Naver AI Briefing data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when https://search.naver.com changes its markup, Anakin updates the action.
- Do I need a Naver AI Briefing account?
- No. Every Naver AI Briefing action listed here runs anonymously — no account and no credentials required.
- What does the Naver AI Briefing API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Ai APIs
ChatGPT
Run prompts against AI assistants
Claude
Anthropic's Claude
DeepSeek
DeepSeek chat/search
Gemini
Send a prompt, get a structured chat answer with grounding sources
Google AI
Google AI Mode - cited answers, plus Google Scholar paper search and details.
Grok
Grok — xAI's conversational AI assistant (grok.com). Ask a question and get Grok's answer with the web sources and X posts it cited.