# Wildberries Price History Scraper (by Article)

**Use case:** 

Wildberries price history by article (nmId): current price, full price history, brand, and category. Track any product over time. Export to Excel or CSV.

## Input

```json
{
  "keywords": [
    "носки",
    "кроссовки мужские"
  ],
  "targetNmIds": [],
  "nmIds": [
    "152540730",
    "10932694"
  ],
  "categoryUrls": [],
  "dest": -1257786,
  "sort": "popular",
  "maxPages": 10,
  "maxItems": 0,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "nmId": {
    "label": "Article (nmId)",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "currentPrice": {
    "label": "Current ₽",
    "format": "number"
  },
  "minPrice": {
    "label": "Min ₽",
    "format": "number"
  },
  "maxPrice": {
    "label": "Max ₽",
    "format": "number"
  },
  "vendorCode": {
    "label": "Vendor code",
    "format": "text"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "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.