# Shinsegae Perfume Price Tracker

**Use case:** 

Retrieve live perfume prices from Shinsegae Department Store. Get detailed listings including discounts, reviews, and image links.

## Input

```json
{
  "query": "향수",
  "startUrls": [],
  "sort": "high",
  "brand": "",
  "mall": "shinsegae",
  "excludeAds": false,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "KR"
  }
}
```

## Output

```json
{
  "image_url": {
    "label": "Image URL",
    "format": "string"
  },
  "product_id": {
    "label": "Product ID",
    "format": "string"
  },
  "title": {
    "label": "Product Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand Name",
    "format": "string"
  },
  "price_krw": {
    "label": "Price (KRW)",
    "format": "number"
  },
  "discount_percent": {
    "label": "Discount %",
    "format": "number"
  },
  "is_sold_out": {
    "label": "Is Sold Out",
    "format": "boolean"
  },
  "delivery_fee": {
    "label": "Delivery Fee",
    "format": "string"
  },
  "is_sponsored": {
    "label": "Is Sponsored",
    "format": "boolean"
  },
  "rating": {
    "label": "Average Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Reviews Count",
    "format": "integer"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped At",
    "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.