# Monitor Jordan 4 Retro Price Trends on StockX (USD)

**Use case:** 

Track real-time lowest ask and last sale prices for specific Jordan 4 Retro models on StockX. Gain competitive intelligence for sneaker resale or personal colle

## Input

```json
{
  "mode": "byProduct",
  "searchQuery": "jordan",
  "brand": "jordan",
  "category": "sneakers",
  "productSlugs": [
    "air-jordan-4-retro-military-blue-2024",
    "air-jordan-4-retro-bred-reimagined"
  ],
  "startUrls": [],
  "currency": "USD",
  "country": "US",
  "sortBy": "featured",
  "fetchProductDetails": true,
  "maxItems": 25,
  "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.