AliExpress · Item APIs
AliExpress Item Detail
Real-time AliExpress product data: multi-currency pricing, SKU combinations, shipping methods per destination country, store ratings and review summaries.
$0.0020/call · 100 free 350ms avg 99.9% uptime
GEThttp://localhost:8001/v1/aliexpress/item_detail
Go to Dashboard → API Keys to get your API key. Send it on every request as Authorization: Bearer <key> — see the examples below.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| item_id | string | required | AliExpress product ID |
| ship_to | string | optional | Destination country code, e.g. US, BR, ES |
| currency | string | optional | USD, EUR, BRL … (default USD) |
Request example
curl "http://localhost:8001/v1/aliexpress/item_detail?item_id=675432198765" \
-H "Authorization: Bearer YOUR_API_KEY"Response example
Switch tabs to see the error envelope for each status code. Non-200 responses are never charged.
{
"success": true,
"data": {
"item_id": "1005006123456789",
"title": "Smart Watch Fitness Tracker",
"price": {
"current": 23.99,
"currency": "USD"
},
"shipping": [
{
"method": "AliExpress Standard",
"cost": 1.99,
"days": "12-20"
}
],
"store": {
"name": "Official Gadget Store",
"positive_rate": 97.6
}
},
"error": null
}Try AliExpress Item Detail with Orlabia Tech
100 free calls included with every new account.