All APIs
GETGlobal E-commerce
Amazon Item Detail
Look up any Amazon product by ASIN across major marketplaces (US, UK, DE, JP). Returns buy-box price, seller, Prime eligibility, rating breakdown and stock status.
Price
$0.0040 /call
50 free calls to test
Latency
600 ms avg
Measured over 30 days
Uptime
99.7%
Rolling 90-day window
Endpoint
GET {BASE_URL}/amazon/item_detail
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| asin | string | required | Amazon ASIN, e.g. B0C1234XYZ |
| marketplace | string | optional | US | UK | DE | JP (default US) |
Sample response
{
"success": true,
"data": {
"asin": "B0C1234XYZ",
"title": "Noise Cancelling Headphones",
"price": {
"current": 79.99,
"currency": "USD"
},
"rating": 4.6,
"reviews": 12840,
"prime": true,
"in_stock": true
},
"error": null
}Try Amazon Item Detail for free
50 free calls included with every new account.