# Source vintage clothing to resell on Vinted

**Use case:** 

Source vintage clothing to resell on Vinted with price, brand, size, condition, favourites, and seller across selected markets.

## Input

```json
{
  "query": [
    "vintage levis"
  ],
  "countries": [
    "de"
  ],
  "mode": "search",
  "maxItems": 100,
  "condition": [],
  "sort": "relevance",
  "useApifyProxy": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "size": {
    "label": "Size",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "favouriteCount": {
    "label": "Favourites",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Vinted Scraper - Listings, Prices, Brands & Seller Data](https://apify.com/webdatalabs/vinted-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdatalabs/vinted-scraper-pro) to learn more, explore other use cases, and run it yourself.