Seerfar Ozon 商品报表搜索:按销量、销售额、销量/销售额增长率、购物车转化率、下单转化率、价格、评分、评论数、QA数、变体数、浏览量、毛利率、退货取消率、广告费用份额、重量/体积、上架时间、品牌、卖家、配送方式、标签等多维指标筛选 Ozon 商品,返回每个商品的 SKU、标题、价格(卢布)、销量、销售额、损失销售额、转化率、评分、评论、品牌、卖家、配送方式、上架天数/月数等完整商品报表字段,用于 Ozon 选品、竞品商品分析、热销商品挖掘、价格带/转化带筛选。当用户提到 Ozon 商品报表、Ozon 选品、Ozon 商品筛选、Ozon 商品分析、Ozon 热销商品、Ozon 竞品商品分析、Ozon product report, Ozon product screener, filter Ozon products by sales, Ozon best-seller mining, Seerfar Ozon 商品报表时触发此技能。即使用户未明确提到"Seerfar",只要其意图是按多指标筛选 Ozon 商品并查看商品级报表,也应触发此技能。
编程
Seerfar-Ozon商品详情
试用Seerfar Ozon 商品详情查询:按 Ozon 商品 SKU 拉取单个商品的完整详情,返回标题、价格(卢布)、评分、评论数、QA数、统计窗口内总销量与日均销量、销售额、库存、类目排名、每日销量趋势、品牌、卖家、配送方式(FBO/FBS/OZON)、重量、上架时间/天数/月数等。用于单品深度分析、竞品商品拆解、Ozon 选品评估、Listing 诊断、销量趋势与类目排名跟踪。当用户提到 Ozon 商品详情、Ozon 单品分析、Ozon SKU 查询、竞品商品数据、Ozon 销量趋势、Ozon 类目排名、Ozon 库存、Ozon 上架时间、Seerfar Ozon 商品搜索、Ozon product detail, Ozon SKU lookup, single product analysis, competitor product teardown, Ozon sales trend, category rank 时触发此技能。即使用户未明确提到"Seerfar",只要其意图是查看某个 Ozon 商品的详细数据,也应触发此技能。
它能做什么
Seerfar Ozon 商品详情查询:按 Ozon 商品 SKU 拉取单个商品的完整详情,返回标题、价格(卢布)、评分、评论数、QA数、统计窗口内总销量与日均销量、销售额、库存、类目排名、每日销量趋势、品牌、卖家、配送方式(FBO/FBS/OZON)、重量、上架时间/天数/月数等。用于单品深度分析、竞品商品拆解、Ozon 选品评估、Listing 诊断、销量趋势与类目排名跟踪。当用户提到 Ozon 商品详情、Ozon 单品分析、Ozon SKU 查询、竞品商品数据、Ozon 销量趋势、Ozon 类目排名、Ozon 库存、Ozon 上架时间、Seerfar Ozon 商品搜索、Ozon product detail, Ozon SKU lookup, single product analysis, competitor product teardown, Ozon sales trend, category rank 时触发此技能。即使用户未明确提到"Seerfar",只要其意图是查看某个 Ozon 商品的详细数据,也应触发此技能。
技能文档
Seerfar Ozon Product Detail Search
This skill fetches the full detail of a single Ozon product by its SKU from the Seerfar analytics database — title, price (₽), rating, reviews, QA count, sales (total + daily average + daily trend), revenue, stock, category rank, brand, seller, fulfillment (FBO/FBS/OZON), weight and listing age. The starting point for single-product deep analysis, competitor product teardown, listing diagnostics and sales-trend tracking.
Core Concepts
Unit of data is a single product, looked up by sku: pass one Ozon SKU, get that product's full detail. This is a product-level view (one SKU), not a shop catalog, keyword or category view.
Where the SKU comes from: sku is the Ozon product SKU — the same sku returned by other Seerfar Ozon tools (shop search, keyword back search, category search, market keyword search). If the user only has a product name, URL or shop, first obtain the sku from one of those listing-level sources, then call this skill for the deep dive.
Sales window: dateRange controls the sales/metrics window — totalSales, dailySales, totalRevenue and salesTrendVOList are computed over this range. Default past_30_days. Options: past_7_days / past_30_days / past_60_days / past_90_days / past_180_days / past_365_days.
Sales & price currency: price is in Russian rubles (₽), indicated by currency. totalSales is units over the window; dailySales is the average units/day; totalRevenue is revenue over the window.
Listing age: upTime is the listing timestamp (ms); upDays / upMonths are the derived age in days / months.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| sku | string | yes | Ozon product SKU (e.g. 175924376). The same sku from other Seerfar Ozon tools. |
| dateRange | string | no | Sales/metrics window. Default past_30_days. One of: past_7_days, past_30_days, past_60_days, past_90_days, past_180_days, past_365_days. |
| uId | string | no | User ID. |
| memberId | string | no | Member ID (data attribution). |
Only sku is required.
调用方式
- API 端点:
POST /seerfar/ozon/productDetailSearch(完整参数/响应/错误码见references/api.md) - Python 脚本:
python scripts/seerfar_ozon_product_detail_search.py '' [--inline] - 成本约束:本工具会消耗积分;同一会话同一参数组合默认只调用一次,脚本带 24h 本地缓存。失败/空结果不得自动换关键词、翻页或改邮编连续试探;需要继续检索时先向用户说明会产生额外消耗。
输出策略(脚本默认行为):
- 始终将完整响应写入
/linkfox///data/linkfox-seerfar-ozon-product-detail-search-.json(为脚本执行时的工作目录,在 Claude Code 里即当前项目目录;取自环境变量SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错) - 响应体 ≤ 8 KB:落盘后把完整 JSON 打印到 stdout
- 响应体 > 8 KB:落盘后 stdout 只输出摘要(顶层字段、常见计数如
total/costToken、最大列表字段的长度 + 前 3 条样本) - 加
--inline强制全量打印到 stdout(同样落盘)
读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jq或ConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。
解决认证和积分问题
发生以下异常情况时,采用 references/onboarding.md 引导解决问题:
异常情况
- 未配置API Key:环境变量未配置
LINKFOX_AGENT_API_KEY,也未配置LINKFOXAGENT_API_KEY。 - 响应401或402状态码
- 响应提示积分或余额不足:消息含"积分余额不足/计费不足/余额不足/quota exceeded/insufficient balance/套餐到期/需充值/请充值",或类似含义的内容。
Usage Examples
1. Default 30-day detail for a product
{"sku": "175924376"}
2. Last 7 days (recent momentum)
{"sku": "175924376", "dateRange": "past_7_days"}
3. Last 90 days (quarterly trend)
{"sku": "175924376", "dateRange": "past_90_days"}
4. Full year (lifecycle view)
{"sku": "175924376", "dateRange": "past_365_days"}
How to Build Queries
- Resolve the SKU first: if the user gives a product name, URL or shop rather than a SKU, obtain the
skufrom a listing-level Seerfar Ozon source (shop search / keyword back search / category search / market keyword search) before calling this skill. - Pick
dateRangeby intent: short windows (past_7_days/past_30_days) for recent momentum and current stock; long windows (past_90_days/past_180_days/past_365_days) for lifecycle, seasonality and ranking stability. - Read aggregates, then trend: start with top-level
totalSales/dailySales/totalRevenue/stock/categoryRanksfor a snapshot, then drill intosalesTrendVOListfor the daily series. - One SKU per call: this endpoint takes a single
sku; to compare products, call once per SKU.
Display Rules
- Present data only: show the product metrics in a clear layout without subjective advice.
- Lead with identity + snapshot:
title,sku,price(₽),reviewRating(reviewCountreviews,questionsAndAnswersQ&A), then the sales snapshot (totalSales,dailySales,totalRevenue,stock) and the window (startDate–endDate). - Category ranks:
categoryRanksis a monthly rank history ({date, rank, count}) — it has no category name, so show the category path fromcategoryInfo(titlePath/cnTitlePath) alongside the rank history. - Sales trend:
salesTrendVOListis a daily series ({date, sales, revenue, price, stock, reviewCount, reviewRating}) — summarize (peak day, trend direction) rather than dumping every row; offer the persisted file for the full series. Some days may havesales: 0— treat as no-sales, not missing data. - Seller & brand: show
sellerName(sellerId— negative means an Ozon platform seller) andbrandName(brandId) so the user can trace the seller/brand. - Fulfillment:
fulfillmentis an array (e.g.["FBO"], or["OZON"]for platform-sold items); join multiple values with/. - Listing age: render
upTimeas a date (ms timestamp) alongsideupDays/upMonths. - Conditional fields:
weight(physical goods only) andgrossMarginare schema-defined but absent for some products (e.g. digital goods / Ozon platform sellers) — show-when missing rather than failing.monthlySalesUnits/monthlySalesRevenuemirror the window'stotalSales/totalRevenueand are safe to read directly. - Empty result: a non-existent
skureturns success withtotal:0and emptyproducts— tell the user the SKU may be wrong rather than reporting a system error. - Error handling: when
codeis not"200"(orerrcodeis not200), explain frommsg/errmsgand suggest fixes (check SKU, retry on rate-limit).
Important Limitations
skuis required; omitting it returns a parameter error.- Single-SKU endpoint: returns one product's detail; no batch/list mode. Compare products by calling once per SKU.
dateRangeonly affects sales aggregates + trend: product metadata (title, price, rating, brand, seller, weight, fulfillment) is a point-in-time snapshot, not windowed.- Conditional fields:
weight(physical goods only) andgrossMarginare schema-defined but not always returned — absent for digital goods / Ozon platform sellers.monthlySalesUnits/monthlySalesRevenueare returned and mirror the window'stotalSales/totalRevenue. - Sales/revenue are Seerfar model estimates over the chosen window, not Ozon-official figures.
totalreflects returned record count (1 when the SKU is found), not a catalog total.
User Expression & Scenario Quick Reference
Applicable — deep-dive on one Ozon product:
| User Says | Scenario |
|---|---|
| "查看这个 Ozon 商品的详情" / "这个 SKU 的数据" | Single product detail |
| "这个竞品最近30天卖了多少" / "日均销量多少" | Sales snapshot (totalSales / dailySales) |
| "这个商品销售额多少" | Revenue (totalRevenue) |
| "这个商品库存多少" | Stock check (stock) |
| "这个商品在类目里排第几" | Category rank (categoryRanks) |
| "这个商品最近销量趋势" / "哪天卖得最好" | Daily sales trend (salesTrendVOList) |
| "这个商品是谁家的/什么品牌" | Seller + brand (sellerName / brandName) |
| "这个商品上架多久了" | Listing age (upDays / upMonths) |
Not applicable — needs beyond one product's detail:
- A shop's full product catalog → use the Seerfar Ozon shop search skill.
- Discovering Ozon keywords → use market keyword search / keyword mining / keyword back search.
- Browsing the category tree → use category search.
- Multiple products' summary at once → call this skill per SKU, or use a listing-level source.
Boundary judgment: if the user already has a specific Ozon SKU (or obtained one from a listing-level source) and wants that product's full metrics — sales, revenue, stock, category rank, trend, brand, seller — start here. If they want to discover products, keywords or shops, route to the corresponding Seerfar Ozon skill first.
积分消耗规则
消耗 12 积分。
用户会因积分消耗而支付费用。请充分评估:当需要高频调用本技能,或用户对积分消耗量预期不足时,务必提醒用户,由用户决定是否继续。
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
- The functionality or purpose described in this skill does not match actual behavior
- The skill's results do not match the user's intent
- The user expresses dissatisfaction or praise about this skill
- 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.
相关技能
Seerfar Ozon 店铺商品搜索:按 Ozon 店铺(卖家)ID 拉取该店铺的商品列表,返回每个商品的近30天销量、价格、评分、重量、配送方式(FBO/FBS)、卖家类型(本土/跨境)、退货取消率,以及店铺近30天总销量。用于竞品店铺商品分析、店铺爆品挖掘、卖家商品结构拆解。当用户提到 Ozon 店铺商品、Ozon 卖家商品列表、竞品店铺分析、Ozon 店铺爆品、Ozon 卖家分析、Seerfar Ozon 店铺搜索、Ozon shop search, Ozon seller products, competitor shop analysis, Ozon store products 时触发此技能。即使用户未明确提到"Seerfar",只要其意图是查看某 Ozon 店铺/卖家的商品与销量数据,也应触发此技能。
Seerfar Ozon 类目商品搜索:按 Ozon 类目 ID 拉取该类目下的商品列表,返回类目级聚合(类目总销量、总销售额、平均价格、平均评分、季节性)与每个商品的销量、价格、评分、评论数、品牌、卖家、配送方式。用于类目选品分析、类目爆品挖掘、类目容量与价格带分析、季节性判断。当用户提到 Ozon 类目商品、Ozon 类目分析、Ozon 类目选品、Ozon 类目爆品、Ozon 类目总销量、Ozon 类目平均价格、Ozon category search, Ozon category products, category best-sellers, category analysis 时触发此技能。即使用户未明确提到"Seerfar",只要其意图是查看某 Ozon 类目下的商品与类目级汇总数据,也应触发此技能。
Seerfar Ozon 市场热词搜索:按搜索热度、增长、商品数、卖家数、竞品数、价格、销量、转化集中度等多维指标筛选 Ozon(及 Wildberries)市场关键词,返回每个关键词的月搜热度、增长、市场空间、竞品/卖家数、均价、加购转化、Top 商品等市场画像,用于 Ozon 选词、蓝海词挖掘与市场机会分析。当用户提到 Ozon 热词、Ozon 关键词市场分析、Ozon 选词、Ozon 蓝海词、Ozon 搜索热度、Wildberries 关键词、Seerfar Ozon、Ozon market keyword search, Ozon keyword research, blue ocean keywords Ozon 时触发此技能。即使用户未明确提到"Seerfar",只要其意图是按指标筛选 Ozon 市场关键词并查看市场画像,也应触发此技能。
Seerfar Ozon 关键词反查:按商品 SKU 列表(最多 20 个)反查 Ozon(及 Wildberries)搜索关键词,返回这些商品出现在哪些搜索词下(自然搜索词/广告搜索词),并按搜索热度、增长、商品数、卖家数、竞品数、自然排名、广告排名、曝光、转化、加购转化等多维指标筛选,每个关键词附带月搜热度、增长、市场空间、竞品/卖家数、均价、加购转化、Top 商品及自然/广告渠道、排名、曝光、转化(dimension)等市场画像,用于 Ozon 关键词反查、Listing 选词优化、竞品流量词挖掘与广告词分析。当用户提到 Ozon 关键词反查、Ozon 反查关键词、Ozon SKU 反查、Ozon 商品流量词、Ozon 竞品出单词、Ozon 自然词/广告词反查、Seerfar Ozon、Ozon keyword back search, Ozon reverse keyword lookup, Ozon SKU keyword reverse 时触发此技能。即使用户未明确提到"Seerfar",只要其意图是按商品 SKU 反查 Ozon 搜索关键词并查看市场画像,也应触发此技能。
Ozon (ozon.ru). Use this skill for ANY Ozon request — searching and reading data. Whenever a task involves Ozon, use this skill instead of calling the API directly.