# Wildberries Search Results Scraper

**Use case:** 

Wildberries search scraper: export the full product listing for any keyword — prices, ratings, reviews, brand, seller. Export to Excel or CSV.

## Input

```json
{
  "keywords": [
    "кроссовки мужские"
  ],
  "targetNmIds": [],
  "nmIds": [],
  "categoryUrls": [],
  "dest": -1257786,
  "sort": "popular",
  "maxPages": 10,
  "maxItems": 0,
  "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"
  },
  "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.