# Extract Vestiaire Seller Summary Data

**Use case:** 

Add seller summary rows from observed public listings to compare visible inventory counts, brand mix, category mix, and prices by currency.

## Input

```json
{
  "searchTerms": [
    "designer handbag"
  ],
  "startUrls": [],
  "includeSoldItems": false,
  "collectionMode": "active",
  "countries": [
    "FR"
  ],
  "sellerCountries": [
    "ALL"
  ],
  "itemConditions": [],
  "requiredKeywords": [],
  "maxListings": 15,
  "maxDatasetRecords": 30,
  "maxItems": 8,
  "maxPagesPerCountry": 1,
  "maxSearchPages": 5,
  "maxRuntimeMinutes": 6,
  "includeDetails": false,
  "includeSellerInfo": true,
  "includeDuplicateSignals": false,
  "trackingStoreName": "vestiaire-seller-summaries",
  "missingRunsThreshold": 2,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "string"
  },
  "sellerUsername": {
    "label": "Seller",
    "format": "string"
  },
  "sellerCountry": {
    "label": "Country",
    "format": "string"
  },
  "activeListingCountObserved": {
    "label": "Active observed",
    "format": "integer"
  },
  "soldListingCountObserved": {
    "label": "Sold observed",
    "format": "integer"
  },
  "avgActivePrice": {
    "label": "Avg active price",
    "format": "number"
  },
  "avgSoldPriceObserved": {
    "label": "Avg sold price observed",
    "format": "number"
  },
  "activeToSoldRatioObserved": {
    "label": "Observed sell-through ratio",
    "format": "number"
  }
}
```

## 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.