# Seller Responses on Wildberries Reviews

**Use case:** 

Collect seller replies to customer reviews on Wildberries for sneakers. Access detailed insights from star ratings and review text.

## Input

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

## Output

```json
{
  "productName": {
    "label": "Product",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "text": {
    "label": "Review",
    "format": "string"
  },
  "sellerReply": {
    "label": "Seller Reply",
    "format": "string"
  },
  "sellerReplyDate": {
    "label": "Reply Date",
    "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.