Overview
Get an Amazon seller profile by seller id or seller URL: seller name, star rating, business name and address, and recent buyer feedback with dates and star ratings. Returns clean structured JSON in a single synchronous call. For competitor and seller research, reputation and dispute checks, supplier vetting and Buy Box rival analysis. 亚马逊卖家画像与竞品口碑核查。
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
Base
Category
tools/search
Provider
cn402
Indexed
2026-06-22 09:15:59
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": {
"domain": "Marketplace domain when using seller_id, e.g. amazon.com (default), amazon.co.uk.",
"max_feedback": "Recent feedback entries to return, 0-50 (default 20).",
"raw": "Set raw=true to also include the full record under .raw.",
"seller_id": "Amazon seller id, e.g. A2XPYBBX7QV442 (provide seller_id OR url).",
"url": "Full Amazon seller page URL, e.g. https://www.amazon.com/sp?seller=A2XPYBBX7QV442 (alternative to seller_id)."
},
"type": "http"
}
Output Schema
{
"business": "object of business details (e.g. Business Name, Business Address)",
"description": "seller description",
"feedback_count": "number of feedback entries returned",
"feedbacks": "array of { date, stars, text }",
"note": "human-readable note",
"rating_text": "raw rating string",
"seller_id": "seller id",
"seller_name": "seller display name",
"source": "data source label",
"stars": "numeric star rating",
"url": "seller page URL"
}