linkfox-amazon-product-detail

Retrieve Amazon product details by ASIN across 22 marketplaces via the LinkFox API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Amazon sellers and researchers often need structured product page data—titles, bullet points, prices, ratings, variants, and A+ content—without manually browsing each listing. This Skill fetches that data directly by ASIN, supporting batch lookups of up to 40 ASINs across 22 Amazon marketplaces. ## Core Features & Use Cases - ASIN-based detail lookup: Retrieve title, images, bullet points, specifications, pricing, ratings distribution, and variant structure for one or many ASINs in a single request. - Cross-marketplace support: Query any of 22 Amazon domains (US, UK, DE, JP, etc.) with optional language, delivery ZIP, and device-type parameters. - Optional enrichment: Include frequently-bought-together products, related products, and top customer reviews when needed. - Use Case: A seller comparing competitor listings can query three rival ASINs at once and receive each product's bullet points, current price, star-rating breakdown, and variant options in a structured format for side-by-side analysis. ## Quick Start Ask the assistant to look up the product details for ASIN B072MQ5BRX on Amazon US, including its bullet points, price, and review breakdown.

Frequently Asked Questions about linkfox-amazon-product-detail

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

FAQPage Schema
How do I look up Amazon product details by ASIN?▼

Pass one or more ASINs as a comma-separated string in the asins parameter, for example {"asins": "B072MQ5BRX,B08N5WRWNW"}. The API returns title, images, bullet points, price, ratings, specifications, and variants for each product.

How many ASINs can I query in one Amazon product detail request?▼

A single request supports up to 40 ASINs provided as a comma-separated string. Because billing is per ASIN, you should batch only the ASINs you actually need rather than large exploratory sets.

Which Amazon marketplaces does ASIN lookup support?▼

The API supports 22 Amazon domains including amazon.com, amazon.co.uk, amazon.de, amazon.co.jp, amazon.fr, amazon.it, amazon.es, amazon.ca, and others. Set the amazonDomain parameter to choose a marketplace; it defaults to amazon.com.

Can I get customer reviews and frequently bought together data for an ASIN?▼

Yes. Set returnAuthorsReviews to true to include top customer reviews, and returnBoughtTogether or returnRelatedProducts to true for those product lists. These options are disabled by default.

Why did my Amazon product detail query fail?▼

Check that the ASIN is valid and the amazonDomain matches a supported marketplace. An HTTP 401 or errorCode 401 means the Authorization header is missing or the LINKFOXAGENT_API_KEY environment variable is not configured.

What are the limitations of ASIN-based product detail lookup?▼

It returns only a current snapshot of the product page, so it cannot provide historical price trends, sales estimates, keyword rankings, or advertising data. For those needs, use dedicated keyword research or analytics tools instead.