Skip to documentation
Browse documentation

Search listings

Return current Amazon search listings with prices, ratings, badges, and sponsored disclosure.

Capability ID amazon.products.search
Cost 1 credit per request
Maximum runtime 45 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

department string optional

Department supplied for this request.

limit integer optional

Maximum number of results to return.

Example 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.

Example 1
query string required

Search query.

Example 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`.

Example average_review
Available values featuredprice_low_to_highprice_high_to_lowaverage_reviewmost_recentbestsellers

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.

PathObserved typeExample
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.