Playground

Run documented API operations

Explore active product scraping routes and run protected operations with an API key.

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
  }
}