Design & media

亚马逊-前端商品详情

Try it

Retrieve Amazon product detail data by ASIN across 22 marketplaces: title, images, bullets, specs, A+, price, ratings, variants.

What it does

This skill calls the product detail endpoint with one or more ASINs (up to 40 per request) and returns the structured fields scraped from the front-end product page: title, main and additional images, "About This Item" bullet points, specification tables, A+ content, current and original price, rating distribution and review counts, and variant structure. Optional flags pull in "Frequently Bought Together", related products, and top customer reviews. Each successfully returned ASIN costs 15 credits, and the bundled script caches results locally for 24 hours.

When to use it

  • Look up bullets, specs, and price for a single ASIN on a specific marketplace
  • Batch up to 40 ASINs to compare competitor listings side by side
  • Pull current rating distribution and top reviews for one ASIN
  • Inspect variant structure with delivery-dependent pricing for a ZIP code

The skill document

Amazon Product Detail Lookup

This skill guides you on how to retrieve and analyze detailed Amazon product information by ASIN, helping Amazon sellers and researchers extract comprehensive listing data from product pages across 22 Amazon marketplaces.

Core Concepts

This tool performs front-end simulation of Amazon product pages to extract structured detail data. It returns rich information including the product title, main image, additional images, bullet points (About This Item), product specifications, A+ content description, pricing, ratings distribution, variant structure, and optionally "Frequently Bought Together" and "Related Products" data.

Billing note: This tool is billed per ASIN queried. Because the cost is higher than search-based tools, guide users to query only the ASINs they truly need rather than large exploratory batches.

Batch support: Up to 40 ASINs can be queried in a single request, provided as a comma-separated string.

Parameter Guide

ParameterRequiredDefaultDescription
asinsYes--Comma-separated ASIN list (up to 40). Example: B072MQ5BRX,B08N5WRWNW
amazonDomainNoamazon.comAmazon marketplace domain. See Supported Marketplaces below
languageNo--Locale code for response language, e.g. en_US, de_DE, ja_JP
deliveryZipNo--Postal/ZIP code for delivery-dependent pricing and availability
deviceNodesktopDevice type: desktop, mobile, or tablet
returnBoughtTogetherNofalseInclude "Frequently Bought Together" products in the response
returnRelatedProductsNofalseInclude "Related Products" list in the response
returnAuthorsReviewsNofalseInclude top customer reviews in the response

Supported Marketplaces

DomainCountry
amazon.comUnited States
amazon.co.ukUnited Kingdom
amazon.deGermany
amazon.frFrance
amazon.itItaly
amazon.esSpain
amazon.co.jpJapan
amazon.caCanada
amazon.com.auAustralia
amazon.com.brBrazil
amazon.inIndia
amazon.nlNetherlands
amazon.seSweden
amazon.plPoland
amazon.sgSingapore
amazon.saSaudi Arabia
amazon.aeUnited Arab Emirates
amazon.com.trTurkey
amazon.com.mxMexico
amazon.egEgypt
amazon.cnChina
amazon.com.beBelgium

Default marketplace is amazon.com (US). Use amazon.com when the user doesn't specify a marketplace.

调用方式

  • API 端点POST /amazon/product/detail(完整参数/响应/错误码见 references/api.md
  • Python 脚本python scripts/amazon_product_detail.py '' [--inline]
  • 成本约束:本工具会消耗积分;同一会话同一参数组合默认只调用一次,脚本带 24h 本地缓存。失败/空结果不得自动换关键词、翻页或改邮编连续试探;需要继续检索时先向用户说明会产生额外消耗。

输出策略(脚本默认行为)

  • 始终将完整响应写入 /linkfox///data/linkfox-amazon-product-detail-.json 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录; 取自环境变量 SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)
  • 响应体 ≤ 8 KB:落盘后把完整 JSON 打印到 stdout
  • 响应体 > 8 KB:落盘后 stdout 只输出摘要(顶层字段、常见计数如 total/costToken、最大列表字段的长度 + 前 3 条样本)
  • --inline 强制全量打印到 stdout(同样落盘)

读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jqConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。

解决认证和积分问题

发生以下异常情况时,采用 references/onboarding.md 引导解决问题:

异常情况

  • 未配置API Key:环境变量未配置 LINKFOX_AGENT_API_KEY,也未配置 LINKFOXAGENT_API_KEY
  • 响应401或402状态码
  • 响应提示积分或余额不足:消息含"积分余额不足/计费不足/余额不足/quota exceeded/insufficient balance/套餐到期/需充值/请充值",或类似含义的内容。

Usage Examples

1. Basic single-ASIN lookup

Look up the details of ASIN B072MQ5BRX on Amazon US.

Parameters: {"asins": "B072MQ5BRX"}

2. Multi-ASIN batch lookup

Get product details for B072MQ5BRX and B08N5WRWNW.

Parameters: {"asins": "B072MQ5BRX,B08N5WRWNW"}

3. Lookup on a non-US marketplace

Fetch product info for B09V3KXJPB on Amazon Germany.

Parameters: {"asins": "B09V3KXJPB", "amazonDomain": "amazon.de"}

4. Lookup with reviews and bought-together

Get full product details including reviews and frequently bought together for B08N5WRWNW on Amazon Japan.

Parameters: {"asins": "B08N5WRWNW", "amazonDomain": "amazon.co.jp", "returnBoughtTogether": true, "returnAuthorsReviews": true}

5. Competitor listing comparison

Compare bullet points and pricing for these 3 ASINs: B072MQ5BRX, B08N5WRWNW, B09V3KXJPB.

Parameters: {"asins": "B072MQ5BRX,B08N5WRWNW,B09V3KXJPB"}

6. Mobile-specific product page check

Show me how product B072MQ5BRX looks on mobile in the UK.

Parameters: {"asins": "B072MQ5BRX", "amazonDomain": "amazon.co.uk", "device": "mobile"}

Display Rules

  1. Present data clearly: Show product details in a well-structured format -- use tables for specifications and pricing comparisons, bullet lists for "About This Item" content
  2. Image handling: When the response includes image URLs (productImageUrls, thumbnail, imageUrl), present them as clickable links or embedded images as appropriate
  3. Multi-ASIN results: When multiple ASINs are queried, organize results so each product is clearly separated and labeled by ASIN and title
  4. Price formatting: Always include the currency symbol/code alongside price values. Show both current price and original price (if discounted) to highlight deals
  5. Rating breakdown: When customerReviews data is present, show the star distribution (5-star through 1-star percentages) alongside the overall rating and total review count
  6. Variant display: When variants exist, present them in a compact table grouped by variant dimension (color, size, etc.)
  7. Error handling: When a query fails, explain the reason and suggest checking that the ASIN is valid and the marketplace domain is correct
  8. Cost awareness: Remind users that this tool charges per ASIN, so they should batch only what they need

User Expression & Scenario Quick Reference

Applicable -- Tasks that require structured Amazon product page data:

User SaysScenario
"Look up this ASIN", "Get product details for ..."Single/batch ASIN detail lookup
"What are the bullet points for this product"Listing content extraction
"Show me competitor listings"Multi-ASIN comparison
"What's the price of this ASIN on Amazon DE"Cross-marketplace price check
"How many reviews does this product have"Rating & review analysis
"What variants does this product offer"Variant structure inspection
"Get the A+ content / product description"Product description retrieval
"What's the main image for this ASIN"Product image extraction
"Is this product Prime eligible"Eligibility / badge check
"What are the product specs / dimensions"Specification lookup

Not applicable -- Needs beyond product detail page data:

  • Keyword / search term analysis (use ABA Data Explorer instead)
  • Search result rankings or organic position tracking
  • Advertising / PPC campaign data
  • Sales estimation or revenue calculations
  • Inventory management or FBA fee analysis
  • Review sentiment analysis requiring NLP beyond raw review text
  • Historical price tracking over time (this tool returns current snapshot only)

Boundary judgment: When users say "analyze this product" or "research this ASIN", if it boils down to retrieving the current product page data (title, price, bullets, images, reviews, variants), this skill applies. If they need historical trends, sales estimates, or advertising insights, it does not apply.

积分消耗规则

按动态规则计费:消耗积分 = 成功返回商品数 × 15。

重要:本技能的服务按倍数动态计算,可能一次性消耗大量积分,必须提醒用户,由用户决定是否继续。

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 references/api.md. Do not interrupt the user's flow.


For more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.

Questions people ask

How many ASINs can be queried in one call?
Up to 40, provided as a comma-separated string. Each successfully returned ASIN costs 15 credits, so total cost scales with batch size.
Which Amazon marketplaces are supported?
22 domains are listed, including amazon.com, amazon.co.uk, amazon.de, amazon.co.jp, amazon.com.au, amazon.cn, and others. The default is amazon.com when unspecified.
Can this skill track historical price changes or estimate sales?
No. It returns a current snapshot of the product page only. Keyword research, search ranking, PPC, sales estimation, and inventory analysis are explicitly out of scope.

Related skills

按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时触发此技能。即使用户未明确说"评论",只要其需求涉及读取、筛选或分析亚马逊商品的买家评论,也应触发此技能。

1 installs

This skill helps users run the Amazon Product Details Scraper BrowserAct template and extract structured public data. Use this skill when users ask to collect amazon product details scraper data, scrape amazon product details scraper results, monitor public records from this source, export structure

1 installs

通过ASIN获取亚马逊商品详情,包括价格、标题、主图、上架日期、材质、重量、变体月销量及近12个月的月销数据。当用户查询亚马逊商品详情、ASIN查询、商品定价、销售排名历史、月销量趋势、商品尺寸、FBA费用、产品规格、批量ASIN查询、Keepa product details, ASIN detail lookup, monthly sales data, pricing info, product specifications, FBA fees, batch ASIN query时触发此技能。即使用户未明确提及"Keepa",只要其需求涉及获取一个或多个亚马逊ASIN的结构化商品数据,也应触发此技能。

1 installs

Retrieve complete Amazon product details with the official Gecho Bridge MCP tool, including title, price, variants, specifications, description, ratings, and links. Use when the user provides an Amazon product URL or ASIN.

1 installs

Amazon product detail page scraper: extract full product data from any open Amazon product detail URL (any /dp/{asin} or /gp/product/{asin} page across all Amazon regional TLDs) — returns asin, url, title, brand, price, listPrice, stars, reviewsCount, starsBreakdown (5/4/3/2/1 star percentages), ans