Overview
Get Amazon Best Sellers for a category: ranked products with ASIN, title, brand, price, rating, reviews, Best Sellers Rank, seller and image. Async: a first call with category_url returns a snapshot id; call again with that snapshot to fetch the ranked list. For trend spotting, demand and product selection, category and niche research. 亚马逊类目畅销榜与趋势选品。
Protocol
x402
Price
$0.03
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": {
"category_url": "Amazon Best Sellers or category URL, e.g. https://www.amazon.com/Best-Sellers/zgbs/kitchen (required for the first call).",
"limit": "Max products to collect and return, 1-30 (default 15).",
"snapshot": "Snapshot id (sd_...) from the first call; pass it on the second call to fetch results."
},
"type": "http"
}
Output Schema
{
"count": "number of products returned",
"note": "human-readable note",
"results": "array of { asin, title, brand, price, rating, reviews_count, bsr, bought_past_month, seller, number_of_sellers, url, image }",
"snapshot": "snapshot id; pass back to fetch results",
"source": "data source label",
"status": "'pending' or 'ready'"
}