Featured product reviews
Return the current public featured-review cards exposed on an Amazon product detail page.
Capability ID
amazon.reviews.list
Cost
1 credit per request
Maximum runtime
45 seconds
POST
/execute
Shared execution endpoint
Input parameters
asin
string
required
Asin supplied for this request.
Example
B07PXGQC1Q
limit
integer
optional
Maximum number of results to return.
Example
10
page
integer
optional
One-based result page to fetch.
Example
1
rating
integer
optional
Rating supplied for this request.
sort
string
optional
Sort order for returned results. Allowed values: `helpful`, `top`.
Example
helpful
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.