Overview
Search Amazon by keyword and get a structured product list: title, ASIN, brand, price, currency, rating, reviews, Best Sellers Rank, category, seller and image per result. Async: a first call with keyword returns a snapshot id (collection ~60-120s); call again with that snapshot to fetch results. For product selection, niche and competitor research, price and rank monitoring. 亚马逊关键词选品与竞品搜索。
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": {
"keyword": "Search keyword, e.g. 'stanley tumbler' (required for the first/trigger call).",
"limit": "Max products to collect and return, 1-30 (default 15). Applies to the trigger call.",
"snapshot": "Snapshot id (sd_...) returned by the first call. Provide this on the second call to fetch results."
},
"type": "http"
}
Output Schema
{
"count": "number of products returned (when ready)",
"keyword": "the searched keyword (on the trigger call)",
"note": "human-readable note",
"results": "array of { asin, title, brand, price, rating, reviews_count, bsr, bought_past_month, seller, number_of_sellers, url, image }",
"retry_after_seconds": "suggested wait before fetching/retrying",
"snapshot": "snapshot id; pass it back to fetch results",
"source": "data source label",
"status": "'pending' (results still collecting) or 'ready' (results returned)"
}