# Extract Specific Vinted User Closet in Spain

**Use case:** 

Scrape all available items from a known high-volume Vinted seller's closet in Spain. Ideal for competitive analysis or sourcing inventory from a reliable seller

## Input

```json
{
  "mode": "byUser",
  "country": "es",
  "searchText": "adidas",
  "order": "relevance",
  "urls": [],
  "userId": "3148714106",
  "brandIds": [],
  "catalogIds": [],
  "sizeIds": [],
  "colorIds": [],
  "materialIds": [],
  "statusIds": [],
  "maxItems": 150,
  "perPage": 96,
  "useProxy": false,
  "autoEscalateOnBlock": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "title": {
    "label": "Title"
  },
  "brandTitle": {
    "label": "Brand title"
  },
  "priceAmount": {
    "label": "Price amount"
  },
  "priceCurrency": {
    "label": "Price currency"
  },
  "sellerLogin": {
    "label": "Seller login"
  },
  "sellerCountryCode": {
    "label": "Seller country code"
  },
  "itemUrl": {
    "label": "Item url"
  }
}
```

## About this Actor

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