# Naver Mobile Skincare Trend Extractor

**Use case:** 

Extract mobile Naver search trends for Korean skincare terms with weekly ratios, keyword context, and source URLs for ecommerce research.

## Input

```json
{
  "keywordGroups": [
    {
      "name": "Sunscreen",
      "keywords": [
        "선크림",
        "자외선차단제"
      ]
    }
  ],
  "startDate": "2025-07-01",
  "endDate": "2026-06-30",
  "timeUnit": "week",
  "device": "mo",
  "gender": "",
  "ages": []
}
```

## Output

```json
{
  "keywordGroup": {
    "label": "Keyword group"
  },
  "period": {
    "label": "Period"
  },
  "ratio": {
    "label": "Interest ratio"
  },
  "timeUnit": {
    "label": "Time unit"
  },
  "device": {
    "label": "Device"
  },
  "gender": {
    "label": "Gender"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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