Overview
Structured Amazon product data by ASIN or URL: title, brand, price, list price, discount, currency, availability, rating, reviews, Best Sellers Rank, category, buybox and other-seller offers, recent sales, variations and badges. For price monitoring, competitor research, product selection and rank tracking. 亚马逊商品数据,选品与价格监控。
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
Base
Category
tools/search
Provider
cn402
Indexed
2026-06-22 08:15:49
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"asin": "Amazon ASIN, 10 alphanumeric chars, e.g. B0CRMZHDG8 (provide this OR url).",
"domain": "Amazon marketplace domain when using asin, e.g. amazon.com (default), amazon.co.uk, amazon.de, amazon.co.jp.",
"raw": "Set raw=true to also return the full unabridged scraper record under .raw (larger payload). Default false.",
"url": "Full Amazon product URL (provide this OR asin). Takes precedence over asin if both given."
},
"type": "http"
}
Output Schema
{
"asin": "product ASIN",
"availability": "availability text",
"badges": "array of badges (e.g. Amazon's Choice)",
"bestsellers": "{ rank, category, sub:[{name, rank}] }",
"bought_past_month": "recent purchase volume signal",
"brand": "brand name",
"buybox": "{ seller, seller_id, price, number_of_sellers }",
"categories": "category breadcrumb array",
"customer_summary": "Amazon's aggregated 'customers say' summary",
"image": "primary image URL",
"is_available": "boolean",
"note": "human-readable note",
"other_sellers": "{ count, min_price, max_price }",
"parent_asin": "parent ASIN if part of a variation family",
"price": "{ final, initial, list, currency, discount }",
"rating": "average star rating",
"return_policy": "return/refund policy text",
"reviews_count": "number of reviews",
"source": "data source label",
"title": "product title",
"url": "canonical product URL",
"variations_count": "number of listed variations"
}