# Kazakhstan Wildberries Price and Availability Monitor

**Use case:** 

Monitor prices and availability for specific Wildberries products in Kazakhstan. Get detailed data on price changes and product rankings.

## Input

```json
{
  "nmIds": [
    "451609060",
    "585408655"
  ],
  "trackKeywords": [
    {
      "keyword": "детские игрушки",
      "targetNmIds": [
        "123456"
      ]
    }
  ],
  "maxRankPages": 10,
  "maxItems": 20,
  "region": "KAZAHSTAN",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "nmId": {
    "label": "Product ID",
    "format": "string"
  },
  "name": {
    "label": "Product",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "priceRub": {
    "label": "Price ₽",
    "format": "number"
  },
  "oldPriceRub": {
    "label": "Old Price ₽",
    "format": "number"
  },
  "discountPct": {
    "label": "Discount %",
    "format": "number"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "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.