# Compare Hermes Birkin Bag Prices Across Conditions

**Use case:** 

Gather pricing data for Hermes Birkin bags across various conditions to understand value depreciation. This allows for precise valuation and negotiation when ac

## Input

```json
{
  "mode": "searchProducts",
  "query": "birkin",
  "brand": "hermes",
  "category": "",
  "condition": "",
  "maxItems": 75
}
```

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