# Collect Sold Chanel Classic Flap Listings

**Use case:** 

Collect public sold-search observations for Chanel Classic Flap bags in the French market with explicit source, status, and confidence fields.

## Input

```json
{
  "searchTerms": [
    "chanel classic flap"
  ],
  "startUrls": [],
  "includeSoldItems": false,
  "collectionMode": "sold",
  "countries": [
    "FR"
  ],
  "sellerCountries": [
    "ALL"
  ],
  "itemConditions": [],
  "requiredKeywords": [
    "classic flap"
  ],
  "maxListings": 15,
  "maxDatasetRecords": 20,
  "maxItems": 8,
  "maxPagesPerCountry": 1,
  "maxSearchPages": 8,
  "maxRuntimeMinutes": 6,
  "includeDetails": false,
  "includeSellerInfo": false,
  "includeDuplicateSignals": false,
  "trackingStoreName": "sold-chanel-classic-flap-vestiaire",
  "missingRunsThreshold": 2,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "displayStatus": {
    "label": "Status",
    "format": "string"
  },
  "isSold": {
    "label": "Sold?",
    "format": "boolean"
  },
  "country": {
    "label": "Market country",
    "format": "string"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "itemSummary": {
    "label": "Readable summary",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "soldDisplayedPrice": {
    "label": "Sold displayed price",
    "format": "number"
  },
  "lastPublicPrice": {
    "label": "Last public price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "soldConfidence": {
    "label": "Sold confidence",
    "format": "string"
  },
  "soldSource": {
    "label": "Sold source",
    "format": "string"
  },
  "soldDetectedAt": {
    "label": "Detected at",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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