# Search Naver News by keyword

**Use case:** 

Search Naver News for any keyword and track Korean coverage. Each row returns the headline, link, snippet, and position for media monitoring.

## Input

```json
{
  "query": "ai",
  "where": "news",
  "maxResultsPerQuery": 20
}
```

## Output

```json
{
  "result_type": {
    "label": "Result Type",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "where": {
    "label": "Vertical",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "link": {
    "label": "Link",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Naver Search API | Web, News, Image, Video, Shopping (Korea)](https://apify.com/johnvc/naver-search-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/naver-search-api) to learn more, explore other use cases, and run it yourself.