# Musinsa fashion ranking scraper example

**Use case:** 

Export today's overall Musinsa fashion ranking with brands, KRW prices, discounts, reviews, labels, and product links.

## Input

```json
{
  "rankingType": "overall",
  "categoryCode": "000",
  "contentsId": "",
  "gender": "A",
  "ageBand": "AGE_BAND_ALL",
  "period": "REALTIME",
  "includeSoldOut": true,
  "maxItems": 30
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "finalPrice": {
    "label": "Final price (KRW)",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original price (KRW)",
    "format": "number"
  },
  "discountRate": {
    "label": "Discount %",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "reviewScore": {
    "label": "Review score",
    "format": "number"
  },
  "soldOut": {
    "label": "Sold out",
    "format": "boolean"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Musinsa Fashion Rankings Scraper](https://apify.com/automation-lab/musinsa-fashion-rankings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/musinsa-fashion-rankings-scraper) to learn more, explore other use cases, and run it yourself.