# Wildberries Search Rank Tracker

**Use case:** 

Wildberries Search Rank Tracker

## Input

```json
{
  "keywords": [
    "носки"
  ],
  "targetNmIds": [
    "10932708"
  ],
  "nmIds": [],
  "categoryUrls": [],
  "dest": -1257786,
  "sort": "popular",
  "maxPages": 10,
  "maxItems": 0,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "nmId": {
    "label": "Article (nmId)",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "price": {
    "label": "Price ₽",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "feedbacks": {
    "label": "Reviews",
    "format": "number"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "supplier": {
    "label": "Seller",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Wildberries Rank & Position Tracker](https://apify.com/sashaebashu/wildberries-rank-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sashaebashu/wildberries-rank-tracker) to learn more, explore other use cases, and run it yourself.