# Price: High to Low Vestiaire Collective | Luxury Resale

**Use case:** 

Extract Vestiaire Collective | Luxury Resale Items data filtered by Price: High to Low. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "query": "chanel bag",
  "maxItems": 10,
  "sortBy": "price_desc",
  "currency": "USD"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Item",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "listingUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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