# KREAM Korea Scraper | Sneakers, Fashion & Price History

**Use case:** 

Scrape KREAM (kream.co.kr) sneaker and fashion resale data by keyword search, filters, sorts, or product URLs. Extract 34+ fields, including lowest ask, highest

## Input

```json
{
  "mode": "search",
  "keywords": [
    "nike"
  ],
  "sort": "popularity",
  "quickDelivery": false,
  "belowRetail": false,
  "excludeSoldOut": false,
  "gender": "",
  "urls": [
    "https://kream.co.kr/products/23879"
  ],
  "fetchDetails": true,
  "maxItems": 20,
  "maxPages": 0,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "productId": {
    "label": "ID",
    "format": "number"
  },
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "styleCode": {
    "label": "Style code",
    "format": "text"
  },
  "lowestAsk": {
    "label": "Lowest ask",
    "format": "number"
  },
  "highestBid": {
    "label": "Highest bid",
    "format": "number"
  },
  "marketPrice": {
    "label": "Market price",
    "format": "number"
  },
  "retailPrice": {
    "label": "Retail",
    "format": "number"
  },
  "premium": {
    "label": "Premium",
    "format": "number"
  },
  "premiumPercentage": {
    "label": "Premium %",
    "format": "number"
  },
  "wishCount": {
    "label": "Wishes",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "releaseDate": {
    "label": "Released",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [KREAM Korea Scraper | Sneakers, Fashion & Price History](https://apify.com/abotapi/kream-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/kream-scraper) to learn more, explore other use cases, and run it yourself.