linkfox-keepa-product-history
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseKeepa Product Time-Series Data Explorer
Keepa 商品时序数据探索工具
This skill guides you on how to query and analyze Amazon product historical time-series data, helping Amazon sellers track price movements, BSR trends, rating changes, and other key product metrics over time.
本技能将指导您如何查询和分析亚马逊商品的历史时序数据,帮助亚马逊卖家追踪价格变动、BSR趋势、评分变化及其他关键商品指标随时间的变化情况。
Core Concepts
核心概念
This tool provides historical time-series data for individual Amazon products (ASINs) powered by Keepa. It returns timestamped data points for various metrics, allowing trend analysis over a configurable time window (up to 365 days). Each query targets a single ASIN in a specific Amazon marketplace.
Time-series format: All data series are returned as arrays of objects, where is a timestamp and is the metric at that point. BSR data includes a field along with a array.
{time, value}timevaluecategoryNamepointsBSR logic: A smaller BSR value means a better sales rank. Rank 1 is the top-selling product in its category. When a user says "BSR improved", it means the numeric value decreased; "BSR dropped" means the value increased.
本工具基于Keepa提供单个亚马逊商品(ASIN)的历史时序数据。它会返回带时间戳的各类指标数据点,支持在可配置的时间窗口(最长365天)内进行趋势分析。每次查询针对特定亚马逊站点中的单个ASIN。
时序数据格式:所有数据系列均以对象数组形式返回,其中为时间戳,为该时间点的指标数值。BSR数据包含字段以及数组。
{time, value}timevaluecategoryNamepointsBSR逻辑:BSR数值越小,代表销售排名越好。排名1是该品类中的畅销商品。当用户说"BSR提升"时,意味着其数值降低;"BSR下降"则意味着数值升高。
Available Data Series
可用数据系列
| Series | Parameter | Description |
|---|---|---|
| Buy Box Price | (always returned) | Buy Box price over time |
| Lowest New Price | showPrice=1 | Lowest marketplace new item price |
| List Price | showPriceList=1 | Strikethrough / list price |
| Deal Price | showPriceDeal=1 | Lightning deal price |
| Prime Exclusive Price | showPricePrime=1 | Prime-exclusive new item price |
| FBA Price | showPriceFba=1 | Third-party FBA new item price |
| FBM Price | showPriceFbm=1 | Third-party FBM new item price |
| Coupon Price | showPriceCoupon=1 | Post-coupon Buy Box price |
| Main Category BSR | showBsrMain=1 | Best Sellers Rank in the main (root) category |
| Seller Count | showSellerCount=1 | Number of active sellers |
| Rating | (always returned) | Product star rating over time |
| Rating Count | (always returned) | Number of ratings over time |
| Monthly Sales | (always returned) | Monthly unit sales volume |
| Sub-category BSR | (always returned) | Best Sellers Rank in sub-categories |
| 数据系列 | 参数 | 描述 |
|---|---|---|
| Buy Box价格 | (默认返回) | 随时间变化的Buy Box价格 |
| 最低全新价 | showPrice=1 | 平台上全新商品的最低价格 |
| 标价 | showPriceList=1 | 划掉的标价 / 建议零售价 |
| 促销价 | showPriceDeal=1 | 限时秒杀价格 |
| Prime专属价 | showPricePrime=1 | Prime会员专属的全新商品价格 |
| FBA价格 | showPriceFba=1 | 第三方卖家FBA配送的全新商品价格 |
| FBM价格 | showPriceFbm=1 | 第三方卖家自配送的全新商品价格 |
| 优惠券后价格 | showPriceCoupon=1 | 使用优惠券后的Buy Box价格 |
| 主品类BSR | showBsrMain=1 | 主(根)品类中的畅销排名 |
| 卖家数量 | showSellerCount=1 | 活跃卖家数量 |
| 评分 | (默认返回) | 商品星级评分随时间的变化 |
| 评分数量 | (默认返回) | 评分总数随时间的变化 |
| 月销量 | (默认返回) | 月度商品销量 |
| 子品类BSR | (默认返回) | 子品类中的畅销排名 |
Supported Marketplaces
支持的站点
| Domain ID | Marketplace |
|---|---|
| 1 | Amazon.com (US) |
| 2 | Amazon.co.uk (UK) |
| 3 | Amazon.de (Germany) |
| 4 | Amazon.fr (France) |
| 5 | Amazon.co.jp (Japan) |
| 6 | Amazon.ca (Canada) |
| 8 | Amazon.it (Italy) |
| 9 | Amazon.es (Spain) |
| 10 | Amazon.in (India) |
| 11 | Amazon.com.mx (Mexico) |
| 12 | Amazon.com.br (Brazil) |
Default marketplace is 1 (US). Use domain=1 when the user does not specify a marketplace.
| 域名ID | 站点 |
|---|---|
| 1 | Amazon.com(美国) |
| 2 | Amazon.co.uk(英国) |
| 3 | Amazon.de(德国) |
| 4 | Amazon.fr(法国) |
| 5 | Amazon.co.jp(日本) |
| 6 | Amazon.ca(加拿大) |
| 8 | Amazon.it(意大利) |
| 9 | Amazon.es(西班牙) |
| 10 | Amazon.in(印度) |
| 11 | Amazon.com.mx(墨西哥) |
| 12 | Amazon.com.br(巴西) |
默认站点为1(美国)。当用户未指定站点时,使用domain=1。
API Usage
API使用说明
This tool calls the LinkFox tool gateway API. See for calling conventions, request parameters, and response structure. You can also execute directly to run queries.
references/api.mdscripts/keepa_product_history.py本工具调用LinkFox工具网关API。调用规范、请求参数及响应结构请参考。您也可以直接执行来运行查询。
references/api.mdscripts/keepa_product_history.pyParameter Guide
参数指南
Required Parameters
必填参数
- asin: The Amazon Standard Identification Number to query. Only a single ASIN per request is supported.
- domain: The Amazon marketplace domain ID (see table above). Always map the user's marketplace mention to the correct numeric ID.
- asin:要查询的亚马逊标准识别码(ASIN)。每次请求仅支持单个ASIN。
- domain:亚马逊站点的域名ID(见上表)。需将用户提及的站点映射为正确的数字ID。
Optional Parameters
可选参数
- days: Number of historical days to retrieve (1-365, default 90). Use 30 for short-term, 90 for medium-term, 365 for long-term analysis.
- show* flags: Set any parameter to
show*to include that data series. By default, only the core series (Buy Box price, rating, rating count, monthly sales, sub-category BSR) are returned.1
- days:要获取的历史天数(1-365,默认90)。短期分析用30天,中期用90天,长期分析用365天。
- show 标志*:将任意参数设为
show*即可包含对应的数据系列。默认仅返回核心数据系列(Buy Box价格、评分、评分数量、月销量、子品类BSR)。1
How to Choose Parameters
参数选择方法
- Price analysis: Enable ,
showPrice,showPriceList,showPriceDealas needed for the specific price comparison the user wants.showPriceCoupon - FBA vs FBM comparison: Enable both and
showPriceFba.showPriceFbm - BSR deep-dive: Enable to get the root category BSR alongside the always-returned sub-category BSR.
showBsrMain - Competitive landscape: Enable to see how many sellers are competing.
showSellerCount - Full product overview: Enable all show flags for a comprehensive historical snapshot.
- 价格分析:根据用户所需的具体价格对比需求,启用、
showPrice、showPriceList、showPriceDeal。showPriceCoupon - FBA与FBM对比:同时启用和
showPriceFba。showPriceFbm - BSR深度分析:启用,在默认返回的子品类BSR之外获取根品类BSR数据。
showBsrMain - 竞争态势分析:启用查看当前竞争的卖家数量。
showSellerCount - 商品全面概览:启用所有show标志,获取完整的历史快照。
Usage Examples
使用示例
1. Basic price history for a US product
asin: B0XXXXXXXX, domain: 1, days: 902. Long-term BSR trend (1 year) on the German marketplace
asin: B0XXXXXXXX, domain: 3, days: 365, showBsrMain: 13. Price comparison across fulfillment channels
asin: B0XXXXXXXX, domain: 1, days: 30, showPriceFba: 1, showPriceFbm: 1, showPrice: 14. Deal and coupon price tracking
asin: B0XXXXXXXX, domain: 1, days: 90, showPriceDeal: 1, showPriceCoupon: 15. Full product health check
asin: B0XXXXXXXX, domain: 1, days: 90, showPrice: 1, showPriceList: 1, showPriceDeal: 1, showPricePrime: 1, showPriceFba: 1, showPriceFbm: 1, showPriceCoupon: 1, showBsrMain: 1, showSellerCount: 11. 美国站点商品的基础价格历史查询
asin: B0XXXXXXXX, domain: 1, days: 902. 德国站点商品的长期BSR趋势(1年)
asin: B0XXXXXXXX, domain: 3, days: 365, showBsrMain: 13. 不同配送渠道的价格对比
asin: B0XXXXXXXX, domain: 1, days: 30, showPriceFba: 1, showPriceFbm: 1, showPrice: 14. 促销与优惠券价格追踪
asin: B0XXXXXXXX, domain: 1, days: 90, showPriceDeal: 1, showPriceCoupon: 15. 商品健康状况全面检查
asin: B0XXXXXXXX, domain: 1, days: 90, showPrice: 1, showPriceList: 1, showPriceDeal: 1, showPricePrime: 1, showPriceFba: 1, showPriceFbm: 1, showPriceCoupon: 1, showBsrMain: 1, showSellerCount: 1Display Rules
展示规则
- Present data clearly: Show time-series data in tables or describe trends; avoid subjective business advice unless the user explicitly asks for it.
- BSR clarification: When showing BSR data, remind users that lower values mean better (higher) sales ranks.
- Price formatting: Display prices with proper currency symbols matching the marketplace ($ for US, EUR for DE/FR/ES/IT, GBP for UK, JPY for JP, etc.).
- Time formatting: Present timestamps in a human-readable date format.
- Trend summarization: When data series are long, summarize the overall trend (e.g., "price decreased from $29.99 to $24.99 over 90 days") and highlight significant changes such as price drops, BSR spikes, or rating shifts.
- Error handling: When a query fails, explain the reason and suggest corrections (e.g., verify the ASIN is valid, check the marketplace domain ID).
- Single ASIN limitation: If the user asks about multiple ASINs, inform them that queries must be made one ASIN at a time, and run multiple sequential calls.
- 清晰呈现数据:以表格形式展示时序数据或描述趋势;除非用户明确要求,否则避免提供主观商业建议。
- BSR说明:展示BSR数据时,提醒用户数值越小代表销售排名越靠前(越好)。
- 价格格式:显示价格时使用与站点匹配的正确货币符号(美国用$,德/法/西/意用EUR,英国用GBP,日本用JPY等)。
- 时间格式:以人类易读的日期格式呈现时间戳。
- 趋势总结:当数据系列较长时,总结整体趋势(例如:“90天内价格从$29.99降至$24.99”),并突出重大变化,如价格下跌、BSR骤变或评分波动。
- 错误处理:查询失败时,说明原因并建议修正方案(例如:验证ASIN是否有效,检查站点域名ID是否正确)。
- 单个ASIN限制:如果用户询问多个ASIN,告知用户每次查询只能针对一个ASIN,需进行多次连续查询。
Important Limitations
重要限制
- Single ASIN per query: Only one ASIN can be queried at a time. For multi-ASIN comparisons, make separate requests.
- Maximum 365 days: Historical data is limited to at most 365 days back.
- Data granularity: Data points are at irregular intervals depending on when Keepa captured changes, not at fixed daily intervals.
- 每次查询单个ASIN:每次仅能查询一个ASIN。如需多ASIN对比,请发起单独请求。
- 最长365天:历史数据最多可追溯至365天前。
- 数据粒度:数据点的间隔不固定,取决于Keepa捕获数据变化的时间,并非每日固定间隔。
User Expression & Scenario Quick Reference
用户表达与场景速查
Applicable -- Historical product-level data queries on Amazon:
| User Says | Scenario |
|---|---|
| "What's the price history for this ASIN" | Price trend analysis |
| "Show me the BSR trend", "how is it ranking" | BSR tracking |
| "Has the price dropped recently", "any deals" | Price drop / deal detection |
| "How many sellers are on this listing" | Seller count trend |
| "What's the rating trend", "review count over time" | Rating / review tracking |
| "FBA vs FBM price", "who has the Buy Box" | Fulfillment price comparison |
| "Monthly sales for this product" | Sales volume trend |
| "Was there a price war on this ASIN" | Competitive pricing analysis |
| "Show me the Keepa chart", "Keepa data" | Explicit Keepa data requests |
Not applicable -- Needs beyond product-level historical data:
- Search term / keyword analysis (use ABA data instead)
- Advertising / PPC campaign data
- Listing copywriting or content optimization
- Category-wide or market-level aggregate trends (this tool is per-ASIN only)
- Real-time inventory or stock level checks
- Product reviews text or sentiment analysis
Boundary judgment: When users say "product research" or "competitor analysis", if it boils down to examining a specific ASIN's historical price, BSR, or sales data, this skill applies. If they need keyword data, market-wide trends, or advertising metrics, it does not apply.
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 . Do not interrupt the user's flow.
references/api.mdFor more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.
适用场景 -- 亚马逊商品级历史数据查询:
| 用户表述 | 场景 |
|---|---|
| "这个ASIN的价格历史是怎样的" | 价格趋势分析 |
| "展示BSR趋势"、"排名情况如何" | BSR追踪 |
| "最近价格有没有下降"、"有没有促销活动" | 降价/促销检测 |
| "这个Listing有多少卖家" | 卖家数量趋势 |
| "评分趋势如何"、"评论数量随时间变化情况" | 评分/评论追踪 |
| "FBA vs FBM价格"、"谁拥有Buy Box" | 配送渠道价格对比 |
| "这个商品的月销量" | 销量趋势 |
| "这个ASIN有没有价格战" | 竞争定价分析 |
| "展示Keepa图表"、"Keepa数据" | 明确请求Keepa数据 |
不适用场景 -- 超出商品级历史数据的需求:
- 搜索词/关键词分析(请使用ABA数据)
- 广告/PPC活动数据
- Listing文案或内容优化
- 品类或市场层面的整体趋势(本工具仅支持单ASIN查询)
- 实时库存或库存水平查询
- 商品评论文本或情感分析
边界判断:当用户提到"商品调研"或"竞品分析"时,如果核心需求是查看特定ASIN的历史价格、BSR或销量数据,则适用本技能;如果需要关键词数据、市场整体趋势或广告指标,则不适用。
反馈:
当出现以下任意情况时,自动检测并通过反馈API提交反馈:
- 本技能描述的功能或用途与实际行为不符
- 技能结果与用户意图不符
- 用户表达了对本技能的不满或赞扬
- 任何您认为可以改进的内容
请按照中的指定方式调用反馈API,不要打断用户的操作流程。
references/api.md如需更多高品质、专业的跨境电商技能,请访问LinkFox Skills。