# Scrape Designer Bag Market Prices in France

**Use case:** 

Extract pricing data for luxury designer bags (e.g., Louis Vuitton, Chanel) in France to conduct market research. Understand competitive pricing and demand tren

## Input

```json
{
  "mode": "search",
  "country": "fr",
  "searchText": "sac de luxe",
  "order": "price_low_to_high",
  "urls": [],
  "brandIds": [
    128,
    43
  ],
  "catalogIds": [
    1682
  ],
  "sizeIds": [],
  "colorIds": [],
  "materialIds": [],
  "statusIds": [],
  "maxItems": 200,
  "perPage": 96,
  "useProxy": false,
  "autoEscalateOnBlock": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "title": {
    "label": "Title"
  },
  "brandTitle": {
    "label": "Brand title"
  },
  "priceAmount": {
    "label": "Price amount"
  },
  "priceCurrency": {
    "label": "Price currency"
  },
  "sellerLogin": {
    "label": "Seller login"
  },
  "sellerCountryCode": {
    "label": "Seller country code"
  },
  "itemUrl": {
    "label": "Item url"
  }
}
```

## About this Actor

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