# Wildberries Low-Rating Complaint Insights

**Use case:** 

Extract low-star reviews (1-2 stars) for specific Wildberries products. Gain insights from customer feedback, including full review text and ratings.

## Input

```json
{
  "searchQueries": [
    "кроссовки"
  ],
  "productUrls": [],
  "nmIds": [],
  "minRating": 1,
  "maxRating": 2,
  "onlyWithText": true,
  "onlyWithPhotos": false,
  "dateFrom": "",
  "dateTo": "",
  "sortBy": "newest",
  "maxProductsPerSearch": 3,
  "maxReviewsPerProduct": 100,
  "maxItems": 100,
  "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.