# Track Supreme Apparel New Releases & Prices Japan (JPY)

**Use case:** 

Monitor the latest Supreme apparel releases and their initial market performance on StockX in Japan. Gain early insights into trending items and pricing for con

## Input

```json
{
  "mode": "byBrand",
  "searchQuery": "jordan",
  "brand": "supreme",
  "category": "apparel",
  "productSlugs": [],
  "startUrls": [],
  "currency": "JPY",
  "country": "JP",
  "sortBy": "recently_released",
  "fetchProductDetails": true,
  "maxItems": 50,
  "maxPages": 5,
  "useProxy": true,
  "useBrowser": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "lowestAsk": {
    "label": "Lowest Ask",
    "format": "number"
  },
  "highestBid": {
    "label": "Highest Bid",
    "format": "number"
  },
  "lastSale": {
    "label": "Last Sale",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [StockX Scraper](https://apify.com/crawlerbros/stockx-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/stockx-scraper) to learn more, explore other use cases, and run it yourself.