---
title: "Product Search"
method: GET
path: "/api/amazon/search-products/v1"
tags: ["Amazon"]
---

# Product Search

`GET /api/amazon/search-products/v1`

Searches Amazon marketplace products by keyword or ASIN with country, sort, condition, Prime-only, deals, and page controls. Use it to discover products for catalog research, price comparison, or competitive assortment analysis.

## Query parameters

- `token` string, required
- `keyword` string, required
- `country` 'US' | 'AU' | 'BR' | 'CA' | 'CN' | 'FR' | 'DE' | 'IN' | 'IT' | 'MX' | 'NL' | 'SG' | 'ES' | 'TR' | 'AE' | 'GB' | 'JP' | 'SA' | 'PL' | 'SE' | 'BE' | 'EG' | 'ZA' | 'IE' — Amazon Country
- `sortBy` 'RELEVANCE' | 'LOWEST_PRICE' | 'HIGHEST_PRICE' | 'REVIEWS' | 'NEWEST' | 'BEST_SELLERS' — Amazon Sort By
- `productCondition` 'ALL' | 'NEW' | 'USED' | 'RENEWED' | 'COLLECTIBLE' — Amazon Product Condition
- `isPrime` boolean
- `dealsAndDiscounts` 'NONE' | 'ALL_DISCOUNTS' | 'TODAYS_DEALS' — Amazon Deals And Discounts
- `page` integer

## Response `200`

OK

- object
  - `code` 0 | 100 | 101 | 202 | 300 | 301 | 302 | 303 | 400 | 404 | 500 | 503 | 600 | 601 | 602, required
  - `message` string, nullable, required
  - `data` unknown, required
  - `recordTime` string, nullable, required
  - `requestId` string

## Other responses

- `400` — Invalid request parameters or body
- `401` — Invalid or inactive access token
- `403` — Permission denied
- `429` — Request rate or daily quota limit exceeded
- `500` — Internal server error
- `503` — Service temporarily unavailable

---

[API](https://skmtc.dev/justoneapi/apis/openapi-definition.md) · [All operations](https://skmtc.dev/justoneapi/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/justoneapi/openapi-definition/revisions/1375f3be960b/schema)
