# Korean Skincare Product Price Tracker

**Use case:** 

Monitor prices of Korean skincare products on Gmarket. Get structured data including titles, prices in KRW and USD, and seller information.

## Input

```json
{
  "query": "korean skincare",
  "startUrls": [],
  "sortBy": "GLOBAL_SELL_QTY",
  "minPrice": 0,
  "maxPrice": 0,
  "overseaDeliveryOnly": false,
  "bigSmileOnly": false,
  "maxItems": 80,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "image_url": {
    "label": "Image",
    "format": "string"
  },
  "product_id": {
    "label": "Product ID",
    "format": "string"
  },
  "title": {
    "label": "Product Title",
    "format": "string"
  },
  "price_krw": {
    "label": "Price (KRW)",
    "format": "number"
  },
  "original_price_krw": {
    "label": "Original Price (KRW)",
    "format": "string"
  },
  "price_usd": {
    "label": "Price (USD)",
    "format": "number"
  },
  "is_free_shipping": {
    "label": "Free Shipping",
    "format": "boolean"
  },
  "is_oversea_delivery": {
    "label": "Oversea Delivery",
    "format": "boolean"
  },
  "is_big_smile": {
    "label": "BigSmile Item",
    "format": "boolean"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Gmarket Korea Scraper: Products in KRW & USD](https://apify.com/getascraper/gmarket-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/gmarket-scraper) to learn more, explore other use cases, and run it yourself.