# Monitor Samsung coverage with Naver news search

**Use case:** 

Search Naver News for Samsung coverage by API. Get article titles, sources, dates, links, and snippets for any Korean news keyword.

## Input

```json
{
  "query": "삼성전자",
  "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.