Search listings
Return current Amazon search listings with prices, ratings, badges, and sponsored disclosure.
amazon.products.search
/execute
Shared execution endpoint
Input parameters
department
string
optional
Department supplied for this request.
limit
integer
optional
Maximum number of results to return.
24
max_price
number
optional
Max price supplied for this request.
min_price
number
optional
Min price supplied for this request.
node
string
optional
Node supplied for this request.
page
integer
optional
One-based result page to fetch.
1
query
string
required
Search query.
wireless earbuds
refinements
array<string>
optional
Refinements supplied for this request.
sort
string
optional
Sort order for returned results. Allowed values: `featured`, `price_low_to_high`, `price_high_to_low`, `average_review`, `most_recent`, `bestsellers`.
average_review
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
has_next |
boolean |
false |
limit |
integer |
24 |
page |
integer |
1 |
query |
string |
wireless earbuds |
results |
array |
3 items |
results |
array |
3 items |
source |
string |
semantic search-result attributes |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.