linkfox-amazon-product-detail
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAmazon Product Detail Lookup
亚马逊商品详情查询
This skill guides you on how to retrieve and analyze detailed Amazon product information by ASIN, helping Amazon sellers and researchers extract comprehensive listing data from product pages across 22 Amazon marketplaces.
本技能将指导您如何通过ASIN检索和分析亚马逊商品的详细信息,帮助亚马逊卖家和研究人员从22个亚马逊站点的商品页面提取全面的Listing数据。
Core Concepts
核心概念
This tool performs front-end simulation of Amazon product pages to extract structured detail data. It returns rich information including the product title, main image, additional images, bullet points (About This Item), product specifications, A+ content description, pricing, ratings distribution, variant structure, and optionally "Frequently Bought Together" and "Related Products" data.
Billing note: This tool is billed per ASIN queried. Because the cost is higher than search-based tools, guide users to query only the ASINs they truly need rather than large exploratory batches.
Batch support: Up to 40 ASINs can be queried in a single request, provided as a comma-separated string.
本工具通过模拟亚马逊商品页面的前端交互来提取结构化的详情数据。返回的信息十分丰富,包括商品标题、主图、附加图片、五点描述(About This Item)、商品规格、A+ content描述、价格、评分分布、变体结构,还可按需返回“Frequently Bought Together(常一起购买)”和“Related Products(相关商品)”数据。
计费说明:本工具按查询的ASIN数量计费。由于其成本高于基于搜索的工具,请引导用户仅查询真正需要的ASIN,而非进行大规模探索性批量查询。
批量查询支持:单次请求最多可查询40个ASIN,需以逗号分隔的字符串形式提供。
Parameter Guide
参数指南
| Parameter | Required | Default | Description |
|---|---|---|---|
| asins | Yes | -- | Comma-separated ASIN list (up to 40). Example: |
| amazonDomain | No | | Amazon marketplace domain. See Supported Marketplaces below |
| language | No | -- | Locale code for response language, e.g. |
| deliveryZip | No | -- | Postal/ZIP code for delivery-dependent pricing and availability |
| device | No | | Device type: |
| returnBoughtTogether | No | | Include "Frequently Bought Together" products in the response |
| returnRelatedProducts | No | | Include "Related Products" list in the response |
| returnAuthorsReviews | No | | Include top customer reviews in the response |
| 参数 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|
| asins | 是 | -- | 逗号分隔的ASIN列表(最多40个)。示例: |
| amazonDomain | 否 | | 亚马逊站点域名。详见下方“支持的站点” |
| language | 否 | -- | 响应语言的区域代码,例如 |
| deliveryZip | 否 | -- | 用于获取配送相关价格和库存情况的邮政编码 |
| device | 否 | | 设备类型: |
| returnBoughtTogether | 否 | | 是否在响应中包含“常一起购买”的商品 |
| returnRelatedProducts | 否 | | 是否在响应中包含“相关商品”列表 |
| returnAuthorsReviews | 否 | | 是否在响应中包含热门客户评论 |
Supported Marketplaces
支持的站点
| Domain | Country |
|---|---|
| amazon.com | United States |
| amazon.co.uk | United Kingdom |
| amazon.de | Germany |
| amazon.fr | France |
| amazon.it | Italy |
| amazon.es | Spain |
| amazon.co.jp | Japan |
| amazon.ca | Canada |
| amazon.com.au | Australia |
| amazon.com.br | Brazil |
| amazon.in | India |
| amazon.nl | Netherlands |
| amazon.se | Sweden |
| amazon.pl | Poland |
| amazon.sg | Singapore |
| amazon.sa | Saudi Arabia |
| amazon.ae | United Arab Emirates |
| amazon.com.tr | Turkey |
| amazon.com.mx | Mexico |
| amazon.eg | Egypt |
| amazon.cn | China |
| amazon.com.be | Belgium |
Default marketplace is amazon.com (US). Use when the user doesn't specify a marketplace.
amazon.com| 域名 | 国家/地区 |
|---|---|
| amazon.com | 美国 |
| amazon.co.uk | 英国 |
| amazon.de | 德国 |
| amazon.fr | 法国 |
| amazon.it | 意大利 |
| amazon.es | 西班牙 |
| amazon.co.jp | 日本 |
| amazon.ca | 加拿大 |
| amazon.com.au | 澳大利亚 |
| amazon.com.br | 巴西 |
| amazon.in | 印度 |
| amazon.nl | 荷兰 |
| amazon.se | 瑞典 |
| amazon.pl | 波兰 |
| amazon.sg | 新加坡 |
| amazon.sa | 沙特阿拉伯 |
| amazon.ae | 阿联酋 |
| amazon.com.tr | 土耳其 |
| amazon.com.mx | 墨西哥 |
| amazon.eg | 埃及 |
| amazon.cn | 中国 |
| amazon.com.be | 比利时 |
默认站点为amazon.com(美国)。当用户未指定站点时,使用。
amazon.comAPI 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/amazon_product_detail.py本工具调用LinkFox工具网关API。调用规范、请求参数和响应结构请查看。您也可以直接执行来运行查询。
references/api.mdscripts/amazon_product_detail.pyUsage Examples
使用示例
1. Basic single-ASIN lookup
Look up the details of ASIN B072MQ5BRX on Amazon US.Parameters:
{"asins": "B072MQ5BRX"}2. Multi-ASIN batch lookup
Get product details for B072MQ5BRX and B08N5WRWNW.Parameters:
{"asins": "B072MQ5BRX,B08N5WRWNW"}3. Lookup on a non-US marketplace
Fetch product info for B09V3KXJPB on Amazon Germany.Parameters:
{"asins": "B09V3KXJPB", "amazonDomain": "amazon.de"}4. Lookup with reviews and bought-together
Get full product details including reviews and frequently bought together for B08N5WRWNW on Amazon Japan.Parameters:
{"asins": "B08N5WRWNW", "amazonDomain": "amazon.co.jp", "returnBoughtTogether": true, "returnAuthorsReviews": true}5. Competitor listing comparison
Compare bullet points and pricing for these 3 ASINs: B072MQ5BRX, B08N5WRWNW, B09V3KXJPB.Parameters:
{"asins": "B072MQ5BRX,B08N5WRWNW,B09V3KXJPB"}6. Mobile-specific product page check
Show me how product B072MQ5BRX looks on mobile in the UK.Parameters:
{"asins": "B072MQ5BRX", "amazonDomain": "amazon.co.uk", "device": "mobile"}1. 基础单ASIN查询
查询亚马逊美国站ASIN为B072MQ5BRX的商品详情。参数:
{"asins": "B072MQ5BRX"}2. 多ASIN批量查询
获取ASIN为B072MQ5BRX和B08N5WRWNW的商品详情。参数:
{"asins": "B072MQ5BRX,B08N5WRWNW"}3. 非美国站查询
获取亚马逊德国站ASIN为B09V3KXJPB的商品信息。参数:
{"asins": "B09V3KXJPB", "amazonDomain": "amazon.de"}4. 包含评论和常购商品的查询
获取亚马逊日本站ASIN为B08N5WRWNW的完整商品详情,包括评论和常一起购买的商品。参数:
{"asins": "B08N5WRWNW", "amazonDomain": "amazon.co.jp", "returnBoughtTogether": true, "returnAuthorsReviews": true}5. 竞品Listing对比
对比这3个ASIN的五点描述和价格:B072MQ5BRX、B08N5WRWNW、B09V3KXJPB。参数:
{"asins": "B072MQ5BRX,B08N5WRWNW,B09V3KXJPB"}6. 移动端商品页面检查
展示ASIN为B072MQ5BRX的商品在英国站移动端的显示效果。参数:
{"asins": "B072MQ5BRX", "amazonDomain": "amazon.co.uk", "device": "mobile"}Display Rules
展示规则
- Present data clearly: Show product details in a well-structured format -- use tables for specifications and pricing comparisons, bullet lists for "About This Item" content
- Image handling: When the response includes image URLs (,
productImageUrls,thumbnail), present them as clickable links or embedded images as appropriateimageUrl - Multi-ASIN results: When multiple ASINs are queried, organize results so each product is clearly separated and labeled by ASIN and title
- Price formatting: Always include the currency symbol/code alongside price values. Show both current price and original price (if discounted) to highlight deals
- Rating breakdown: When data is present, show the star distribution (5-star through 1-star percentages) alongside the overall rating and total review count
customerReviews - Variant display: When variants exist, present them in a compact table grouped by variant dimension (color, size, etc.)
- Error handling: When a query fails, explain the reason and suggest checking that the ASIN is valid and the marketplace domain is correct
- Cost awareness: Remind users that this tool charges per ASIN, so they should batch only what they need
- 清晰展示数据:以结构化格式展示商品详情——规格和价格对比使用表格,“About This Item”内容使用项目符号列表
- 图片处理:当响应包含图片URL(、
productImageUrls、thumbnail)时,根据情况将其展示为可点击链接或嵌入图片imageUrl - 多ASIN结果展示:当查询多个ASIN时,整理结果使每个商品清晰分开,并标注ASIN和标题
- 价格格式:价格值旁需始终包含货币符号/代码。同时显示当前价格和原价(如有折扣)以突出优惠
- 评分细分:当存在数据时,展示星级分布(5星至1星的百分比)以及整体评分和总评论数
customerReviews - 变体展示:当存在商品变体时,按变体维度(颜色、尺寸等)分组,以简洁表格形式展示
- 错误处理:当查询失败时,说明原因并建议检查ASIN是否有效以及站点域名是否正确
- 成本提示:提醒用户本工具按ASIN计费,因此仅批量查询所需的ASIN即可
User Expression & Scenario Quick Reference
用户表述与场景速查
Applicable -- Tasks that require structured Amazon product page data:
| User Says | Scenario |
|---|---|
| "Look up this ASIN", "Get product details for ..." | Single/batch ASIN detail lookup |
| "What are the bullet points for this product" | Listing content extraction |
| "Show me competitor listings" | Multi-ASIN comparison |
| "What's the price of this ASIN on Amazon DE" | Cross-marketplace price check |
| "How many reviews does this product have" | Rating & review analysis |
| "What variants does this product offer" | Variant structure inspection |
| "Get the A+ content / product description" | Product description retrieval |
| "What's the main image for this ASIN" | Product image extraction |
| "Is this product Prime eligible" | Eligibility / badge check |
| "What are the product specs / dimensions" | Specification lookup |
Not applicable -- Needs beyond product detail page data:
- Keyword / search term analysis (use ABA Data Explorer instead)
- Search result rankings or organic position tracking
- Advertising / PPC campaign data
- Sales estimation or revenue calculations
- Inventory management or FBA fee analysis
- Review sentiment analysis requiring NLP beyond raw review text
- Historical price tracking over time (this tool returns current snapshot only)
Boundary judgment: When users say "analyze this product" or "research this ASIN", if it boils down to retrieving the current product page data (title, price, bullets, images, reviews, variants), this skill applies. If they need historical trends, sales estimates, or advertising insights, 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"、"获取...的商品详情" | 单/批量ASIN详情查询 |
| "这款商品的五点描述是什么" | Listing内容提取 |
| "展示竞品Listing" | 多ASIN对比 |
| "这个ASIN在亚马逊德国站的价格是多少" | 跨站点价格查询 |
| "这款商品有多少条评论" | 评分与评论分析 |
| "这款商品有哪些变体" | 变体结构查看 |
| "获取A+内容/商品描述" | 商品描述检索 |
| "这个ASIN的主图是什么" | 商品图片提取 |
| "这款商品是否支持Prime配送" | 配送资格/标识查询 |
| "商品规格/尺寸是什么" | 规格参数查询 |
不适用场景——超出商品详情页数据的需求:
- 关键词/搜索词分析(请使用ABA Data Explorer)
- 搜索结果排名或自然位置追踪
- 广告/PPC活动数据
- 销量预估或收入计算
- 库存管理或FBA费用分析
- 需要对原始评论文本进行NLP处理的评论情感分析
- 历史价格追踪(本工具仅返回当前快照数据)
边界判断:当用户说“分析这款商品”或“研究这个ASIN”时,如果核心需求是获取当前商品页面数据(标题、价格、五点描述、图片、评论、变体),则适用本技能;如果需要历史趋势、销量预估或广告洞察,则不适用。
反馈机制:
当出现以下任一情况时,自动通过Feedback API检测并反馈:
- 本技能描述的功能或用途与实际行为不符
- 本技能的结果与用户意图不符
- 用户表达了对本技能的不满或赞扬
- 任何您认为可以改进的内容
按照中的说明调用反馈API,请勿打断用户流程。
references/api.md如需更多高品质、专业的跨境电商技能,请访问LinkFox Skills。