linkfox-amazon-reviews
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAmazon Product Reviews
亚马逊商品评论工具
Fetch and analyze Amazon product reviews to help sellers extract actionable insights from customer feedback.
获取并分析亚马逊商品评论,帮助卖家从客户反馈中提取可落地的洞察。
Core Concepts
核心概念
This tool retrieves real customer reviews for a given Amazon ASIN across 15 marketplaces. You can control how many reviews to fetch per star rating (1-5 stars, up to 100 each), sort by recency or helpfulness, and apply various filters. Only one ASIN per request; for multiple ASINs, make separate calls.
本工具可针对指定亚马逊ASIN,在15个站点获取真实客户评论。你可以控制各星级(1-5星)评论的获取数量(最多100条/星级),按最新或最有用排序,还可应用多种筛选条件。每次请求仅支持一个ASIN;如需查询多个ASIN,请分开调用。
API Routing
API路由
US and non-US marketplaces use different backend endpoints. Route by marketplace:
- US → , pass
scripts/amazon_us_reviews.py. Seemarketplace: "US"references/api_us.md - Others → , pass
scripts/amazon_reviews.py. SeedomainCode: "<code>"references/api.md
美国站与非美国站使用不同的后端端点,需按站点路由:
- 美国站 → ,传入参数
scripts/amazon_us_reviews.py。详见marketplace: "US"references/api_us.md - 其他站点 → ,传入参数
scripts/amazon_reviews.py。详见domainCode: "<code>"references/api.md
Parameter Guide
参数指南
| Parameter | Type | Required | Scope | Description | Default |
|---|---|---|---|---|---|
| asin | string | Yes | All | Amazon product ASIN | - |
| star1Num | integer | No | All | 1-star reviews to fetch (0-100) | Non-US: 10, US: 0 |
| star2Num | integer | No | All | 2-star reviews to fetch (0-100) | Non-US: 10, US: 0 |
| star3Num | integer | No | All | 3-star reviews to fetch (0-100) | Non-US: 10, US: 0 |
| star4Num | integer | No | All | 4-star reviews to fetch (0-100) | Non-US: 10, US: 0 |
| star5Num | integer | No | All | 5-star reviews to fetch (0-100) | Non-US: 10, US: 0 |
| sortBy | string | No | All | | |
| formatType | string | No | All | | |
| domainCode | string | No | Non-US | Marketplace code (see Supported Marketplaces) | |
| filterByKeyword | string | No | Non-US | Filter reviews by keyword (max 1000 chars) | - |
| reviewerType | string | No | Non-US | | |
| mediaType | string | No | Non-US | | |
| marketplace | string | No | US | Fixed value | |
| allStarsNum | integer | No | US | Reviews across all stars (0-100); active when star1-5Num are all 0 | 10 |
| positiveNum | integer | No | US | 4-5 star positive reviews (0-100) | 0 |
| criticalNum | integer | No | US | 1-3 star critical reviews (0-100) | 0 |
| 参数 | 类型 | 是否必填 | 适用范围 | 描述 | 默认值 |
|---|---|---|---|---|---|
| asin | string | 是 | 所有站点 | 亚马逊商品ASIN | - |
| star1Num | integer | 否 | 所有站点 | 要获取的1星评论数量(0-100) | 非美国站:10,美国站:0 |
| star2Num | integer | 否 | 所有站点 | 要获取的2星评论数量(0-100) | 非美国站:10,美国站:0 |
| star3Num | integer | 否 | 所有站点 | 要获取的3星评论数量(0-100) | 非美国站:10,美国站:0 |
| star4Num | integer | 否 | 所有站点 | 要获取的4星评论数量(0-100) | 非美国站:10,美国站:0 |
| star5Num | integer | 否 | 所有站点 | 要获取的5星评论数量(0-100) | 非美国站:10,美国站:0 |
| sortBy | string | 否 | 所有站点 | | |
| formatType | string | 否 | 所有站点 | | |
| domainCode | string | 否 | 非美国站 | 站点代码(见支持的站点列表) | |
| filterByKeyword | string | 否 | 非美国站 | 按关键词筛选评论(最多1000字符) | - |
| reviewerType | string | 否 | 非美国站 | | |
| mediaType | string | 否 | 非美国站 | | |
| marketplace | string | 否 | 美国站 | 固定值 | |
| allStarsNum | integer | 否 | 美国站 | 所有星级评论数量(0-100);仅当star1-5Num均为0时生效 | 10 |
| positiveNum | integer | 否 | 美国站 | 4-5星好评数量(0-100) | 0 |
| criticalNum | integer | 否 | 美国站 | 1-3星差评数量(0-100) | 0 |
Supported Marketplaces
支持的站点
| Marketplace | Code |
|---|---|
| United States | |
| Canada | |
| United Kingdom | |
| Germany | |
| France | |
| Italy | |
| Spain | |
| Japan | |
| India | |
| Australia | |
| Brazil | |
| Mexico | |
| Netherlands | |
| Sweden | |
| United Arab Emirates | |
US uses the parameter; all others use . Always confirm the user's intended marketplace.
marketplacedomainCode| 站点 | 代码 |
|---|---|
| 美国 | |
| 加拿大 | |
| 英国 | |
| 德国 | |
| 法国 | |
| 意大利 | |
| 西班牙 | |
| 日本 | |
| 印度 | |
| 澳大利亚 | |
| 巴西 | |
| 墨西哥 | |
| 荷兰 | |
| 瑞典 | |
| 阿联酋 | |
美国站使用 参数;其他所有站点使用 参数。请务必确认用户目标站点。
marketplacedomainCodeUsage Examples
使用示例
1. Fetch US reviews — balanced snapshot
json
{"asin": "B08N5WRWNW", "marketplace": "US", "allStarsNum": 20, "sortBy": "recent"}2. Fetch negative reviews with keyword filter (Germany)
json
{"asin": "B08N5WRWNW", "domainCode": "de", "star1Num": 30, "star2Num": 30, "filterByKeyword": "quality", "reviewerType": "avp_only_reviews"}3. Fetch 5-star reviews with media (Japan)
json
{"asin": "B08N5WRWNW", "domainCode": "co.jp", "star5Num": 50, "star1Num": 0, "star2Num": 0, "star3Num": 0, "star4Num": 0, "sortBy": "helpful", "mediaType": "media_reviews_only"}1. 获取美国站评论——均衡快照
json
{"asin": "B08N5WRWNW", "marketplace": "US", "allStarsNum": 20, "sortBy": "recent"}2. 获取带关键词筛选的德国站差评
json
{"asin": "B08N5WRWNW", "domainCode": "de", "star1Num": 30, "star2Num": 30, "filterByKeyword": "quality", "reviewerType": "avp_only_reviews"}3. 获取日本站带媒体内容的5星评论
json
{"asin": "B08N5WRWNW", "domainCode": "co.jp", "star5Num": 50, "star1Num": 0, "star2Num": 0, "star3Num": 0, "star4Num": 0, "sortBy": "helpful", "mediaType": "media_reviews_only"}Display Rules
展示规则
- Present data clearly: Show reviews grouped by star rating with key fields: rating, title, text, date, verified status, helpful count.
- Summarize when appropriate: For many reviews, provide a theme/pain-point summary before listing individuals.
- Highlight actionable insights: Call out recurring complaints in negative reviews; note praised features in positive reviews.
- Vine and verified labels: Clearly indicate Vine Voice and verified purchase status.
- Media indicators: Note when reviews include images or videos.
- Response normalization: US reviews return as full text (e.g., "5.0 out of 5 stars") and
ratingas string — extract numeric values for consistent display. US reviews may also includenumberOfHelpful(color, size, etc.) — display them to show which variant was reviewed.attributes - Error handling: When a query fails, explain the reason based on the response message and suggest adjusting parameters.
- Single ASIN limitation: If the user asks about multiple ASINs, make separate requests for each.
- 清晰呈现数据:按星级分组展示评论,包含关键字段:评分、标题、正文、日期、验证状态、有用数。
- 按需总结:当评论数量较多时,先列出主题/痛点总结,再展示单条评论。
- 突出可落地洞察:指出差评中反复出现的投诉点;标注好评中被称赞的功能。
- Vine与验证标签:清晰标注Vine Voice和已验证购买状态。
- 媒体标识:注明评论是否包含图片或视频。
- 响应标准化:美国站评论返回的为完整文本(如"5.0 out of 5 stars"),
rating为字符串——需提取数值以保证展示一致性。美国站评论还可能包含numberOfHelpful(颜色、尺寸等)——需展示这些信息以明确评论对应的产品变体。attributes - 错误处理:当查询失败时,根据响应信息说明原因,并建议调整参数。
- 单ASIN限制:如果用户查询多个ASIN,需为每个ASIN单独发起请求。
Important Limitations
重要限制
- One ASIN per request: Only a single ASIN can be queried at a time.
- Per-star cap: Each star rating returns max 100 reviews per request.
- Parameter scope: ,
filterByKeyword,reviewerTypeare only available for non-US marketplaces;mediaType,allStarsNum,positiveNumare only available for the US marketplace.criticalNum - No historical snapshots: Reviews are fetched in real-time.
- Review text language: Reviews are returned in their original language as posted.
- 每次请求仅一个ASIN:一次查询仅支持单个ASIN。
- 单星级上限:每个星级最多返回100条评论/请求。
- 参数范围限制:、
filterByKeyword、reviewerType仅适用于非美国站;mediaType、allStarsNum、positiveNum仅适用于美国站。criticalNum - 无历史快照:评论为实时获取。
- 评论语言:评论以发布时的原始语言返回。
User Expression & Scenario Quick Reference
用户表述与场景速查
Applicable — Tasks involving Amazon product reviews:
| User Says | Scenario |
|---|---|
| "Show me the reviews for this ASIN" | Direct review lookup |
| "Get US reviews for B08N5WRWNW" | Marketplace-specific lookup |
| "What are customers complaining about" | Negative review analysis |
| "Get me all the 1-star reviews" | Star-filtered retrieval |
| "Any common issues in the bad reviews" | Pain point mining |
| "What do people like about this product" | Positive review analysis |
| "Find reviews mentioning 'battery'" | Keyword-filtered reviews (non-US) |
| "Show me reviews with photos" | Media-filtered reviews (non-US) |
| "Verified purchase reviews only" | Reviewer-type filtering (non-US) |
| "Help me analyze competitor reviews" | Competitor review research |
| "Product improvement suggestions from reviews" | Actionable insight extraction |
Not applicable — Needs beyond product review data:
- ABA search term data / keyword research (use ABA Data Explorer instead)
- Sales estimation or revenue analysis
- Listing copywriting or A+ content creation
- Advertising / PPC strategy
- Pricing strategy or profit margin calculations
Boundary judgment: If "product research" or "competitor analysis" boils down to reading customer reviews for specific ASINs, this skill applies. If it involves search volume, keyword rankings, sales estimates, or market sizing, it does not.
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 the references. Do not interrupt the user's flow.
For more high-quality, professional cross-border e-commerce skills, visit LinkFox Skills.
适用场景 —— 涉及亚马逊商品评论的任务:
| 用户表述 | 场景 |
|---|---|
| "帮我查看这个ASIN的评论" | 直接查询评论 |
| "获取B08N5WRWNW的美国站评论" | 指定站点查询 |
| "客户都在抱怨什么" | 差评分析 |
| "给我所有1星评论" | 按星级筛选获取 |
| "差评里有什么常见问题" | 痛点挖掘 |
| "人们喜欢这个产品的哪些点" | 好评分析 |
| "查找提到'battery'的评论" | 关键词筛选评论(非美国站) |
| "展示带图片的评论" | 媒体内容筛选评论(非美国站) |
| "仅展示已验证购买的评论" | 评论者类型筛选(非美国站) |
| "帮我分析竞品的评论" | 竞品评论研究 |
| "从评论中提取产品改良建议" | 可落地洞察提取 |
不适用场景 —— 超出商品评论数据的需求:
- ABA搜索词数据/关键词研究(请使用ABA Data Explorer)
- 销量预估或营收分析
- Listing文案或A+内容创作
- 广告/PPC策略
- 定价策略或利润率计算
边界判断:如果“产品调研”或“竞品分析”核心是读取特定ASIN的客户评论,则适用本技能;如果涉及搜索量、关键词排名、销量预估或市场规模测算,则不适用。
反馈机制:
当出现以下任意情况时,自动通过Feedback API上报反馈:
- 本技能描述的功能或用途与实际行为不符
- 技能结果与用户意图不符
- 用户表达对本技能的不满或称赞
- 任何你认为可优化的内容
请按参考文档指定方式调用反馈API,不要打断用户流程。
如需更多高质量、专业的跨境电商技能,请访问 LinkFox Skills。