Get an Amazon seller's profile by seller ID. Returns seller name, logo, about text, registered business name and address, average rating, total ratings, positive-feedback percentage, and a feedback summary broken down over 30 days, 90 days, 12 months, and lifetime.
curl "https://apidirect.io/v1/amazon/seller?seller_id=A2L77EE7U53NWQ" \
-H "X-API-Key: YOUR_API_KEY"
{
"seller": {
"seller_id": "A2L77EE7U53NWQ",
"name": "Amazon Resale",
"seller_link": "https://www.amazon.com/sp?seller=A2L77EE7U53NWQ",
"store_link": "https://www.amazon.com/s?ie=UTF8&marketplaceID=ATVPDKIKX0DER&me=A2L77EE7U53NWQ",
"logo": "https://m.media-amazon.com/images/I/01RxYGCdstL.gif",
"about": "Quality used, pre-owned, or open box products, tested and inspected.",
"business_name": "Amazon.com Services LLC",
"business_address": "410 Terry Ave N Seattle WA 98109 US",
"rating": 4.2,
"ratings_total": 2593,
"positive_percentage": 79,
"review_summary": {
"thirty_days": {"positive_percent": 75, "neutral_percent": 1, "negative_percent": 23, "count": 89},
"ninety_days": {"positive_percent": 78, "neutral_percent": 1, "negative_percent": 21, "count": 232},
"twelve_months": {"positive_percent": 79, "neutral_percent": 2, "negative_percent": 19, "count": 812},
"lifetime": {"positive_percent": 82, "neutral_percent": 3, "negative_percent": 15, "count": 2593}
},
"country": "US"
}
}
From Product Details — main_buy_box.seller_id identifies who sells the product. It's also the seller= parameter in any Amazon seller page URL.
Sellers without public feedback stats (including some of Amazon's own storefronts) return null for rating, ratings_total, and positive_percentage. The profile fields still populate.
You get a 404 with code: "not_found".
You only pay for successful requests. The Amazon Seller Profile API costs $0.005 per request. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 5 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key