# Wildberries Seller Price Audit for St. Petersburg

**Use case:** 

Analyze prices for up to 500 products from a specific Wildberries seller. Obtain detailed pricing data and insights for effective market analysis.

## Input

```json
{
  "sellerIds": [
    "1418867"
  ],
  "sellerUrls": [
    {
      "url": "https://www.wildberries.ru/seller/1418867"
    }
  ],
  "searchQueries": [],
  "includeProducts": false,
  "maxProductsPerSeller": 500,
  "maxSellersPerSearch": 1,
  "maxItems": 1,
  "region": "ST_PETERSBURG",
  "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.