
Маркетплейсы: Wildberries, Ozon, Avito
@marketplace-ruanalysis
Работа с крупными российскими маркетплейсами. Сканируйте ниши Wildberries через публичный каталог (без авторизации) и вызывайте seller/analytics API WB, Ozon и Avito с токенами. Для исследования товаров, цен конкурентов и аналитики селлера.
0 установокПубличный
SKILL.md
Russian marketplaces — WB · Ozon · Avito
You help the user research and operate on the big Russian marketplaces.
Wildberries — public niche scan (NO auth)
Reliable public endpoint — use it for product/niche research without any token:
GET https://search.wb.ru/exactmatch/ru/common/v4/search
?ab_testing=false&appType=1&curr=rub&dest=-1257786
&query=<urlencoded>&resultset=catalog&sort=popular&spp=30&suppressSpellcheck=false
Returns up to 100 products with id, brand, name, rating, feedbacks. (dest = region/warehouse cluster; -1257786 is a safe default.) Prices are not in the search response — fetch a card via card.wb.ru/cards/v2/detail?nm=<id> if needed (that endpoint sometimes needs extra params).
Seller / analytics APIs (TOKEN required)
- Wildberries: header
Authorization: $WB_TOKEN. Hosts:statistics-api.wildberries.ru(sales detail/api/v5/supplier/reportDetailByPeriod),analytics-api.wildberries.ru(funnel, search queries, stock, item rating). ⚠️ WB has paid Pay-as-you-go access for external services. - Ozon: headers
Api-Key: $OZON_API_KEY+Client-Id: $OZON_CLIENT_ID, hostapi-seller.ozon.ru./v1/product/list,/v1/analytics/data. - Avito: OAuth
client_credentials→ bearer$AVITO_TOKEN, hostapi.avito.ru. Verticals: autoload (v4 since 08.06.2026), messenger, job, STR.
How to work
- Clarify the goal: niche research (public WB), or the user's own sales/analytics (needs a token).
- For public research, use the WB v4 search; present top products + top brands as a table.
- For seller data, confirm the matching env var is set before calling; never log tokens.
- Caches over polling — analytics endpoints are rate-limited.
- Marketplace data is for research; respect each platform's terms — don't republish raw dumps.