# Find Rolex Submariner Watches Under $15,000 USD

**Use case:** 

Discover current listings for Rolex Submariner watches on StockX within a specific price range. Identify potential investment opportunities or inventory for lux

## Input

```json
{
  "mode": "search",
  "searchQuery": "rolex submariner",
  "brand": "jordan",
  "category": "watches",
  "productSlugs": [],
  "startUrls": [],
  "currency": "USD",
  "country": "US",
  "sortBy": "price_low_to_high",
  "minPrice": 5000,
  "maxPrice": 15000,
  "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.