# Monitor Naver Earbuds and Portable Charger Prices

**Use case:** 

Build a scheduled Naver shopping dataset for earbuds and portable chargers with price, discount, seller, shipping, ratings, rank, and ad data.

## Input

```json
{
  "keywords": [
    "무선 이어폰",
    "보조배터리"
  ],
  "maxItems": 18,
  "includeAds": true,
  "routing": "auto"
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "title": {
    "label": "Product title",
    "format": "string"
  },
  "currentPrice": {
    "label": "Current price",
    "format": "number"
  },
  "listPrice": {
    "label": "List price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "string"
  },
  "shippingFee": {
    "label": "Shipping fee",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "isAd": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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