# Track Chanel Resale Prices on Vestiaire

**Use case:** 

Monitor Chanel bag and accessory resale prices on Vestiaire Collective for resellers and luxury market research.

## Input

```json
{
  "startUrl": "https://www.vestiairecollective.com/search/?q=chanel",
  "maxItems": 100,
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "productId": {
    "label": "Product ID",
    "format": "number"
  },
  "productName": {
    "label": "Product Name",
    "format": "text"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "stock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "sold": {
    "label": "Sold",
    "format": "boolean"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerIsOfficialStore": {
    "label": "Official Store",
    "format": "boolean"
  },
  "modelName": {
    "label": "Model",
    "format": "text"
  },
  "sizeLabel": {
    "label": "Size",
    "format": "text"
  },
  "colors": {
    "label": "Colors",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "createdAtDate": {
    "label": "Created Date",
    "format": "datetime"
  },
  "localEligible": {
    "label": "Local Eligible",
    "format": "boolean"
  },
  "directShippingEligible": {
    "label": "Direct Shipping",
    "format": "boolean"
  },
  "dutyFree": {
    "label": "Duty Free",
    "format": "boolean"
  },
  "imageUrls": {
    "label": "All Images",
    "format": "array"
  },
  "colorIds": {
    "label": "Color IDs",
    "format": "array"
  },
  "brandId": {
    "label": "Brand ID",
    "format": "number"
  },
  "modelId": {
    "label": "Model ID",
    "format": "number"
  },
  "sizeId": {
    "label": "Size ID",
    "format": "number"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "number"
  },
  "createdAt": {
    "label": "Created Timestamp",
    "format": "number"
  },
  "universeId": {
    "label": "Universe ID",
    "format": "number"
  },
  "editorPicksVintage": {
    "label": "Editor Pick: Vintage",
    "format": "boolean"
  },
  "editorPicksWeLove": {
    "label": "Editor Pick: We Love",
    "format": "boolean"
  },
  "editorPicksHot": {
    "label": "Editor Pick: Hot",
    "format": "boolean"
  },
  "editorPicksDealEligible": {
    "label": "Editor Pick: Deal Eligible",
    "format": "boolean"
  },
  "editorPicksExceptionalPieces": {
    "label": "Editor Pick: Exceptional",
    "format": "boolean"
  },
  "details": {
    "label": "Details",
    "format": "object"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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