# Track Specific Rolex Watch Listings by Slug

**Use case:** 

Monitor the details of particular Rolex watch listings on Rebag using their product slugs for real-time updates. This is crucial for tracking specific high-valu

## Input

```json
{
  "mode": "getBySlug",
  "query": "louis vuitton",
  "brand": "",
  "category": "",
  "condition": "",
  "slugs": [
    "watches-rolex-datejust-17mm-silver-tone-stainless-steel-with-diamonds-2009226",
    "watches-rolex-submariner-date-steel-with-black-dial-2007887",
    "watches-rolex-oyster-perpetual-36-stainless-steel-with-burgundy-dial-2012023"
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "condition": {
    "label": "Condition"
  },
  "price": {
    "label": "Price"
  },
  "category": {
    "label": "Category"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

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