linkfox-amazon-reviews

Fetch and analyze Amazon product reviews by ASIN across 15 marketplaces.

69|14|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/linkfox-ai/linkfox-skills --skill linkfox-amazon-reviews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linkfox-amazon-reviews
Source: https://github.com/linkfox-ai/linkfox-skills/tree/main/skills/linkfox-amazon-reviews
Command: npx skills add https://github.com/linkfox-ai/linkfox-skills --skill linkfox-amazon-reviews

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Amazon product reviews across 15 marketplaces can be noisy, scattered, and hard to summarize for product insights. This skill fetches and analyzes ASIN reviews to extract meaningful sentiment, themes, and actionable feedback for sellers.

Core Features & Use Cases

  • Retrieve reviews for a given ASIN across US and non-US marketplaces with support for star filters (1-5 stars), sorting by recent or helpful, and keyword-based filtering.
  • Route requests to the correct backend endpoints based on marketplace (US uses amazon/usReviewsList; others use amazon/reviews/list) to ensure accurate results.
  • Analyze sentiment, identify common pain points and product improvement opportunities, and consolidate findings into a digestible report for product teams or sellers.
  • Use case: a seller wants to monitor competitor reviews for a targeted ASIN and extract recurring issues to guide product enhancements.

Quick Start

Ask the AI to fetch reviews for ASIN B08N5WRWNW in the Canada marketplace and analyze them for themes and sentiment.

Frequently Asked Questions about linkfox-amazon-reviews

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract and analyze Amazon reviews for a specific ASIN?

To analyze Amazon reviews, provide a valid ASIN and optionally specify a marketplace. The tool fetches structured review data including per-star counts, total reviews, and text, routing US requests to amazon/usReviewsList and others to amazon/reviews/list.

Can I filter Amazon reviews by star rating and keywords?

Yes, you can filter Amazon reviews using star1Num through star5Num for specific ratings, filterByKeyword for text matching, reviewerType for reviewer categories, and mediaType to isolate reviews with images or videos.

What's the best way to sort and analyze competitor product reviews across marketplaces?

Sorting Amazon reviews by recent or helpful helps surface top feedback. You can fetch competitor ASIN reviews across 15 marketplaces, apply keyword filters to find recurring pain points, and consolidate sentiment themes for product improvement insights.

Does this tool support fetching Amazon reviews from non-US marketplaces?

Yes, fetching Amazon reviews supports 15 marketplaces. It automatically routes US requests to amazon/usReviewsList and non-US requests to amazon/reviews/list based on your domainCode or marketplace input to ensure accurate regional results.

Can I analyze reviews for multiple ASINs at the same time?

No, analyzing Amazon reviews operates under a single-ASIN constraint. You must provide one ASIN per request to fetch and filter its review data accurately across the supported marketplaces.

What Amazon review data fields do I get back from the analysis?

Amazon review extraction returns structured data including total review count, individual review entries in the data array, per-star rating counts, and costToken, enabling sentiment analysis and theme identification.