Search Products
Search
Search Products
Search the Amazon catalog with filters and sorting.
GET
Search Products
Query Parameters
Search keywords. Matches against product titles, brands, and descriptions.
Amazon marketplace TLD or code. See
/v1/amazon/markets for all supported values.Examples: com, co.uk, de, fr, co.jpPage number for paginated results. Range:
1 - 20.Sort order for results.
| Value | Description |
|---|---|
relevance | Best match (default) |
price_low_to_high | Cheapest first |
price_high_to_low | Most expensive first |
avg_review | Highest customer rating first |
newest | Most recently added |
Department/category alias to scope the search (the
i= parameter). Use /v1/amazon/categories to look up aliases.Example: electronics, stripbooksMinimum price filter in the marketplace’s local currency.
Maximum price filter in the marketplace’s local currency.
Delivery postal/zip code for localized pricing and availability.
Locale for results, e.g.
en_US, fr_FR.Response
The search query that was executed.
Marketplace domain that was searched.
Array of matching products.
Pagination metadata with
current_page, total_pages, total_results.Example Response
Each search request costs 5 credits. Failed requests are not charged.
Authorizations
Query Parameters
Search keywords.
Amazon marketplace TLD or code (com, co.uk, de, fr, ...).
Page number for paginated results.
Required range:
1 <= x <= 20Sort order for results.
Available options:
relevance, price_low_to_high, price_high_to_low, avg_review, newest Department/category alias to scope the search (the i= parameter).
Minimum price filter in the marketplace's local currency.
Required range:
x >= 0Maximum price filter in the marketplace's local currency.
Required range:
x >= 0Delivery postal/zip code for localized pricing.
Locale for results, e.g. en_US, fr_FR.

