# Track Samsung Electronics news on Naver

**Use case:** 

Find newest Naver News articles mentioning Samsung Electronics for company monitoring.

## Input

```json
{
  "queries": [
    "삼성전자"
  ],
  "sort": "date",
  "maxItems": 50
}
```

## Output

```json
{
  "title": {
    "label": "Headline",
    "format": "string"
  },
  "publisher": {
    "label": "Publisher",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "articleUrl": {
    "label": "Article",
    "format": "string"
  },
  "naverUrl": {
    "label": "Naver URL",
    "format": "string"
  },
  "snippet": {
    "label": "Snippet",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "string"
  },
  "fetchedAt": {
    "label": "Fetched",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Naver News Search Scraper](https://apify.com/automation-lab/naver-news-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/naver-news-search-scraper) to learn more, explore other use cases, and run it yourself.