# Wildberries Resale Used Sneakers Deal Finder

**Use case:** 

Find used sneakers on Wildberries Resale by keyword. Get detailed data including condition, prices, sellers, and images all sorted by lowest price.

## Input

```json
{
  "searchQueries": [
    "кроссовки"
  ],
  "maxResults": 50,
  "condition": [],
  "minPrice": 1000,
  "maxPrice": 0,
  "sort": "priceup",
  "region": "MOSCOW",
  "includeSellerProfile": false,
  "debugLogging": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Title",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "price": {
    "label": "Resale Price (RUB)",
    "format": "number"
  },
  "oldPrice": {
    "label": "Was (RUB)",
    "format": "number"
  },
  "originalPrice": {
    "label": "New Retail (RUB)",
    "format": "number"
  },
  "discount": {
    "label": "Discount %",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  }
}
```

## 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.