# Filter Vestiaire Listings by Seller Country

**Use case:** 

Search selected Vestiaire Collective markets but keep only listings whose public seller or item country explicitly matches France or Italy.

## Input

```json
{
  "searchTerms": [
    "luxury bag"
  ],
  "startUrls": [],
  "includeSoldItems": false,
  "collectionMode": "active",
  "countries": [
    "FR",
    "IT",
    "DE",
    "GB",
    "US"
  ],
  "sellerCountries": [
    "FR",
    "IT"
  ],
  "itemConditions": [],
  "requiredKeywords": [],
  "maxListings": 12,
  "maxDatasetRecords": 12,
  "maxItems": 8,
  "maxPagesPerCountry": 1,
  "maxSearchPages": 8,
  "maxRuntimeMinutes": 6,
  "includeDetails": false,
  "includeSellerInfo": false,
  "includeDuplicateSignals": false,
  "trackingStoreName": "vestiaire-fr-it-sellers",
  "missingRunsThreshold": 2,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "displayStatus": {
    "label": "Status",
    "format": "string"
  },
  "isSold": {
    "label": "Sold?",
    "format": "boolean"
  },
  "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"
  },
  "conditionFilter": {
    "label": "Condition filter",
    "format": "string"
  },
  "priceText": {
    "label": "Price",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "sellerUsername": {
    "label": "Seller",
    "format": "string"
  },
  "sellerCountry": {
    "label": "Seller country",
    "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.