# Wildberries New Listing Competition Analysis

**Use case:** 

Analyze competition for keywords like 'органайзер для обуви' and 'коробка для хранения'. Get seller counts, pricing data, ratings, and in-stock rates.

## Input

```json
{
  "keywords": [
    "органайзер для обуви",
    "коробка для хранения"
  ],
  "maxProductsPerQuery": 400,
  "sort": "newly",
  "region": "EKATERINBURGO",
  "topN": 10,
  "debugLogging": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "BUYPROXIES94952"
    ]
  }
}
```

## Output

```json
{
  "query": {
    "label": "Niche / keyword",
    "format": "string"
  },
  "sellerCount": {
    "label": "Sellers",
    "format": "number"
  },
  "brandCount": {
    "label": "Brands",
    "format": "number"
  },
  "sellerConcentrationHHI": {
    "label": "HHI (0-10000)",
    "format": "number"
  },
  "topSellerSharePct": {
    "label": "Top seller share %",
    "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.