linkfox-keepa-product-detail
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseKeepa Product Data Request
Keepa 商品数据获取指南
This skill guides you on how to retrieve Amazon product details via the Keepa product request API, helping Amazon sellers and analysts obtain structured product data for one or more ASINs across multiple Amazon marketplaces.
本技能将指导您如何通过Keepa商品请求API获取亚马逊商品详情,帮助亚马逊卖家和分析师获取多个亚马逊站点中一个或多个ASIN的结构化商品数据。
Core Concepts
核心概念
The Keepa Product Request API returns detailed product listing data from Amazon, sourced through Keepa. Given one or more ASINs and a marketplace, it returns comprehensive product information: pricing, title, main image, listing date, material, weight, dimensions, sales rank, monthly sales units (current and up to 12 months of history), FBA fees, ratings, review counts, category tree, and more.
Key points:
- You can query up to 100 ASINs in a single request by separating them with commas.
- The parameter is a numeric marketplace ID (e.g.,
domain= Amazon.com US), not a country code.1 - Setting to
historyincludes historical sales data (monthly sales for up to 12 prior months, average sales rank over 30/90/180 days). Setting it to1returns only current product information.0 - The response does not include product descriptions or reviews content.
Keepa商品请求API返回来自亚马逊的详细商品Listing数据,数据来源为Keepa。提供一个或多个ASIN及站点信息后,它会返回全面的商品信息:价格、标题、主图、上架日期、材质、重量、尺寸、销售排名、月销量(当前及最多12个月历史数据)、FBA费用、评分、评论数、类目树等。
关键点:
- 单次请求最多可查询100个ASIN,使用逗号分隔多个ASIN。
- 参数为数字格式的站点ID(例如:
domain= 美国亚马逊Amazon.com),而非国家代码。1 - 将设为
history会包含历史销售数据(过去12个月的月销量、30/90/180天的平均销售排名);设为1则仅返回当前商品信息。0 - 响应结果不包含商品描述或评论内容。
Parameter Guide
参数指南
domain (Required)
domain(必填)
Numeric Amazon marketplace ID. The mapping is:
| 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 to 1 (US) when the user does not specify a marketplace.
亚马逊站点的数字ID,对应关系如下:
| Domain 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(美国)。
asin (Required)
asin(必填)
One or more Amazon Standard Identification Numbers. For multiple ASINs, separate with commas. Maximum 100 ASINs per request, with a total string length limit of 3000 characters.
一个或多个亚马逊标准识别码(ASIN)。多个ASIN使用逗号分隔,单次请求最多支持100个ASIN,且参数总字符长度不超过3000。
history (Optional)
history(可选)
Whether to include historical data such as monthly sales for the past 12 months and average sales rank over 30/90/180 days. Set to to include history, (default) for basic info only.
10是否包含历史数据,如过去12个月的月销量、30/90/180天的平均销售排名。设为包含历史数据,设为(默认)仅返回基础信息。
10Usage Examples
使用示例
1. Single ASIN lookup (US marketplace, basic info)
json
{"asin": "B0088PUEPK", "domain": "1"}2. Single ASIN with historical sales data
json
{"asin": "B0088PUEPK", "domain": "1", "history": 1}3. Batch lookup of multiple ASINs (Germany)
json
{"asin": "B0088PUEPK,B00U26V4VQ,B07M68S376", "domain": "3", "history": 1}4. Product lookup on Amazon Japan
json
{"asin": "B09V3KXJPB", "domain": "5", "history": 0}5. Competitor comparison across multiple ASINs (US, with sales history)
json
{"asin": "B0CXYZ1234,B0CXYZ5678,B0CXYZ9012,B0CXYZABCD", "domain": "1", "history": 1}1. 单个ASIN查询(美国站点,基础信息)
json
{"asin": "B0088PUEPK", "domain": "1"}2. 单个ASIN查询(包含历史销售数据)
json
{"asin": "B0088PUEPK", "domain": "1", "history": 1}3. 多个ASIN批量查询(德国站点)
json
{"asin": "B0088PUEPK,B00U26V4VQ,B07M68S376", "domain": "3", "history": 1}4. 日本亚马逊商品查询
json
{"asin": "B09V3KXJPB", "domain": "5", "history": 0}5. 多ASIN竞品对比(美国站点,含销售历史)
json
{"asin": "B0CXYZ1234,B0CXYZ5678,B0CXYZ9012,B0CXYZABCD", "domain": "1", "history": 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_detail.py该工具调用LinkFox工具网关API。调用规范、请求参数及响应结构请参考,您也可以直接执行来运行查询。
references/api.mdscripts/keepa_product_detail.pyDisplay Rules
展示规则
- Present data clearly: Show product details in well-structured tables. Group related fields (e.g., dimensions together, sales data together) for readability.
- Price and currency: Always display the price alongside its currency (e.g., "$29.99 USD"). The field in the response indicates the local currency.
currency - Sales trend: When historical data is included, present the 12-month sales trend in a table or describe the trajectory (growing, declining, stable) to help users quickly assess momentum.
- Dimensions and weight: Convert millimeter values to more intuitive units when appropriate (e.g., show both mm and inches, or mm and cm). Note that weight is in grams.
- Unavailable data: Fields with value or
0indicate data is unavailable. Do not display these as actual measurements; instead note "N/A" or omit them.-1 - Image display: If is present, display the product image to help users visually identify the product.
imageUrl - Error handling: When a query fails, explain the issue based on the response and suggest corrections (e.g., invalid ASIN format, unsupported marketplace).
- Large batch results: For batch queries with many ASINs, present a summary table first and offer to show individual product details on request.
- 清晰展示数据:使用结构规整的表格展示商品详情,将相关字段分组(如尺寸信息放在一起、销售数据放在一起)以提升可读性。
- 价格与货币:价格需始终与对应货币一同展示(例如:"$29.99 USD")。响应结果中的字段表示当地货币。
currency - 销售趋势:当包含历史数据时,使用表格展示12个月的销售趋势,或描述其走势(增长、下降、稳定),帮助用户快速评估商品势头。
- 尺寸与重量:适当时将毫米单位转换为更直观的单位(例如:同时展示毫米和英寸,或毫米和厘米)。注意重量单位为克。
- 缺失数据:值为或
0的字段表示数据不可用,请勿将其作为实际数值展示,应标注"N/A"或省略。-1 - 图片展示:若存在,需展示商品图片以帮助用户直观识别商品。
imageUrl - 错误处理:当查询失败时,根据响应结果说明问题并给出修正建议(例如:ASIN格式无效、不支持的站点)。
- 大批量结果展示:对于包含大量ASIN的批量查询,先展示汇总表格,再根据请求展示单个商品的详细信息。
Important Limitations
重要限制
- No product descriptions or reviews: The API does not return product description text or review content.
- Maximum 100 ASINs per request: Batch queries are capped at 100 ASINs.
- ASIN string length limit: The parameter has a maximum length of 3000 characters.
asin - Historical data is optional: Monthly sales history is only returned when is set to
history.1 - Data freshness: The field indicates when the product data was last refreshed.
lastUpdate
- 无商品描述与评论:API不返回商品描述文本或评论内容。
- 单次请求最多100个ASIN:批量查询上限为100个ASIN。
- ASIN参数长度限制:参数的最大长度为3000字符。
asin - 历史数据为可选项:仅当设为
history时才会返回月销量历史数据。1 - 数据新鲜度:字段表示商品数据的最后更新时间。
lastUpdate
User Expression & Scenario Quick Reference
用户表述与场景速查
Applicable -- Product data retrieval by ASIN:
| User Says | Scenario |
|---|---|
| "Look up this ASIN", "Get product details for B0XXXXXXXX" | Single ASIN lookup |
| "What's the price of this product on Amazon" | Price query |
| "How many units does this product sell per month" | Monthly sales check |
| "Compare these ASINs", "batch lookup these products" | Multi-ASIN comparison |
| "Show me the sales trend for this ASIN" | Historical sales analysis |
| "What category is this product in" | Category / classification lookup |
| "Product dimensions", "how much does it weigh" | Physical specs query |
| "FBA fees for this product" | Fee estimation |
| "When was this product listed", "listing date" | Listing age / launch date |
| "Is this product FBA or FBM" | Fulfillment method check |
Not applicable -- Needs beyond ASIN-level product data:
- Search term / keyword analysis (use ABA data tools instead)
- Product reviews or listing copywriting content
- Advertising / PPC campaign data
- Seller account or store-level analytics
- Product research without specific ASINs (e.g., "find trending products in kitchen category")
- Price history charts or Buy Box history over time (only current and average rank data are available)
Boundary judgment: When users say "product research" or "competitor analysis", if they have specific ASINs and want structured product data (price, sales, dimensions, category), this skill applies. If they want keyword-level analysis, market-wide trends without specific ASINs, or advertising metrics, this skill 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获取商品数据:
| 用户表述 | 场景 |
|---|---|
| "Look up this ASIN", "Get product details for B0XXXXXXXX" | 单个ASIN查询 |
| "What's the price of this product on Amazon" | 价格查询 |
| "How many units does this product sell per month" | 月销量查询 |
| "Compare these ASINs", "batch lookup these products" | 多ASIN对比 |
| "Show me the sales trend for this ASIN" | 历史销售分析 |
| "What category is this product in" | 类目/分类查询 |
| "Product dimensions", "how much does it weigh" | 物理规格查询 |
| "FBA fees for this product" | 费用估算 |
| "When was this product listed", "listing date" | 上架时长/发布日期查询 |
| "Is this product FBA or FBM" | 配送方式查询 |
不适用场景 -- 超出ASIN级商品数据的需求:
- 搜索词/关键词分析(请使用ABA数据工具)
- 商品评论或Listing文案内容
- 广告/PPC营销活动数据
- 卖家账号或店铺级分析数据
- 无特定ASIN的商品调研(例如:"查找厨房类目的热销商品")
- 价格历史图表或Buy Box历史数据(仅提供当前及平均排名数据)
边界判断:当用户提及"商品调研"或"竞品分析"时,若他们提供了特定ASIN并需要结构化商品数据(价格、销量、尺寸、类目),则适用本技能;若他们需要关键词级分析、无特定ASIN的全市场趋势或广告指标,则不适用本技能。
反馈机制:
当出现以下任意情况时,自动通过Feedback API检测并提交反馈:
- 本技能描述的功能或用途与实际行为不符
- 本技能的结果与用户意图不符
- 用户对本技能表达不满或赞扬
- 任何您认为可以改进的内容
请按照中的说明调用反馈API,请勿中断用户流程。
references/api.md如需更多高质量、专业的跨境电商技能,请访问LinkFox Skills。