linkfox-amazon-reviews

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

17|3|Updated Jun 18, 2026
One-click install
npx skills add https://github.com/w9uk5ie8v/LinkFoxSkills --skill linkfox-amazon-reviews-w9uk5ie8v
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: linkfox-amazon-reviews
Source: https://github.com/w9uk5ie8v/LinkFoxSkills/tree/main/linkfox-amazon-reviews
Command: npx skills add https://github.com/w9uk5ie8v/LinkFoxSkills --skill linkfox-amazon-reviews-w9uk5ie8v

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Amazon sellers need to read and analyze large volumes of customer reviews to find complaints, praised features, and product improvement ideas, but manually browsing reviews across marketplaces is slow and unstructured. ## Core Features & Use Cases - Review Retrieval by ASIN: Fetch up to 100 reviews per star rating (1-5 stars) for any Amazon ASIN across 15 marketplaces including the US, UK, Germany, and Japan. - Flexible Filtering: Filter by keyword, verified purchase status, media attachments (images/videos), and sort by recency or helpfulness. - Insight Extraction: Summarize recurring complaints in negative reviews and highlight praised features in positive reviews, with Vine and verified-purchase labels clearly indicated. - Use Case: A seller researching a competitor's product can pull all 1-star and 2-star reviews mentioning "battery" from Amazon.com, then extract recurring pain points to guide their own product improvements. ## Quick Start Ask the assistant to fetch and analyze the 1-star and 2-star reviews for ASIN B08N5WRWNW on Amazon.com and summarize the main customer complaints.

Frequently Asked Questions about linkfox-amazon-reviews

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

FAQPage Schema
How do I get Amazon reviews for a specific ASIN?▼

Call the reviews script with the product ASIN and a domainCode such as "com" for Amazon.com. You can set how many reviews to fetch per star rating, from 0 to 100 each, and sort by recent or helpful.

How to filter Amazon reviews by keyword or star rating?▼

Use the filterByKeyword parameter to match review text and the star1Num through star5Num parameters to control how many reviews of each rating are returned. Setting a star count to 0 excludes that rating.

Which Amazon marketplaces are supported for review lookup?▼

Fifteen marketplaces are supported through the domainCode parameter, including the US (com), UK (co.uk), Germany (de), Japan (co.jp), Canada, France, Italy, Spain, India, Australia, Brazil, Mexico, Netherlands, Sweden, and UAE.

Can I fetch only verified purchase or Vine reviews?▼

Yes. Set reviewerType to "avp_only_reviews" to return only verified purchase reviews. Vine Voice reviews are flagged in the response with a vine boolean field so they can be identified during analysis.

What are the limitations of fetching Amazon reviews by ASIN?▼

Only one ASIN can be queried per request, and each star rating returns at most 100 reviews. Reviews are fetched in real time with no historical snapshots, and review text is returned in its original language.

Why does the Amazon reviews request return an authorization error?▼

A 401 error means the API key is missing or invalid. Set the LINKFOXAGENT_API_KEY environment variable with a key obtained from the LinkFox skills guide page before running the script.