# Б/У Платья на Wildberries: Поиск и Анализ

**Use case:** 

Получите список б/у платьев на Wildberries с ценами, состоянием и рейтингом. Идеально для поиска выгодных предложений в Москве.

## Input

```json
{
  "searchQueries": [
    "платье"
  ],
  "maxResults": 50,
  "condition": [],
  "minPrice": 0,
  "maxPrice": 0,
  "sort": "popular",
  "region": "MOSCOW",
  "includeSellerProfile": false,
  "debugLogging": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "name": {
    "label": "Title",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "price": {
    "label": "Resale Price (RUB)",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original Price (RUB)",
    "format": "number"
  },
  "supplier": {
    "label": "Seller",
    "format": "string"
  },
  "productUrl": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Wildberries Resale Scraper: Ресейл ВБ](https://apify.com/getascraper/wildberries-resale-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/wildberries-resale-scraper) to learn more, explore other use cases, and run it yourself.