# E-Mart Grocery Prices for Coffee in Korea

**Use case:** 

Track E-Mart grocery prices for coffee in KRW. Get detailed listings including discounts and reviews for up to 100 items.

## Input

```json
{
  "query": "커피",
  "startUrls": [],
  "sort": "prcAsc",
  "brand": "",
  "mall": "emart",
  "excludeAds": true,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "KR"
  }
}
```

## 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": "number"
  },
  "discount_percent": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SSG.com Scraper: Shinsegae & Emart Korea Prices](https://apify.com/getascraper/ssg-products-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/ssg-products-scraper) to learn more, explore other use cases, and run it yourself.