# Sneaker Fit Reviews from Wildberries

**Use case:** 

Get customer ratings and feedback on sneaker size and fit from Wildberries. Analyze reviews sorted by recency for specific search queries.

## Input

```json
{
  "searchQueries": [
    "кроссовки"
  ],
  "productUrls": [],
  "nmIds": [],
  "minRating": 1,
  "maxRating": 5,
  "onlyWithText": true,
  "onlyWithPhotos": false,
  "dateFrom": "",
  "dateTo": "",
  "sortBy": "newest",
  "maxProductsPerSearch": 5,
  "maxReviewsPerProduct": 40,
  "maxItems": 200,
  "debugLogging": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "productName": {
    "label": "Product",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "pros": {
    "label": "Pros",
    "format": "string"
  },
  "cons": {
    "label": "Cons",
    "format": "string"
  },
  "sizeFeedback": {
    "label": "Fit",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Wildberries Reviews Scraper: Ratings, Text & Photos](https://apify.com/getascraper/wildberries-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/wildberries-reviews-scraper) to learn more, explore other use cases, and run it yourself.