# Find Duplicate-Looking Vestiaire Listings

**Use case:** 

Emit conservative similarity clusters when public listings share descriptive evidence; use them for review, not as authenticity or seller verdicts.

## Input

```json
{
  "searchTerms": [
    "chanel bag"
  ],
  "startUrls": [],
  "includeSoldItems": false,
  "collectionMode": "active",
  "countries": [
    "FR"
  ],
  "sellerCountries": [
    "ALL"
  ],
  "itemConditions": [],
  "requiredKeywords": [],
  "maxListings": 20,
  "maxDatasetRecords": 40,
  "maxItems": 8,
  "maxPagesPerCountry": 1,
  "maxSearchPages": 5,
  "maxRuntimeMinutes": 6,
  "includeDetails": false,
  "includeSellerInfo": false,
  "includeDuplicateSignals": true,
  "trackingStoreName": "vestiaire-duplicate-signals",
  "missingRunsThreshold": 2,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "duplicateClusterId": {
    "label": "Cluster ID",
    "format": "string"
  },
  "duplicateSignalScore": {
    "label": "Signal score",
    "format": "number"
  },
  "riskSignalLevel": {
    "label": "Level",
    "format": "string"
  },
  "duplicateReasons": {
    "label": "Reasons",
    "format": "array"
  },
  "similarListingIds": {
    "label": "Listing IDs",
    "format": "array"
  },
  "sellerUsername": {
    "label": "Seller",
    "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.