Loading...
Loading...
按ASIN获取并分析亚马逊商品评论,支持15个站点(含美国站),按星级筛选评论。当用户提到亚马逊评论、美国站评论、商品评价、买家投诉、差评、好评、星级评分、评论分析、评论情感、产品改良建议、Vine评论、已验证购买评论、竞品评论研究、Amazon reviews, US reviews, Amazon.com reviews, product feedback, negative review analysis, positive review analysis, star rating filter, review sentiment analysis, product improvement insights, Vine reviews, competitor reviews, customer feedback时触发此技能。即使用户未明确说"评论",只要其需求涉及读取、筛选或分析亚马逊商品的买家评论,也应触发此技能。
npx skill4agent add linkfox-ai/linkfox-skills linkfox-amazon-reviewsscripts/amazon_us_reviews.pymarketplace: "US"references/api_us.mdscripts/amazon_reviews.pydomainCode: "<code>"references/api.md| 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 |
| Marketplace | Code |
|---|---|
| United States | |
| Canada | |
| United Kingdom | |
| Germany | |
| France | |
| Italy | |
| Spain | |
| Japan | |
| India | |
| Australia | |
| Brazil | |
| Mexico | |
| Netherlands | |
| Sweden | |
| United Arab Emirates | |
marketplacedomainCode{"asin": "B08N5WRWNW", "marketplace": "US", "allStarsNum": 20, "sortBy": "recent"}{"asin": "B08N5WRWNW", "domainCode": "de", "star1Num": 30, "star2Num": 30, "filterByKeyword": "quality", "reviewerType": "avp_only_reviews"}{"asin": "B08N5WRWNW", "domainCode": "co.jp", "star5Num": 50, "star1Num": 0, "star2Num": 0, "star3Num": 0, "star4Num": 0, "sortBy": "helpful", "mediaType": "media_reviews_only"}ratingnumberOfHelpfulattributesfilterByKeywordreviewerTypemediaTypeallStarsNumpositiveNumcriticalNum| 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 |