WB Catalog Search
wb_searchSearch Wildberries catalog by Russian text query and retrieve full product details—prices, stock, ratings, and seller info—through a single search call.
Instructions
Search WB catalog by text query.
Uses the lightweight search-goods.wildberries.ru/search endpoint which
returns just product IDs (no PoW protection, very high rate limit). Then
enriches via wb_card for full details.
Return Format
WbSearchResponse: {query, page, page_size, total_ids, count, items, meta}, with items in the same shape as wb_card. Zero matches — or a page past the end — returns WbNoResultsResponse {status: "no_results", query, page, total_ids} instead. That is NOT an error.
Error Format
ToolError: BadRequestError on a page outside 1..20; RateLimitedError on HTTP 429 from the v9 search endpoint; TransportDownError on unexpected internal errors. Plain transport failures of both search paths degrade to a no_results response rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dest | No | Region ID. Default -1257786 (Moscow). Required for valid prices/stocks. | -1257786 |
| page | No | Page number 1..20 (each page returns ~30 IDs from the long list). | |
| query | Yes | Russian text search query for the WB catalog. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No |