Data publik Shopee Indonesia — profil toko/seller & statistik storefront (followers, rating, response rate). Catatan: pencarian & detail produk tidak tersedia (diblokir upstream untuk egress non-residential).
shopfailed the last check/v1/marketplace:shopee/shop/:username10m cache1 paramchecking key…// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";
const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });
const data = await client.run("marketplace:shopee", "shop", {
"username": "shopee_id"
});
console.log(data);curl -X GET "https://api.zpi.web.id/v1/marketplace:shopee/shop/shopee_id" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"/v1/marketplace:shopee/shop/:usernameProfil & statistik toko Shopee dari username, shop id, atau URL toko.usernamestringrequiredin pathcurl -X GET "https://api.zpi.web.id/v1/marketplace:shopee/shop/shopee_id" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"ok": true,
"shop": {
"url": "https://shopee.co.id/shopee_id",
"name": "Shopee_id",
"avatar": "https://down-id.img.susercontent.com/file/181594b985f5e78bfd451a016cad78fb",
"shopId": 1289539,
"userId": 1290517,
"country": "ID",
"joinedAt": 1445596292,
"location": "KOTA JAKARTA SELATAN",
"username": "shopee_id",
"itemCount": 0,
"ratingBad": 92,
"isVerified": false,
"ratingGood": 583,
"ratingStar": 4.173645,
"description": "Beli Semua di Shopee, Promo Seru, Paling Lengkap! \n\nCS: 1500702",
"joinedAtIso": "2015-10-23T10:31:32.000Z",
"chatDisabled": false,
"lastActiveAt": 1753810377,
"ratingNormal": 152,
"responseRate": 100,
"emailVerified": true,
"followerCount": 816334,
"phoneVerified": true,
"followingCount": 8,
"isOfficialShop": true,
"isShopeeChoice": false,
"isPreferredPlus": false,
"lastActiveAtIso": "2025-07-29T17:32:57.000Z",
"cancellationRate": 0,
"responseTimeSeconds": 641
}
}