dewu
A lightweight proxy for the DeWu (poizon) product API.
8 subscribers
9.6/10 popularity
6128 ms avg latency
100% success rate
5 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
dewu endpoints
| Method | Endpoint | Description |
|---|---|---|
| Product | ||
| POST |
getPrices /product/price |
Returns SKU prices for the given `spu_id`, fresh within 10 minutes. On miss it triggers an on-demand fetch and polls for up to ~20s. |
| POST |
listGoods /product/list |
Returns goods matching the given article number (key). If cached data exists it returns immediately; otherwise it triggers an async fetch and polls for up to ~20s. |
| POST |
getLastSold /product/lastSold |
Returns recent transactions (lastSold) for the given `spu_id`, fresh within 10 minutes. On miss it triggers an on-demand fetch and polls for up to ~20s. |
| POST |
getGoodsDetail /product/detail |
Returns the full product record for the given `spu_id` (all fields except `create_time`). `spu_id` is unique. |
| POST |
getPriceTrend /product/priceTrend |
Returns price-history points (priceTrend) for the given `spu_id`, fresh within 10 minutes. On miss it triggers an on-demand fetch and polls for up to ~20s. |
dewu pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $100 / month | 20 / minute |
|
| ULTRA | $300 / month | 1 / second |
|
| MEGA | $600 / month | 1 / second |
|