Pinduoduo · Item APIs
Pinduoduo Item Detail
Fetch Pinduoduo product details including single-buy and group-buy prices, SKU variations, sales volume and store data.
$0.0025/call · 50 free 400ms avg 99.7% uptime
GEThttp://localhost:8001/v1/pdd/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 | Pinduoduo goods ID |
Request example
curl "http://localhost:8001/v1/pdd/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": {
"goods_id": "410032811",
"title": "Stainless Steel Water Bottle 500ml",
"price": {
"single": 19.9,
"group": 15.9,
"currency": "CNY"
},
"sales": 100000
},
"error": null
}Try Pinduoduo Item Detail with Orlabia Tech
50 free calls included with every new account.