# Wildberries Availability & Low-Stock Tracker

**Use case:** 

Track Wildberries availability by keyword — catch competitors running low or selling out. A low-stock signal, not exact counts. No login. Export to CSV.

## Input

```json
{
  "keywords": [
    "помада",
    "тушь для ресниц"
  ],
  "targetNmIds": [],
  "nmIds": [],
  "categoryUrls": [],
  "dest": -1257786,
  "sort": "popular",
  "maxPages": 3,
  "maxItems": 0,
  "monitorMode": false,
  "onlyChanges": false,
  "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"
  },
  "stock": {
    "label": "Stock signal (capped)",
    "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.