# Track Naver keyword rankings for K-beauty brands

**Use case:** 

Track how K-beauty brands rank on Naver search. Get titles, links, and positions for any Korean keyword in clean structured JSON.

## Input

```json
{
  "query": "쿠션 파운데이션",
  "where": "web",
  "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.