# Wildberries Search Rank Monitor for детские игрушки

**Use case:** 

Track search rankings and prices for children's toys on Wildberries. Retrieve detailed data including keyword positions and price trends.

## Input

```json
{
  "trackKeywords": [
    {
      "keyword": "детские игрушки",
      "targetNmIds": [
        "451609060"
      ]
    },
    {
      "keyword": "игрушка антистресс",
      "targetNmIds": [
        "451609060"
      ]
    }
  ],
  "maxRankPages": 20,
  "maxItems": 20,
  "region": "ST_PETERSBURG",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "nmId": {
    "label": "Product ID",
    "format": "string"
  },
  "name": {
    "label": "Product",
    "format": "string"
  },
  "rankPosition": {
    "label": "Rank #",
    "format": "number"
  },
  "pageNumber": {
    "label": "Page",
    "format": "number"
  },
  "priceRub": {
    "label": "Price ₽",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "feedbacks": {
    "label": "Reviews",
    "format": "number"
  },
  "productUrl": {
    "label": "Link",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Timestamp",
    "format": "string"
  }
}
```

## About this Actor

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