Overview
Get Amazon product reviews by ASIN or URL: review text, star rating, title, author, date, verified-purchase and Vine flags, helpful votes and variant, plus the product star-rating breakdown. Async: a first call with asin returns a snapshot id (collection ~40s); call again with that snapshot to fetch reviews. For review mining, sentiment, complaint detection and competitor weakness analysis. 亚马逊评论挖掘与差评分析。
Protocol
x402
Price
$0.03
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
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 chars (provide asin OR url for the first call).",
"domain": "Marketplace domain when using asin, e.g. amazon.com (default), amazon.co.uk.",
"max_reviews": "Number of reviews to collect, 1-50 (default 10).",
"snapshot": "Snapshot id (sd_...) from the first call; pass it on the second call to fetch results.",
"url": "Full Amazon product URL (alternative to asin)."
},
"type": "http"
}
Output Schema
{
"asin": "product ASIN",
"count": "reviews returned",
"note": "human-readable note",
"product_name": "product title",
"product_rating": "overall star rating",
"rating_breakdown": "{ one_star..five_star } counts",
"reviews": "array of { rating, title, text, author, date, verified, vine, helpful, country, variant, review_id }",
"reviews_total": "total review count on the product",
"snapshot": "snapshot id; pass back to fetch results",
"source": "data source label",
"status": "'pending' or 'ready'"
}