# Wildberries Scraper API - Price, Stock & Discount Data

**Use case:** 

Scrape Wildberries product data: prices, discounts, stock levels, ratings and sellers. Fast JSON API for price monitoring and competitor research.

## Input

```json
{
  "searchTerms": [
    "наушники"
  ],
  "maxItems": 100,
  "fetchStockDetail": false,
  "maxConcurrency": 1,
  "maxRequestsPerMinute": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "debugSaveHtml": false
}
```

## Output

```json
{
  "title": {
    "label": "Product",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Was",
    "format": "number"
  },
  "discountPct": {
    "label": "Disc %",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "stockQuantity": {
    "label": "Stock",
    "format": "number"
  },
  "stockSource": {
    "label": "Stock src",
    "format": "text"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "supplier": {
    "label": "Seller",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "url": {
    "label": "Open",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Wildberries Scraper API - Парсер Wildberries и Вайлдберриз](https://apify.com/mattnews17/wildberries-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mattnews17/wildberries-scraper) to learn more, explore other use cases, and run it yourself.