← 返回
未分类

Mpstats Ozon Product Trend

MPSTATS Ozon 俄罗斯站单个 SKU 的分日时间序列表现。按日期粒度返回一个 Ozon 商品的销量、价格、库存、评分等指标,可选附带搜索位次/可见性数据,用于验证增长趋势、季节性、异常波动。当用户提到 Ozon 趋势、Ozon 销量趋势、Ozon 价格走势、Ozon 分日数据、Ozon 库存走势、Ozo...
MPSTATS Ozon 俄罗斯站单个 SKU 的每日时间序列表现,按日粒度提供销量、价格、库存、评分等指标,可选附带搜索排名/曝光数据,用于验证增长趋势、季节性和异常波动。适用于查询 Ozon 趋势、销量趋势、价格走势、分日数据或库存走势等场景。
linkfox-ai linkfox-ai 来源
未分类 clawhub v1.0.0 1 版本 99724.5 Key: 无需
★ 1
Stars
📥 342
下载
💾 0
安装
1
版本
#latest

概述

MPSTATS Ozon Product Trend (Daily Time-Series)

This skill returns a daily time-series of a single Ozon (Russia) SKU — sales units, price, stock, rating, and optionally search-position / visibility metrics. It is the go-to for validating growth, seasonality, or anomalies for a specific product.

Core Concepts

Single-SKU scope: Each call analyzes exactly one productId. For batch per-SKU snapshots (period aggregates), use mpstats-ozon-product-detail instead.

Daily granularity: The response is an array of daily points (top-level field data) across the [startDate, endDate] window. Each point carries a hasData boolean — if hasData=false, the day has no observation (distinct from sales=0 with hasData=true).

T-1 delay: MPSTATS trend data is delayed by one day; the latest selectable end date is yesterday. Today or future dates are rejected.

Search-visibility add-on: Set includeSearchStats: true to append search-position / visibility signals. Some niches (especially small categories) may not have search-stats coverage — expect partial or empty fields in those cases.

Parameters

ParameterTypeRequiredDescription
----------------------------------------
productIdintegeryesOzon SKU (numeric)
startDatestringnoWindow start, YYYY-MM-DD; latest = yesterday
endDatestringnoWindow end, YYYY-MM-DD; latest = yesterday
includeFbsbooleannoInclude FBS data alongside FBO
includeSearchStatsbooleannoAttach search position / visibility signals

API Usage

This tool calls the LinkFox tool gateway API. See references/api.md for calling conventions, request parameters, response structure, and error codes. You can also execute scripts/mpstats_ozon_product_trend.py directly for ad-hoc queries.

Usage Examples

1. Monthly trend for a SKU

{
  "productId": 1786874757,
  "startDate": "2025-03-01",
  "endDate": "2025-03-31"
}

2. Trend with search visibility

{
  "productId": 1786874757,
  "startDate": "2025-02-01",
  "endDate": "2025-02-28",
  "includeSearchStats": true
}

3. Combined FBO+FBS trend

{
  "productId": 151623766,
  "startDate": "2025-01-01",
  "endDate": "2025-01-31",
  "includeFbs": true
}

How to Chain with Other Ozon Skills

  1. Discovery → trend: Use mpstats-ozon-product-search to find a SKU, then check growth / volatility here before committing.
  2. Aggregate vs time-series: mpstats-ozon-product-detail gives a one-number-per-metric period view; this skill shows the day-by-day shape behind those numbers.
  3. Drill-down → trend: After brand-products / category-products / seller-products surfaces a hot SKU, use this skill to validate whether the hotness is recent, seasonal, or sustained.

Display Rules

  1. Prefer a simple table or sparkline-friendly output — one row per date with date, price, sales, balance, rating, comments; do not overfit a 90-point series into a single paragraph.
  2. Use hasData to distinguish gaps from zero saleshasData=false means the day has no observation; don't report it as a zero-sale day.
  3. Call out anomalies — large single-day spikes or stockouts (balance=0 runs where hasData=true) should be flagged factually, not as buying advice.
  4. Currency is RUB unless upstream layer is already converting (the currency field per point carries the symbol, e.g. ); state the currency when showing price movement.
  5. Revenue is not returned per day — if the user asks for daily revenue, estimate via sales * price and note it's an estimate.
  6. includeSearchStats gaps — when no search-visibility fields come back, note "搜索位次数据在该赛道暂不可用" rather than silently omitting.
  7. No business advice — present the shape; leave "should we buy this listing?" to the user.

Important Limitations

  • Single SKU per call — cannot pass a list of productIds; loop at the Agent layer if needed.
  • T-1 dataendDate cannot be today or a future date.
  • Search stats optionalincludeSearchStats=true doesn't guarantee coverage for all niches.
  • Ozon-only — Wildberries and other Russian marketplaces are not covered.
  • Missing days — the series may have nulls / gaps where no data was captured; do not treat nulls as zero sales.

User Expression & Scenario Quick Reference

Applicable — Single-SKU temporal analysis:

User SaysScenario
---------------------
"What's the sales trend of Ozon SKU 1786874757 last month"Monthly time-series
"Is this Ozon listing seasonal or stable"Seasonality check
"Did this Ozon product have stockouts recently"Stock anomaly detection
"Price walk for this Ozon product over Q1"Price movement
"Did this listing's search position improve"Search visibility (requires includeSearchStats)

Not applicable — Needs beyond single-SKU time-series:

  • Batch snapshot of many SKUs → mpstats-ozon-product-detail
  • Brand / category / seller drill-down → matching *-products skill
  • Pre-IDed discovery → mpstats-ozon-product-search

Boundary judgment: Use this skill when the question starts with "how did this ONE product change over time". For multi-SKU comparisons or dimension-level filtering, go elsewhere.

Feedback:

Auto-detect and report feedback via the Feedback API when any of the following apply:

  1. The functionality or purpose described in this skill does not match actual behavior
  2. The skill's results do not match the user's intent
  3. The user expresses dissatisfaction or praise about this skill
  4. Anything you believe could be improved

Call the feedback API as specified in references/api.md. Do not interrupt the user's flow.


For more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 04:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Amazon Search

linkfox-ai
模拟真实用户在亚马逊前台搜索,获取实时关键词排名和搜索结果页数据。用于亚马逊商品搜索、搜索结果抓取、关键词排名、ASIN排名、竞品发现、价格对比、广告分析、新品监控、前台搜索模拟等。
★ 0 📥 705
design-media

LinkFoxAI

linkfox-ai
调用 LinkFox AI 平台 API,提供换模特、抠图、扩图、场景裂变、智能修图、套图、姿势裂变、带货口播、图转视频等功能。适用场景:AI 任务创建与结果轮询、api-call 调用任意接口、素材连通性测试。
★ 0 📥 1,018
business-ops

LinkFoxAgent

linkfox-ai
跨境电商AI助手,配备79个专业工具,覆盖Amazon、TikTok、eBay、Walmart、Shopee、Ozon的产品调研、竞品分析和关键词追踪...
★ 8 📥 3,111