# Gmarket Fashion BigSmile Deals Tracker

**Use case:** 

Track the latest BigSmile fashion deals from Gmarket. Get prices in KRW and USD, alongside seller IDs and shipping options.

## Input

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

## Output

```json
{
  "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"
  },
  "coupon_price_krw": {
    "label": "Coupon Price (KRW)",
    "format": "number"
  },
  "discount_amount_krw": {
    "label": "Discount (KRW)",
    "format": "number"
  },
  "price_usd": {
    "label": "Price (USD)",
    "format": "number"
  },
  "discount_percent": {
    "label": "Discount %",
    "format": "number"
  },
  "is_big_smile": {
    "label": "BigSmile Item",
    "format": "boolean"
  },
  "product_url": {
    "label": "Product URL",
    "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.