# Research Louis Vuitton Handbag Market Trends

**Use case:** 

Extract data on all Louis Vuitton handbags listed on Rebag to identify popular models and pricing trends. Use this market intelligence to guide purchasing and i

## Input

```json
{
  "mode": "searchProducts",
  "query": "louis vuitton",
  "brand": "louis-vuitton",
  "category": "all-bags",
  "condition": "",
  "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.