# Wildberries Premium Home Appliances Price Analysis

**Use case:** 

Analyze prices for premium home appliances on Wildberries. Get insights on seller counts, price ranges, and customer ratings for air purifiers and steamers.

## Input

```json
{
  "keywords": [
    "очиститель воздуха",
    "отпариватель"
  ],
  "maxProductsPerQuery": 500,
  "priceMinRub": 8000,
  "priceMaxRub": 35000,
  "sort": "popular",
  "region": "ST_PETERSBURG",
  "topN": 10,
  "debugLogging": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "BUYPROXIES94952"
    ]
  }
}
```

## Output

```json
{
  "query": {
    "label": "Niche / keyword",
    "format": "string"
  },
  "priceMin": {
    "label": "Min RUB",
    "format": "number"
  },
  "priceMedian": {
    "label": "Median RUB",
    "format": "number"
  },
  "priceAvg": {
    "label": "Avg RUB",
    "format": "number"
  },
  "priceMax": {
    "label": "Max RUB",
    "format": "number"
  },
  "totalFeedbacks": {
    "label": "Total reviews",
    "format": "number"
  },
  "avgFeedbacks": {
    "label": "Avg reviews/product",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Wildberries Niche Analyzer: аналитика ниш WB](https://apify.com/getascraper/wildberries-niche-analyzer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/wildberries-niche-analyzer) to learn more, explore other use cases, and run it yourself.