# Scrape designer bags on Vestiaire Collective

**Use case:** 

Extract designer handbag listings from Vestiaire Collective. Structured luxury resale data with prices. Pay per result.

## Input

```json
{
  "searchQueries": [
    "Chanel flap bag"
  ],
  "countries": [
    "US"
  ],
  "filters": {},
  "sortBy": "relevance",
  "includeSoldItems": false,
  "maxResults": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "sellerUsername": {
    "label": "Seller",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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