# Korean semiconductor news monitoring dataset

**Use case:** 

Collect and deduplicate Naver News coverage across multiple semiconductor market queries.

## Input

```json
{
  "queries": [
    "반도체 공급망",
    "HBM",
    "파운드리 투자"
  ],
  "sort": "date",
  "maxItems": 200
}
```

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