# Wildberries Product Niche Insights for Moscow

**Use case:** 

Analyze the Wildberries market for keywords like 'робот пылесос' and 'умные часы'. Gain insights on product counts, prices, ratings, and competition.

## Input

```json
{
  "keywords": [
    "робот пылесос",
    "умные часы",
    "кофемашина"
  ],
  "maxProductsPerQuery": 300,
  "sort": "popular",
  "region": "MOSCOW",
  "topN": 5,
  "debugLogging": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "BUYPROXIES94952"
    ]
  }
}
```

## Output

```json
{
  "query": {
    "label": "Niche / keyword",
    "format": "string"
  },
  "productsAnalyzed": {
    "label": "Products sampled",
    "format": "number"
  },
  "sellerCount": {
    "label": "Sellers",
    "format": "number"
  },
  "brandCount": {
    "label": "Brands",
    "format": "number"
  },
  "sellerConcentrationHHI": {
    "label": "Concentration (HHI)",
    "format": "number"
  },
  "priceAvg": {
    "label": "Avg price RUB",
    "format": "number"
  },
  "avgRating": {
    "label": "Avg rating",
    "format": "number"
  },
  "inStockPct": {
    "label": "In stock %",
    "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.