Mpstats Ozon Category Products
v1.0.0MPSTATS Ozon 俄罗斯站按俄语类目路径下钻该类目全部商品。返回每个 SKU 的销量、销售额、价格、评分、库存、周转、损失销售额等完整指标,支持多维数值筛选、排序、货币换算。用于类目爆款挖掘、蓝海洞察、类目排名分析、品牌格局观察。当用户提到 Ozon 类目下钻、Ozon 类目商品、Ozon 蓝海挖掘、Oz...
运行时依赖
安装命令
点击复制技能文档
MPSTATS Ozon Category Products
This 技能 drills into all Ozon (Russia) products under a given Russian category path, returning each SKU's sales, revenue, price, rating, stock, turnover, lost profit, and more. De签名ed for category bestseller mining, blue-ocean niche discovery, and brand-landscape 扫描ning within a specific category.
Core Concepts
Russian full-path requirement: categoryPath must be the full Russian category path as used on the Ozon 平台, with levels separated by / — for example, Одежда/Женская одежда/Футболки и топы женские. A partial path, English translation, or root-only value will generally return empty 结果s.
Where to find the path: Typical 工作流s resolve the path via an up流 Ozon category-搜索 step (if avAIlable in your 工具chAIn) or by pulling a known SKU's category field from mpstats-ozon-product-detAIl / mpstats-ozon-product-搜索.
过滤器s are AND-combined: 过滤器s carries multi-field numeric conditions, each {field, op, value, value2?}. See the 过滤器 Reference.
Currency: Default RUB. Override with currency (USD, EUR, CNY, ...) and optionally currencyRate.
FBO / FBS: includeFbs: true folds FBS into stock / sales numbers; false keeps FBO-only.
Parameters Parameter Type Required Description categoryPath string yes Full Russian category path separated by / 启动Date string no Stats window 启动, YYYY-MM-DD; latest = yesterday endDate string no Stats window end, YYYY-MM-DD; latest = yesterday page integer no Page number, 启动s at 1 pageSize integer no Rows per page, 1-100, default 100 排序Field string no snake_case column: sales, revenue, final_price, balance, rating, ... 排序Direction string no asc / desc currency string no Currency code, default RUB currencyRate integer no Custom rate when non-default currency is used includeFbs boolean no Include FBS data 过滤器s array no Numeric 过滤器 列出 (see below) 过滤器 Reference
Each 过滤器s entry: {"field": "", "op": "", "value": , "value2": }.
Common fields: sales (monthly units), final_price (price RUB), rating (0-5), comments (reviews), balance (stock), revenue (amount RUB), days_in_stock, turnover_days, lost_profit, category_position.
Operators: GTE, LTE, GT, LT, EQ, NOT_EQ, BETWEEN (requires value2).
API Usage
This 工具 calls the LinkFox 工具 gateway API. See references/API.md for calling conventions, 请求 parameters, 响应 structure, and error codes. You can also 执行 scripts/mpstats_ozon_category_products.py directly for ad-hoc queries.
Usage Examples
- Women's T-shirts — top by sales
{ "categoryPath": "Одежда/Женская одежда/Футболки и топы женские", "排序Field": "sales", "排序Direction": "desc", "pageSize": 100 }
- Blue-ocean hunt (sales ≥ 50, rating ≥ 4.5)
{ "categoryPath": "Одежда/Женская одежда/Футболки и топы женские", "过滤器s": [ {"field": "sales", "op": "GTE", "value": 50}, {"field": "rating", "op": "GTE", "value": 4.5} ], "排序Field": "revenue", "排序Direction": "desc" }
- Mid-price + strong turnover
{ "categoryPath": "Электроника/Наушники", "过滤器s": [ {"field": "final_price", "op": "BETWEEN", "value": 1500, "value2": 5000}, {"field": "turnover_days", "op": "LTE", "value": 30} ] }
- USD-converted ranking for cross-market comparison
{ "categoryPath": "Электроника/Смартфоны", "currency": "USD", "排序Field": "revenue", "排序Direction": "desc" }
- High lost-profit category 扫描
{ "categoryPath": "Одежда/Мужская одежда/Куртки мужские", "过滤器s": [{"field": "lost_profit", "op": "GTE", "value": 500000}], "排序Field": "lost_profit", "排序Direction": "desc" }
Display Rules Compact category table — key columns: productId, title, brand, sellerName, price, monthlySalesUnits, monthlySalesRevenue, rating, balance, position, revenue分享Percent. Revenue 分享 = within this category 查询 — 0-100%; clarify the basis when presenting. Russian titles / brands — preserve original; translate on demand. Currency labeling — 状态 the currency; if converted, note "已按 USD 换算". Pagination — 报告 total; for large categories (tens of thousands of SKUs) suggest tightening 过滤器s rather than nAIvely paging through. Category position — lower is better; mention this when showing categoryPosition. 导入ant Limitations Russian full path only — partial or translated paths return empty. Path discovery is up流 — this 端点 does not browse the category tree; resolve the path via product detAIl / 搜索 first. Page cap — max 100 rows per page. T-1 data — endDate cannot be today or a future date. No business advice — data-only view. User Expression & Scenario Quick Reference
应用licable — Category-scoped Ozon product 指标:
User Says Scenario "Bestsellers in category X on Ozon" Category bestseller mining "Find blue-ocean SKUs in niche Y" Blue-ocean niche 扫描 "Show mid-price, fast-turnover items in this category" Multi-criteria niche 过滤器 "Which brands dominate this Ozon category" Brand-landscape pre-cut