# Naver AI Briefing API for GEO tracking in Korea

**Use case:** 

Track Naver AI Briefing answers for your Korean GEO keywords by API. Returns the AI answer text and every cited source for each query as JSON.

## Input

```json
{
  "query": "당뇨병 증상",
  "queries": [
    "스킨케어 루틴 추천",
    "비타민 추천"
  ]
}
```

## Output

```json
{
  "result_type": {
    "label": "Result Type",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "ai_overview_present": {
    "label": "AI Overview Present",
    "format": "boolean"
  },
  "markdown": {
    "label": "Markdown",
    "format": "string"
  },
  "references": {
    "label": "References",
    "format": "array"
  },
  "note": {
    "label": "Note",
    "format": "string"
  },
  "fetched_at": {
    "label": "Fetched At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Naver AI Overview API | Korean AEO Monitoring](https://apify.com/johnvc/naver-ai-overview-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/naver-ai-overview-api) to learn more, explore other use cases, and run it yourself.