# Check if your brand appears in Naver AI Briefing

**Use case:** 

Run your brand keywords through Naver AI Briefing and get the AI answer text plus cited sources as JSON. See if and how your brand is mentioned.

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