Playground

Search Amazon products API playground

Returns normalized Amazon search result cards for `amazon.com`.

GETapiKey3 credits/requestamazon.searchResponseDoc

Selected endpoint

GET /amazon/search

Returns normalized Amazon search result cards for `amazon.com`.

Group
Amazon
Authentication
apiKey
Credit cost
3 credits/request
Path parameters
0
Query parameters
3
Body parameters
0
GETapiKey3 credits/requestsearchResponseDoc

Search Amazon products

Returns normalized Amazon search result cards for `amazon.com`.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": [
    {
      "asin": "142325113X",
      "title": "ChatGPT Uses & Prompts: a QuickStudy Laminated Reference Guide",
      "is_sponsored": false,
      "link": "https://www.amazon.com/ChatGPT-Uses-Prompts-QuickStudy-Laminated/dp/142325113X/",
      "image": "https://m.media-amazon.com/images/I/71qzQ91Qe0L._AC_UL320_.jpg",
      "rating": 4.4,
      "review_count": 223,
      "price": 8.34,
      "list_price": 8.95,
      "number_of_bought_in_last_month": 0,
      "is_free_delivery": false,
      "more_choice": "https://www.amazon.com/gp/offer-listing/142325113X/"
    }
  ]
}