# Scrape Vintage Designer Clothing on Vestiaire

**Use case:** 

Collect public vintage designer clothing listings and enrich selected product pages with available descriptions, attributes, images, and metadata.

## Input

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

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "displayStatus": {
    "label": "Status",
    "format": "string"
  },
  "country": {
    "label": "Market country",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "itemSummary": {
    "label": "Readable summary",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "material": {
    "label": "Material",
    "format": "string"
  },
  "priceText": {
    "label": "Price",
    "format": "string"
  },
  "sellerUsername": {
    "label": "Seller",
    "format": "string"
  },
  "sellerCountry": {
    "label": "Seller country",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "attributes": {
    "label": "Attributes",
    "format": "object"
  },
  "authentication": {
    "label": "Authentication",
    "format": "object"
  },
  "shipping": {
    "label": "Shipping",
    "format": "object"
  },
  "breadcrumbs": {
    "label": "Breadcrumbs",
    "format": "array"
  },
  "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.