# Wildberries Robot Vacuum Competitor Overview

**Use case:** 

Retrieve a detailed catalog of robot vacuum sellers on Wildberries. Access product counts, pricing, brands, reviews, and stock for up to 3 sellers.

## Input

```json
{
  "sellerIds": [
    "1418867"
  ],
  "sellerUrls": [],
  "searchQueries": [
    "robot vacuum"
  ],
  "includeProducts": true,
  "maxProductsPerSeller": 50,
  "maxSellersPerSearch": 3,
  "maxItems": 153,
  "region": "MOSCOW",
  "outputMode": "snapshot",
  "monitoringStateName": "default",
  "emitBaseline": true,
  "debugLogging": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "supplierId": {
    "label": "Seller ID",
    "format": "string"
  },
  "supplierName": {
    "label": "Seller",
    "format": "string"
  },
  "name": {
    "label": "Product",
    "format": "string"
  },
  "sellerUrl": {
    "label": "Seller link",
    "format": "string"
  },
  "productUrl": {
    "label": "Product link",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Source query",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Wildberries Seller Analytics: Аналитика ВБ](https://apify.com/getascraper/wildberries-seller-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/wildberries-seller-scraper) to learn more, explore other use cases, and run it yourself.