# Five-Star Customer Reviews for Wildberries Footwear

**Use case:** 

Gather top-rated customer reviews for Wildberries products. Get detailed insights including star ratings and review feedback for validation.

## Input

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

## Output

```json
{
  "authorName": {
    "label": "Reviewer",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "text": {
    "label": "Review",
    "format": "string"
  },
  "createdDate": {
    "label": "Date",
    "format": "string"
  },
  "productName": {
    "label": "Product",
    "format": "string"
  },
  "productUrl": {
    "label": "Product Link",
    "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.