# Monitor Chanel Bag Prices on Rebag for Resale

**Use case:** 

Track current pricing for 'Excellent' condition Chanel bags on Rebag to inform your resale strategy. Gain competitive insights for setting optimal prices on you

## Input

```json
{
  "mode": "searchProducts",
  "query": "classic flap bag",
  "brand": "chanel",
  "category": "",
  "condition": "Excellent",
  "maxItems": 50
}
```

## 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.