# Парсер Wildberries — товары, цены, продавцы, аналитика API (`tugelbay/wb-seller-intel`) Actor

Парсер Wildberries (Вайлдберриз) для селлеров и аналитики конкурентов. Извлекает товары, цены, остатки, рейтинги, отзывы, supplier ID и артикулы через публичные JSON-эндпоинты — без логина и WB API ключа. Wildberries scraper / API for sellers and marketplace analytics.

- **URL**: https://apify.com/tugelbay/wb-seller-intel.md
- **Developed by:** [Tugelbay Konabayev](https://apify.com/tugelbay) (community)
- **Categories:** E-commerce, Lead generation, Marketing
- **Stats:** 3 total users, 2 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.00 / 1,000 product extracteds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Парсер Wildberries: товары, цены и продавцы

Парсер **Wildberries** для продавцов, брендов и аналитиков маркетплейсов. Собирает товары по русским поисковым запросам или конкретным `nmId` и возвращает готовые данные: продавец, supplier ID, рейтинг продавца, цена в рублях, цена со скидкой, процент скидки, остатки, рейтинг товара, отзывы, цвета, размеры и ссылка на карточку.

Актор использует публичные JSON-эндпоинты Wildberries, поэтому работает быстрее и стабильнее, чем HTML-парсеры: без браузера, без лишних кликов и без ручной настройки.

<a href="https://apify.com/tugelbay/wb-seller-intel">
  <img src="https://api.apify.com/v2/key-value-stores/bplRdpnd85eGQkW1N/records/wb-seller-intel-hero.png" alt="Wildberries Seller Intel marketplace product and seller analytics" width="100%">
</a>

<p>
  <img src="https://api.apify.com/v2/key-value-stores/bplRdpnd85eGQkW1N/records/wb-seller-intel-input-output.png" alt="Wildberries Seller Intel input and output example" width="49%">
  <img src="https://api.apify.com/v2/key-value-stores/bplRdpnd85eGQkW1N/records/wb-seller-intel-dataset-preview.png" alt="Wildberries product and seller dataset preview" width="49%">
</p>

### Зачем это нужно

| Задача             | Что делает актор                                                  |
| ------------------ | ----------------------------------------------------------------- |
| Анализ конкурентов | Выгружает товары по категории или запросу, цены, скидки и остатки |
| Поиск продавцов    | Показывает `supplierId`, название продавца и рейтинг              |
| Мониторинг бренда  | Помогает отслеживать карточки, цены и наличие по вашим запросам   |
| Аналитика ниши     | Собирает рейтинг, отзывы, количество товара и диапазон цен        |
| CRM и продажи      | Дает список продавцов Wildberries для дальнейшей обработки        |

### Входные параметры

| Поле                 | Тип      | По умолчанию    | Описание                                                               |
| -------------------- | -------- | --------------- | ---------------------------------------------------------------------- |
| `queries`            | string[] | `[]`            | Русские поисковые запросы Wildberries.                                 |
| `nmIds`              | string[] | `["465592737"]` | Конкретные ID товаров Wildberries из URL карточки.                     |
| `maxItems`           | int      | 25              | Максимальное количество строк в датасете.                              |
| `dest`               | string   | `-1257786`      | Регион доставки WB. `-1257786` = Москва, `-1255942` = Санкт-Петербург. |
| `maxCostUsd`         | int      | 0               | Лимит примерных расходов на прокси. `0` = без лимита.                  |
| `proxyConfiguration` | object   | RU residential  | Рекомендуемый прокси для стабильной выдачи Wildberries.                |

### Пример: поиск по запросам

```json
{
  "queries": ["наушники беспроводные", "клавиатура механическая"],
  "maxItems": 200
}
````

### Пример: проверка конкретных товаров

```json
{
  "nmIds": ["236841234", "189345678"],
  "maxItems": 50
}
```

### Что возвращается

```json
{
  "nmId": 236841234,
  "name": "Наушники беспроводные TWS Bluetooth 5.3",
  "brand": "JBL",
  "supplierId": 1234567,
  "supplier": "ООО Электроника",
  "supplierRating": 4.8,
  "rating": 4.6,
  "feedbacks": 12534,
  "priceRub": 2990.0,
  "salePriceRub": 1499.0,
  "discountPct": 49.9,
  "totalQuantity": 4521,
  "colors": ["черный", "белый"],
  "sizes": [],
  "url": "https://www.wildberries.ru/catalog/236841234/detail.aspx",
  "source_url": "https://www.wildberries.ru/catalog/0/search.aspx?search=наушники&page=1"
}
```

### Основные сценарии

1. **Мониторинг цен**: ежедневно отслеживайте цены и скидки конкурентов.
2. **Поиск продавцов**: собирайте supplier ID и рейтинг продавцов в нише.
3. **Анализ остатков**: смотрите доступное количество товара по карточкам.
4. **Оценка спроса**: используйте отзывы и рейтинг как быстрый сигнал спроса.
5. **Подготовка отчетов**: выгружайте данные в JSON, CSV, Excel или через API.

### Расходы и стабильность

- Используется компактный JSON-путь Wildberries, без браузера.
- Российский residential proxy включен по умолчанию, потому что WB чаще режет нероссийские IP.
- Можно поставить `maxCostUsd`, чтобы остановить запуск при достижении лимита расходов.
- Для первых тестов используйте `maxItems: 25`.

### FAQ

**Почему запросы должны быть на русском?** Wildberries индексирует выдачу в первую очередь по русским запросам. Английский запрос часто дает пустую или слабую выдачу.

**Почему цена зависит от `dest`?** Wildberries персонализирует цену и доступность по региону доставки. По умолчанию стоит Москва.

**Можно ли получить контакты продавца?** Нет. Wildberries не показывает публичные контакты продавцов в выдаче. Актор возвращает только публичные данные: название, ID и рейтинг.

**Почему часть цен пустая?** WB может возвращать пустую цену для предзаказа, временно недоступной карточки или товара без актуального остатка.

**Это приватный API?** Нет. Используются публичные JSON-эндпоинты, которые загружает сайт Wildberries.

### Ограничения

- Только публичные данные Wildberries.
- Поиск лучше работает на русском языке.
- Нет исторической динамики цен внутри одного запуска; для истории запускайте актор по расписанию.
- Нет текста отзывов и контактов продавца.

### Changelog

- **0.2** (2026-05-04): Store surface локализован под русскоязычный спрос Wildberries.
- **0.1** (2026-05-03): Первый релиз. JSON API Wildberries, RU residential proxy, seller intelligence.

# Actor input Schema

## `queries` (type: `array`):

Русские запросы Wildberries, например "футболка мужская" или "наушники беспроводные". Каждый запрос листается до достижения maxItems.

## `nmIds` (type: `array`):

Необязательно. Прямое обогащение конкретных товаров Wildberries по ID из URL карточки.

## `maxItems` (type: `integer`):

Жесткий лимит строк в датасете. Актор остановится после достижения лимита.

## `dest` (type: `string`):

Код региона доставки Wildberries. -1257786 = Москва, -1255942 = Санкт-Петербург. Регион влияет на цену и наличие.

## `maxCostUsd` (type: `integer`):

Жесткий лимит примерных расходов на прокси. 0 = без лимита. При достижении лимита запуск остановится корректно.

## `proxyConfiguration` (type: `object`):

По умолчанию прокси выключен: публичные JSON API Wildberries стабильнее отвечают напрямую. Включайте прокси только если ваш запуск блокируется по сети.

## Actor input object example

```json
{
  "nmIds": [
    "123297643"
  ],
  "maxItems": 25,
  "dest": "-1257786",
  "maxCostUsd": 0,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "nmIds": [
        "123297643"
    ],
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("tugelbay/wb-seller-intel").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "nmIds": ["123297643"],
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("tugelbay/wb-seller-intel").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "nmIds": [
    "123297643"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call tugelbay/wb-seller-intel --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=tugelbay/wb-seller-intel",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Парсер Wildberries — товары, цены, продавцы, аналитика API",
        "description": "Парсер Wildberries (Вайлдберриз) для селлеров и аналитики конкурентов. Извлекает товары, цены, остатки, рейтинги, отзывы, supplier ID и артикулы через публичные JSON-эндпоинты — без логина и WB API ключа. Wildberries scraper / API for sellers and marketplace analytics.",
        "version": "0.2",
        "x-build-id": "6pQ0PgY8acoAdv2NX"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/tugelbay~wb-seller-intel/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-tugelbay-wb-seller-intel",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/tugelbay~wb-seller-intel/runs": {
            "post": {
                "operationId": "runs-sync-tugelbay-wb-seller-intel",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/tugelbay~wb-seller-intel/run-sync": {
            "post": {
                "operationId": "run-sync-tugelbay-wb-seller-intel",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "queries": {
                        "title": "Поисковые запросы",
                        "type": "array",
                        "description": "Русские запросы Wildberries, например \"футболка мужская\" или \"наушники беспроводные\". Каждый запрос листается до достижения maxItems.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "nmIds": {
                        "title": "ID товаров Wildberries (nmId)",
                        "type": "array",
                        "description": "Необязательно. Прямое обогащение конкретных товаров Wildberries по ID из URL карточки.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxItems": {
                        "title": "Максимум товаров",
                        "minimum": 1,
                        "maximum": 5000,
                        "type": "integer",
                        "description": "Жесткий лимит строк в датасете. Актор остановится после достижения лимита.",
                        "default": 25
                    },
                    "dest": {
                        "title": "Регион доставки WB",
                        "type": "string",
                        "description": "Код региона доставки Wildberries. -1257786 = Москва, -1255942 = Санкт-Петербург. Регион влияет на цену и наличие.",
                        "default": "-1257786"
                    },
                    "maxCostUsd": {
                        "title": "Лимит расходов на запуск (USD)",
                        "minimum": 0,
                        "maximum": 50,
                        "type": "integer",
                        "description": "Жесткий лимит примерных расходов на прокси. 0 = без лимита. При достижении лимита запуск остановится корректно.",
                        "default": 0
                    },
                    "proxyConfiguration": {
                        "title": "Прокси",
                        "type": "object",
                        "description": "По умолчанию прокси выключен: публичные JSON API Wildberries стабильнее отвечают напрямую. Включайте прокси только если ваш запуск блокируется по сети.",
                        "default": {
                            "useApifyProxy": false
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
