Playground

Retrieve Amazon product details API playground

Returns normalized product details for an Amazon ASIN on `amazon.com`, including pricing, availability, overview data, inline review samples, and descriptive content.

GETapiKey2 credits/requestamazon.productResponseDoc

Selected endpoint

GET /amazon/product/{asin}

Returns normalized product details for an Amazon ASIN on `amazon.com`, including pricing, availability, overview data, inline review samples, and descriptive content.

Group
Amazon
Authentication
apiKey
Credit cost
2 credits/request
Path parameters
1
Query parameters
2
Body parameters
0
GETapiKey2 credits/requestproductResponseDoc

Retrieve Amazon product details

Returns normalized product details for an Amazon ASIN on `amazon.com`, including pricing, availability, overview data, inline review samples, and descriptive content.

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

Set up API key

Path parameters

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": "B0DGJ736JM",
    "title": "Apple Watch SE (2nd Gen) [GPS 40mm]",
    "link": "https://www.amazon.com/dp/B0DGJ736JM/",
    "rating": 4.4,
    "review_count": 1055,
    "price": 189
  }
}