List best sellers
Return ranked products from Amazon Best Sellers, optionally scoped to a category node.
Capability ID
amazon.bestsellers.list
Cost
1 credit per request
Maximum runtime
45 seconds
POST
/execute
Shared execution endpoint
Input parameters
limit
integer
optional
Maximum number of results to return.
Example
25
node
string
optional
Node supplied for this request.
Example
electronics
page
integer
optional
One-based result page to fetch.
Example
1
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
No committed sample output is available for this capability yet.
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.