Get seller
Return an Amazon seller profile and its public feedback summary.
Capability ID
amazon.seller.get
Cost
1 credit per request
Maximum runtime
45 seconds
POST
/execute
Shared execution endpoint
Input parameters
seller_id
string
required
Seller identifier.
Example
A151FB8X73UXPJ
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
description |
string |
Service with a smile! Gamer Girlz LLC loves making our customers happy … |
feedback_count |
integer |
50 |
name |
string |
Gamer Girlz Online |
positive_percent |
integer |
74 |
rating |
integer |
4 |
seller_id |
string |
A151FB8X73UXPJ |
url |
string |
https://www.amazon.com/sp?seller=A151FB8X73UXPJ |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.