# Monitor Naver AI Briefing for K-beauty keywords

**Use case:** 

Batch-check Naver AI Briefing answers for K-beauty keywords. Returns the AI answer and cited sources per query, ideal for Korean beauty brand AEO.

## 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.