← 返回
未分类

Amazon Reviews

按ASIN获取并分析亚马逊商品评论,支持15个站点(含美国站),按星级筛选评论。当用户提到亚马逊评论、美国站评论、商品评价、买家投诉、差评、好评、星级评分、评论分析、评论情感、产品改良建议、Vine评论、已验证购买评论、竞品评论研究、Amazon reviews, US reviews, Amazon.com r...
按ASIN获取并分析亚马逊商品评论,支持15个站点(含美国站),可按星级筛选评论。适用于亚马逊评论、美国站评论、商品评价、买家投诉、差评、好评、星级评分、评论分析、评论情感、产品改良建议、Vine评论、已验证购买评论、竞品评论研究等场景。
linkfox-ai
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 1
Stars
📥 460
下载
💾 0
安装
1
版本
#latest

概述

Amazon 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.

API Routing

US and non-US marketplaces use different backend endpoints. Route by marketplace:

  • USscripts/amazon_us_reviews.py, pass marketplace: "US". See references/api_us.md
  • Othersscripts/amazon_reviews.py, pass domainCode: "". See references/api.md

Parameter Guide

ParameterTypeRequiredScopeDescriptionDefault
--------------------------------------------------------
asinstringYesAllAmazon product ASIN-
star1NumintegerNoAll1-star reviews to fetch (0-100)Non-US: 10, US: 0
star2NumintegerNoAll2-star reviews to fetch (0-100)Non-US: 10, US: 0
star3NumintegerNoAll3-star reviews to fetch (0-100)Non-US: 10, US: 0
star4NumintegerNoAll4-star reviews to fetch (0-100)Non-US: 10, US: 0
star5NumintegerNoAll5-star reviews to fetch (0-100)Non-US: 10, US: 0
sortBystringNoAllrecent (newest) or helpful (most helpful)recent
formatTypestringNoAllcurrent_format or all_formatscurrent_format
domainCodestringNoNon-USMarketplace code (see Supported Marketplaces)ca
filterByKeywordstringNoNon-USFilter reviews by keyword (max 1000 chars)-
reviewerTypestringNoNon-USall_reviews or avp_only_reviews (verified only)all_reviews
mediaTypestringNoNon-USall_contents or media_reviews_onlyall_contents
marketplacestringNoUSFixed value USUS
allStarsNumintegerNoUSReviews across all stars (0-100); active when star1-5Num are all 010
positiveNumintegerNoUS4-5 star positive reviews (0-100)0
criticalNumintegerNoUS1-3 star critical reviews (0-100)0

Supported Marketplaces

MarketplaceCode
-------------------
United StatesUS
Canadaca
United Kingdomco.uk
Germanyde
Francefr
Italyit
Spaines
Japanco.jp
Indiain
Australiacom.au
Brazilcom.br
Mexicocom.mx
Netherlandsnl
Swedense
United Arab Emiratesae

US uses the marketplace parameter; all others use domainCode. Always confirm the user's intended marketplace.

Usage Examples

1. Fetch US reviews — balanced snapshot

{"asin": "B08N5WRWNW", "marketplace": "US", "allStarsNum": 20, "sortBy": "recent"}

2. Fetch negative reviews with keyword filter (Germany)

{"asin": "B08N5WRWNW", "domainCode": "de", "star1Num": 30, "star2Num": 30, "filterByKeyword": "quality", "reviewerType": "avp_only_reviews"}

3. Fetch 5-star reviews with media (Japan)

{"asin": "B08N5WRWNW", "domainCode": "co.jp", "star5Num": 50, "star1Num": 0, "star2Num": 0, "star3Num": 0, "star4Num": 0, "sortBy": "helpful", "mediaType": "media_reviews_only"}

Display Rules

  1. Present data clearly: Show reviews grouped by star rating with key fields: rating, title, text, date, verified status, helpful count.
  2. Summarize when appropriate: For many reviews, provide a theme/pain-point summary before listing individuals.
  3. Highlight actionable insights: Call out recurring complaints in negative reviews; note praised features in positive reviews.
  4. Vine and verified labels: Clearly indicate Vine Voice and verified purchase status.
  5. Media indicators: Note when reviews include images or videos.
  6. Response normalization: US reviews return rating as full text (e.g., "5.0 out of 5 stars") and numberOfHelpful as string — extract numeric values for consistent display. US reviews may also include attributes (color, size, etc.) — display them to show which variant was reviewed.
  7. Error handling: When a query fails, explain the reason based on the response message and suggest adjusting parameters.
  8. Single ASIN limitation: If the user asks about multiple ASINs, make separate requests for each.

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, reviewerType, mediaType are only available for non-US marketplaces; allStarsNum, positiveNum, criticalNum are only available for the US marketplace.
  • No historical snapshots: Reviews are fetched in real-time.
  • Review text language: Reviews are returned in their original language as posted.

User Expression & Scenario Quick Reference

Applicable — Tasks involving Amazon product reviews:

User SaysScenario
---------------------
"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:

  1. The functionality or purpose described in this skill does not match actual behavior
  2. The skill's results do not match the user's intent
  3. The user expresses dissatisfaction or praise about this skill
  4. 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.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 08:13 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

LinkFoxAI

linkfox-ai
调用 LinkFox AI 平台 API,提供换模特、抠图、扩图、场景裂变、智能修图、套图、姿势裂变、带货口播、图转视频等功能。适用场景:AI 任务创建与结果轮询、api-call 调用任意接口、素材连通性测试。
★ 0 📥 939
data-analysis

LinkFoxAgent

linkfox-ai
跨境电商AI代理,配备80种专业工具,支持Amazon、TikTok、eBay、Walmart、Shopee、Ozon的产品研究、竞品分析和关键词追踪
★ 8 📥 3,012

Amazon Search

linkfox-ai
模拟真实用户在亚马逊前台搜索,获取实时关键词排名和搜索结果页数据。用于亚马逊商品搜索、搜索结果抓取、关键词排名、ASIN排名、竞品发现、价格对比、广告分析、新品监控、前台搜索模拟等。
★ 0 📥 652