zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Marketplace/Tokopedia
Logo Tokopedia

Tokopedia

Akses data publik Tokopedia: pencarian produk, detail produk, dan profil toko/seller. Untuk riset harga, monitoring katalog, dan analisis marketplace.

8 endpoints8 endpoints on this scraper178 calls178 calls so farupdated 3 months agoLast updated 6/13/2026, 4:34:29 AMBusy: 10+ calls so farllms.txt
Endpoints8

7/8 passing
checked 20 hours ago · daily 01:00 WIB

Search Product

Cari produk Tokopedia berdasarkan kata kunci. Mendukung sorting & pagination.

GET/v1/marketplace:tokopedia/search2m cache4 paramschecking key…
Parameters
qstringrequired

Kata kunci pencarian produk

pagenumber

Halaman hasil (1, 2, 3...). Default 1

countnumber

Jumlah produk per halaman. Default 20, max 60

sortenum

Urutan hasil. Default relevance

·
Response
EXAMPLE
{
  "page": 1,
  "count": 20,
  "items": [
    {
      "url": "https://www.tokopedia.com/mageid/mage-genus-anti-bara-backpack-tas-gendong-pria-wanita-premium-ransel-laptop-14-inch-1730838809683789809?extParam=ivf%3Dfalse%26keyword%3Dlaptop%26s…",
      "name": "MAGE Genus Anti Bara Backpack | Tas Gendong Pria Wanita Premium | Ransel Laptop 14 Inch",
      "shop": {
        "url": "https://www.tokopedia.com/mageid",
        "city": "Tangerang Selatan",
        "name": "Mage.id",
        "tier": 2,
        "shopId": "7494570278612339697"
      },
      "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/059c93759b224e8b96b6a76fb3f9d639~tplv-aphluv4xwc-white-pad-v1:200:200.jpeg?lk3s=97278606&x-expires=1781328…",
      "price": 250000,
      "labels": [
        {
          "title": "2 terjual",
          "position": "ri_product_credibility"
        },
        {
          "title": "Bisa COD",
          "position": "ri_product_offer"
        }
      ],
      "rating": 5,
      "image300": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/059c93759b224e8b96b6a76fb3f9d639~tplv-aphluv4xwc-white-pad-v1:300:300.jpeg?lk3s=97278606&x-expires=1781328…",
      "priceText": "Rp250.000",
      "productId": "100169579302",
      "categoryId": "1759",
      "categoryName": "Fashion Pria"
    },
    {
      "url": "https://www.tokopedia.com/alienwarestore/tas-laptop-sleevecase-carbon?extParam=ivf%3Dfalse%26keyword%3Dlaptop%26search_id%3D202606130430025737C6EC2E071627BRQK%26src%3Dsearch",
      "name": "Tas Laptop Sleevecase Carbon",
      "shop": {
        "url": "https://www.tokopedia.com/alienwarestore",
        "city": "Jakarta Utara",
        "name": "ALIENWARE GAMING STORE",
        "tier": 2,
        "shopId": "2678348"
      },
      "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2023/10/11/885aba3d-3e6a-4ed7-8ed5-e4280eb1dcbb.jpg~tplv-aphluv4xwc-white-pad-v1:200:200.jpeg?l…",
      "price": 100000,
      "labels": [
        {
          "title": "8 terjual",
          "position": "ri_product_credibility"
        },
        {
          "title": "Hemat s.d  8% Pakai Bonus",
          "position": "ri_product_offer"
        }
      ],
      "rating": 5,
      "image300": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2023/10/11/885aba3d-3e6a-4ed7-8ed5-e4280eb1dcbb.jpg~tplv-aphluv4xwc-white-pad-v1:300:300.jpeg?l…",
      "priceText": "Rp100.000",
      "productId": "11807421908",
      "categoryId": "297",
      "categoryName": "Komputer & Laptop"
    }
  ],
  "query": "laptop",
  "hasMore": true,
  "nextPage": 2,
  "totalData": 1195185,
  "totalDataText": "1.1jt+"
}

Code

Search Product
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("marketplace:tokopedia", "search", {
  "q": "laptop gaming"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

8 endpoints · plain text
GET
Search Product/v1/marketplace:tokopedia/search
4 params

Cari produk Tokopedia berdasarkan kata kunci. Mendukung sorting & pagination.

Parameters

qstringrequired
Kata kunci pencarian produk
pagenumberoptional
Halaman hasil (1, 2, 3...). Default 1
countnumberoptional
Jumlah produk per halaman. Default 20, max 60
sortenumoptional
Urutan hasil. Default relevance Values: relevance, newest, cheapest, expensive, bestselling.

Request

curl -X GET "https://api.zapi.ink/v1/marketplace:tokopedia/search?q=laptop+gaming&page=&count=&sort=" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 20,
  "items": [
    {
      "url": "https://www.tokopedia.com/mageid/mage-genus-anti-bara-backpack-tas-gendong-pria-wanita-premium-ransel-laptop-14-inch-1730838809683789809?extParam=ivf%3Dfalse%26keyword%3Dlaptop%26s…",
      "name": "MAGE Genus Anti Bara Backpack | Tas Gendong Pria Wanita Premium | Ransel Laptop 14 Inch",
      "shop": {
        "url": "https://www.tokopedia.com/mageid",
        "city": "Tangerang Selatan",
        "name": "Mage.id",
        "tier": 2,
        "shopId": "7494570278612339697"
      },
      "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/059c93759b224e8b96b6a76fb3f9d639~tplv-aphluv4xwc-white-pad-v1:200:200.jpeg?lk3s=97278606&x-expires=1781328…",
      "price": 250000,
      "labels": [
        {
          "title": "2 terjual",
          "position": "ri_product_credibility"
        },
        {
          "title": "Bisa COD",
          "position": "ri_product_offer"
        }
      ],
      "rating": 5,
      "image300": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/059c93759b224e8b96b6a76fb3f9d639~tplv-aphluv4xwc-white-pad-v1:300:300.jpeg?lk3s=97278606&x-expires=1781328…",
      "priceText": "Rp250.000",
      "productId": "100169579302",
      "categoryId": "1759",
      "categoryName": "Fashion Pria"
    },
    {
      "url": "https://www.tokopedia.com/alienwarestore/tas-laptop-sleevecase-carbon?extParam=ivf%3Dfalse%26keyword%3Dlaptop%26search_id%3D202606130430025737C6EC2E071627BRQK%26src%3Dsearch",
      "name": "Tas Laptop Sleevecase Carbon",
      "shop": {
        "url": "https://www.tokopedia.com/alienwarestore",
        "city": "Jakarta Utara",
        "name": "ALIENWARE GAMING STORE",
        "tier": 2,
        "shopId": "2678348"
      },
      "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2023/10/11/885aba3d-3e6a-4ed7-8ed5-e4280eb1dcbb.jpg~tplv-aphluv4xwc-white-pad-v1:200:200.jpeg?l…",
      "price": 100000,
      "labels": [
        {
          "title": "8 terjual",
          "position": "ri_product_credibility"
        },
        {
          "title": "Hemat s.d  8% Pakai Bonus",
          "position": "ri_product_offer"
        }
      ],
      "rating": 5,
      "image300": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2023/10/11/885aba3d-3e6a-4ed7-8ed5-e4280eb1dcbb.jpg~tplv-aphluv4xwc-white-pad-v1:300:300.jpeg?l…",
      "priceText": "Rp100.000",
      "productId": "11807421908",
      "categoryId": "297",
      "categoryName": "Komputer & Laptop"
    }
  ],
  "query": "laptop",
  "hasMore": true,
  "nextPage": 2,
  "totalData": 1195185,
  "totalDataText": "1.1jt+"
}
GET
Product Detail/v1/marketplace:tokopedia/product
1 param

Detail lengkap produk Tokopedia dari URL (harga, stok, spesifikasi, media, statistik).

Parameters

urlstringrequired
Tokopedia product URL

Request

curl -X GET "https://api.zapi.ink/v1/marketplace:tokopedia/product?url=https%3A%2F%2Fwww.tokopedia.com%2Falienwarestore%2Ftas-laptop-sleevecase-carbon" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "url": "https://www.tokopedia.com/alienwarestore/tas-laptop-sleevecase-carbon",
  "name": "Tas Laptop Sleevecase Carbon",
  "shop": {
    "url": "https://www.tokopedia.com/alienwarestore",
    "name": "ALIENWARE GAMING STORE",
    "shopId": "2678348"
  },
  "alias": "tas-laptop-sleevecase-carbon",
  "price": 100000,
  "specs": [
    {
      "label": "Kondisi",
      "value": "Baru"
    },
    {
      "label": "Pemesanan Minimum",
      "value": "1 Buah"
    }
  ],
  "stock": 992,
  "images": [
    {
      "maxRes": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2023/10/11/885aba3d-3e6a-4ed7-8ed5-e4280eb1dcbb.jpg~tplv-aphluv4xwc-white-pad-v1:1600:1600.jpeg…",
      "original": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2023/10/11/885aba3d-3e6a-4ed7-8ed5-e4280eb1dcbb.jpg~tplv-aphluv4xwc-resize-jpeg:700:0.jpeg?lk3s…",
      "thumbnail": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2023/10/11/885aba3d-3e6a-4ed7-8ed5-e4280eb1dcbb.jpg~tplv-aphluv4xwc-resize-jpeg:200:0.jpeg?lk3s…"
    },
    {
      "maxRes": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2023/10/11/ae3dd7be-4c34-47bb-ac62-15185662da9a.jpg~tplv-aphluv4xwc-resize-jpeg:700:0.jpeg?lk3s…",
      "original": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2023/10/11/ae3dd7be-4c34-47bb-ac62-15185662da9a.jpg~tplv-aphluv4xwc-resize-jpeg:700:0.jpeg?lk3s…",
      "thumbnail": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2023/10/11/ae3dd7be-4c34-47bb-ac62-15185662da9a.jpg~tplv-aphluv4xwc-resize-jpeg:200:0.jpeg?lk3s…"
    }
  ],
  "rating": 5,
  "status": "ACTIVE",
  "weight": 2,
  "category": {
    "id": "3912",
    "name": "Laptop Case",
    "breadcrumb": [
      {
        "id": "297",
        "url": "https://www.tokopedia.com/p/komputer-laptop",
        "name": "Komputer & Laptop"
      },
      {
        "id": "338",
        "url": "https://www.tokopedia.com/p/komputer-laptop/aksesoris-komputer-laptop",
        "name": "Aksesoris Komputer & Laptop"
      }
    ]
  },
  "maxOrder": 992,
  "minOrder": 1,
  "soldText": "8",
  "condition": "NEW",
  "createdAt": "2024-09-09T02:36:41+07:00",
  "isVariant": false,
  "priceText": "Rp100.000",
  "productId": "11807421908",
  "soldCount": 8,
  "talkCount": 0,
  "weightUnit": "KILOGRAM",
  "description": "CARBON SOFTCASE SLEEVE CASE 13-14INCH NAVY BLUE\nCARBON SOFTCASE SLEEVE CASE 13-14INCH ROYAL BROWN\nCARBON SOFTCASE SLEEVE CASE 13-14INCH SPACE GRY",
  "reviewCount": 3,
  "defaultImage": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2023/10/11/885aba3d-3e6a-4ed7-8ed5-e4280eb1dcbb.jpg~tplv-aphluv4xwc-resize-jpeg:700:0.jpeg?lk3s…",
  "isOfficialStore": true,
  "isPowerMerchant": true
}
GET
Shop Detail/v1/marketplace:tokopedia/shop
1 param

Profil & statistik toko/seller Tokopedia dari domain toko.

Parameters

shopstringrequired
Nama domain toko atau URL toko Tokopedia

Request

curl -X GET "https://api.zapi.ink/v1/marketplace:tokopedia/shop?shop=alienwarestore" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "url": "https://www.tokopedia.com/alienwarestore",
  "name": "ALIENWARE GAMING STORE",
  "tier": 0,
  "cover": "https://p16-images-common-sign-sg.tokopedia-static.net/tos-alisg-i-6i2l32qzxu-sg/img/shops-1/2020/9/18/24225949/24225949_3cdde991-a492-45b8-9d07-ecf00755ef82~tplv-6i2l32qzxu-resize-jpeg:1190:0.jpeg?lk3s=0bbf387e&x-expires=1781354474&x-signature=EvBNeBwzCUwh10UAyGpMVTKBG%2Bc%3D&x-signature-webp=8nra85Q99FCMe%2BqdNt0cnHyUsQU%3D",
  "avatar": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/a35a583c79764f0d871efca6f6a21212~tplv-aphluv4xwc-white-pad-v1:215:215.jpeg?lk3s=0bbf387e&x-expires=1781354474&x-signature=CfK6HDBE2zJ31ZZ6o3lSBr00tao%3D&x-signature-webp=YW6RNKMX1YWlUBaU5rWjWUekv8w%3D",
  "domain": "alienwarestore",
  "isGold": false,
  "shopId": "2678348",
  "status": 1,
  "ownerId": "24225949",
  "location": "Kota Administrasi Jakarta Utara",
  "shopCreated": "2017-11-06",
  "favoriteCount": 17050,
  "isOfficialStore": false,
  "activeProductCount": 0
}
GET
Reviews/v1/marketplace:tokopedia/reviews
3 params

product reviews, paged

Parameters

productstringrequired
Tokopedia product URL or numeric product id
pagenumberoptional
Result page. Default 1
limitnumberoptional
Reviews per page. Default 10, max 50. Ordered most-helpful first (upstream default)

Request

curl -X GET "https://api.zapi.ink/v1/marketplace:tokopedia/reviews?product=https%3A%2F%2Fwww.tokopedia.com%2Falienwarestore%2Ftas-laptop-sleevecase-carbon&page=1&limit=10" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "shop": {
    "url": "https://www.tokopedia.com/caselify",
    "name": "CASELIFY",
    "shopId": "7494958245936269632"
  },
  "count": 5,
  "items": [
    {
      "user": {
        "name": "E***L",
        "image": "https://images.tokopedia.net/img/cache/100-square/default_v3-usrnophoto.png",
        "userId": "0"
      },
      "likes": 0,
      "images": [
        "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/086dd39de2c2457ead6011acda2ad99c~tplv-aphluv4xwc-resize-jpeg:600:0.jpeg?lk3s=fddc9f6c&x-expires=1789728966&x-signature=KydjSb9NbpoN6Hu6wukqExfDJUE%3D&x-signature-webp=G5ISfOIVVrNdLu1HTs5QJCl6JkI%3D"
      ],
      "rating": 5,
      "message": "Barang sesuai foto dan deskripsi, respon cepat, barang dapat di pastikan bagus, baru, pengemasan baik dan cepat dalam proses pengiriman, recommend. Terima kasih",
      "variant": "BRWN01SSTDM - IPHONE 13 PRO MAX",
      "reviewId": "1879791369",
      "createdAt": "1768994267",
      "isAnonymous": true,
      "createdAtTimestamp": "8 bulan lalu"
    },
    {
      "user": {
        "name": "Z***d",
        "image": "https://images.tokopedia.net/img/cache/100-square/default_v3-usrnophoto.png",
        "userId": "0"
      },
      "likes": 0,
      "rating": 5,
      "message": "Sukaa bet dah 🥰",
      "variant": "BRWN01SSTDM - IPHONE 13",
      "reviewId": "1746699167",
      "createdAt": "1762059611",
      "isAnonymous": true,
      "createdAtTimestamp": "10 bulan lalu"
    },
    {
      "user": {
        "name": "C***n",
        "image": "https://images.tokopedia.net/img/cache/100-square/default_v3-usrnophoto.png",
        "userId": "0"
      },
      "likes": 0,
      "rating": 5,
      "message": "Performance: oke",
      "variant": "BRWN01SSTDM - IPHONE 7/8 PLUS",
      "reviewId": "1750588468",
      "createdAt": "1762265119",
      "isAnonymous": true,
      "createdAtTimestamp": "10 bulan lalu"
    },
    {
      "user": {
        "name": "C***k",
        "image": "https://images.tokopedia.net/img/cache/100-square/default_v3-usrnophoto.png",
        "userId": "0"
      },
      "likes": 0,
      "rating": 5,
      "message": "Bagus bnget 🥰",
      "variant": "BRWN01SSTDM - IPHONE 11",
      "reviewId": "1727672479",
      "createdAt": "1760909383",
      "isAnonymous": true,
      "createdAtTimestamp": "11 bulan lalu"
    },
    {
      "user": {
        "name": "Q***m",
        "image": "https://images.tokopedia.net/img/cache/100-square/default_v3-usrnophoto.png",
        "userId": "0"
      },
      "likes": 0,
      "rating": 5,
      "message": "Cantik",
      "variant": "BRWN01SSTDM - IPHONE 13",
      "reviewId": "1714979018",
      "createdAt": "1760100032",
      "isAnonymous": true,
      "createdAtTimestamp": "11 bulan lalu"
    }
  ],
  "hasMore": true,
  "nextPage": 2,
  "productId": "102345974912",
  "totalData": 9,
  "totalDataText": null
}
GET
Recommendations/v1/marketplace:tokopedia/recommendations
2 params

recommended products for a product or a category

Parameters

productIdstringoptional
Numeric product id — returns more products from the same shop. Use this OR categoryId
categoryIdstringoptional
Numeric category id — returns recommended products in that category. Use this OR productId

Request

curl -X GET "https://api.zapi.ink/v1/marketplace:tokopedia/recommendations?productId=11807421908&categoryId=24" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 13,
  "items": [
    {
      "url": "https://www.tokopedia.com/agres-id-tangerang-selatan/motorola-moto-g86-power-5g-8gb-256gb-dimensity7400-6720mah-6-67-poled-1-5k-120hz-garansi-resmi-indonesia-produk-asli-1732578579…",
      "name": "Motorola Moto G86 Power 5G 8GB 256GB - Dimensity7400 - 6720mAh - 6.67\" pOLED 1.5K 120Hz Garansi Resmi Indonesia Produk Asli",
      "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/7b84cef85f4344a88e30e15512c1c835~tplv-aphluv4xwc-white-pad-v1:250:250.jpeg?lk3s=67a35ccb&x-expires=1789804…",
      "price": 4779000,
      "category": "Handphone & Tablet/Handphone/Android OS",
      "priceText": "Rp4.779.000",
      "productId": "103313329805"
    },
    {
      "url": "https://www.tokopedia.com/starcomp-semarang/infinix-hot-60-pro-8-128gb-6-78-amoled-1-5k-144hz-mediatek-helio-g200-5160mah-45w-1734154098673157866",
      "name": "INFINIX HOT 70 8/128 GB 6.78\" IPS HD+ 120Hz 50MP 6000mAh",
      "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/08c1033231044339af710338996bdf8a~tplv-aphluv4xwc-white-pad-v1:250:250.jpeg?lk3s=67a35ccb&x-expires=1789804…",
      "price": 3269000,
      "category": "Handphone & Tablet/Handphone/Android OS",
      "priceText": "Rp3.269.000",
      "productId": "102918095686"
    },
    {
      "url": "https://www.tokopedia.com/starcomp-semarang/infinix-note-60-pro-8-256gb-6-78-amoled-1-5k-144hz-snapdragon-7s-gen-4-6500mah-90w-1734434576512026346",
      "name": "Infinix Note 60 Pro 8/256GB 6.78\" AMOLED 1.5K 144Hz 6500mAh 90W",
      "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/6c0bfe37e1804d439ea9117db66a8f47~tplv-aphluv4xwc-white-pad-v1:250:250.jpeg?lk3s=67a35ccb&x-expires=1789804…",
      "price": 5599000,
      "category": "Handphone & Tablet/Handphone/Android OS",
      "priceText": "Rp5.599.000",
      "productId": "103061954169"
    }
  ],
  "title": "Rekomendasi untuk Anda",
  "categoryId": "24"
}
GET
Shop Products/v1/marketplace:tokopedia/shop-products
2 params

a shop's product catalogue, paged, with its showcases and rating

Parameters

shopstringrequired
Shop domain (the part after tokopedia.com/) or a shop URL
pagenumberoptional
Result page, 80 products per page. Default 1

Request

curl -X GET "https://api.zapi.ink/v1/marketplace:tokopedia/shop-products?shop=alienwarestore&page=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "shop": "alienwarestore",
  "count": 80,
  "items": [
    {
      "url": "https://www.tokopedia.com/alienwarestore/xiaomi-pad-8-pro-11-2-8gb-256gb-i-12gb-512gb-snapdragon-8s-keyboard-stylus-pen-1737554407454704984-1737554503055017304",
      "name": "XIAOMI PAD 8 PRO 11.2 8GB 256GB I 12GB 512GB SNAPDRAGON 8S + KEYBOARD + STYLUS PEN",
      "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/79e89b6d2a8844d6a34b785b0cc19abd~tplv-aphluv4xwc-origin-jpeg.jpeg?lk3s=7a10017b&x-expires=1789721768&x-sig…",
      "price": 9809000,
      "labels": [
        "Hemat s.d  3% Pakai Bonus",
        "53%"
      ],
      "priceText": "Rp9.809.000",
      "productId": "103938357627",
      "thumbnail": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/79e89b6d2a8844d6a34b785b0cc19abd~tplv-aphluv4xwc-origin-jpeg.jpeg?lk3s=7a10017b&x-expires=1789721768&x-sig…"
    },
    {
      "url": "https://www.tokopedia.com/alienwarestore/best-deals-asus-vivobook-s14-oled-s5406sa-ultra-7-258v-32gb-1tb-w11-14-0-1737426007075882328-1737426073729402200",
      "name": "(BEST DEALS) ASUS VIVOBOOK S14 OLED S5406SA ULTRA 7 258V 32GB 1TB W11 14.0",
      "image": "https://p19-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/79eecf1d30df4a11bca165af26fe85cc~tplv-aphluv4xwc-origin-jpeg.jpeg?lk3s=7a10017b&x-expires=1789721768&x-sig…",
      "price": 18499000,
      "labels": [
        "Hemat s.d  3% Pakai Bonus",
        "29%"
      ],
      "priceText": "Rp18.499.000",
      "productId": "103900636409",
      "thumbnail": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/79eecf1d30df4a11bca165af26fe85cc~tplv-aphluv4xwc-origin-jpeg.jpeg?lk3s=7a10017b&x-expires=1789721768&x-sig…"
    }
  ],
  "rating": {
    "score": 4.8,
    "total": 14824,
    "breakdown": [
      {
        "count": 13691,
        "stars": 5,
        "percent": 92.36
      },
      {
        "count": 578,
        "stars": 4,
        "percent": 3.9
      }
    ]
  },
  "hasMore": true,
  "nextPage": 2,
  "showcases": [
    {
      "url": "https://www.tokopedia.com/alienwarestore",
      "name": "Semua Produk",
      "count": 997,
      "showcaseId": "2",
      "highlighted": false
    },
    {
      "url": "https://www.tokopedia.com/alienwarestore?discount=1",
      "name": "Diskon",
      "count": 32,
      "showcaseId": "8",
      "highlighted": true
    }
  ],
  "totalData": null,
  "totalDataText": null
}
GET
Categories/v1/marketplace:tokopedia/categories
1 param

the full category tree

Parameters

xstringoptional
Unused — this endpoint takes no input

Request

curl -X GET "https://api.zapi.ink/v1/marketplace:tokopedia/categories?x=" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 30,
  "items": [
    {
      "name": "Pilihan Untukmu",
      "children": [
        {
          "url": "https://www.tokopedia.com/p/fashion-muslim/dress-muslim-wanita/gamis-wanita",
          "icon": "https://images.tokopedia.net/img/cache/300/attachment/2019/12/30/50439068/50439068_ffcb7af5-ff46-4b34-b8be-8524f50328bf.png",
          "name": "Gamis Wanita",
          "path": "fashion-muslim/dress-muslim-wanita/gamis-wanita",
          "categoryId": "1889"
        },
        {
          "url": "https://www.tokopedia.com/p/handphone-tablet/aksesoris-handphone/soft-case-handphone",
          "icon": "https://images.tokopedia.net/img/cache/300/attachment/2019/3/7/69/69_d5cf842c-3195-45c8-a1e4-d2d9faac1c67.png",
          "name": "Soft Case Handphone",
          "path": "handphone-tablet/aksesoris-handphone/soft-case-handphone",
          "categoryId": "69"
        }
      ],
      "categoryId": "0"
    },
    {
      "name": "Virtual Products",
      "path": "virtual-products",
      "children": [
        {
          "url": "https://www.tokopedia.com/p/virtual-products/voucher",
          "icon": "https://images.tokopedia.net/img/cache/300/WgKiGm/2026/2/23/97d570e1-04b2-4c44-9f2b-4c29c24f9c80.jpg",
          "name": "Voucher",
          "path": "virtual-products/voucher",
          "children": [
            {
              "url": "https://www.tokopedia.com/p/virtual-products/voucher/discount-and-shipping-coupon",
              "name": "Discount and Shipping Coupon",
              "path": "virtual-products/voucher/discount-and-shipping-coupon",
              "categoryId": "7736"
            }
          ],
          "categoryId": "7735"
        }
      ],
      "categoryId": "5762"
    }
  ]
}
GET
Category Products/v1/marketplace:tokopedia/category-products
3 params

products in one category, paged and sortable, with its subcategories

Parameters

categorystringrequired
Category path (the part after tokopedia.com/p/) or a category URL
pagenumberoptional
Result page, 60 products per page. Default 1
sortenumoptional
Order: relevance, price_asc, price_desc. Default relevance Values: relevance, price_asc, price_desc.

Request

curl -X GET "https://api.zapi.ink/v1/marketplace:tokopedia/category-products?category=handphone-tablet%2Fhandphone&page=1&sort=price_asc" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 60,
  "items": [
    {
      "url": "https://www.tokopedia.com/wind-shop/aqua-aqt55s80eux-qled-4k-hdr-google-tv-55-inch-aqt-55s80eux-bezel-less",
      "name": "AQUA AQT55S80EUX QLED 4K HDR Google TV 55 inch AQT-55S80EUX Bezel-less",
      "shop": {
        "url": "https://www.tokopedia.com/wind-shop",
        "city": "Tangerang Selatan",
        "name": "wind' shop official",
        "shopId": "16828762"
      },
      "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2024/12/18/b17bb325-ecbe-49e6-8a19-b196867a7db9.jpg~tplv-aphluv4xwc-resize-jpeg:700:0.jpeg?lk3s…",
      "price": 6492000,
      "priceText": "Rp6.492.000",
      "productId": "15939420288",
      "isPreorder": false,
      "reviewCount": 0
    },
    {
      "url": "https://www.tokopedia.com/wind-shop/sony-shake-x10d-home-audio-speaker-bluetooth-with-dvd-shake-x10-high-power-1730798516951614881",
      "name": "Sony SHAKE-X10D Home Audio Speaker Bluetooth With DVD Shake-X10 High Power",
      "shop": {
        "url": "https://www.tokopedia.com/wind-shop",
        "city": "Tangerang Selatan",
        "name": "wind' shop official",
        "shopId": "16828762"
      },
      "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2025/1/18/333c56a4-476d-4bf5-ba47-46d0b4575430.jpg~tplv-aphluv4xwc-resize-jpeg:700:0.jpeg?lk3s=…",
      "price": 8992000,
      "listPrice": 9992000,
      "priceText": "Rp8.992.000",
      "productId": "16077370312",
      "isPreorder": false,
      "reviewCount": 0
    }
  ],
  "hasMore": true,
  "category": {
    "url": "https://www.tokopedia.com/p/handphone-tablet/handphone",
    "name": "Handphone",
    "related": [
      {
        "name": "Android OS",
        "path": "https://www.tokopedia.com/p/handphone-tablet/handphone/android-os",
        "categoryId": "3054"
      },
      {
        "name": "BlackBerry OS",
        "path": "https://www.tokopedia.com/p/handphone-tablet/handphone/blackberry-os",
        "categoryId": "3057"
      }
    ],
    "children": [
      {
        "name": "Android OS",
        "path": "handphone-tablet/handphone/android-os",
        "categoryId": "3054"
      },
      {
        "name": "BlackBerry OS",
        "path": "handphone-tablet/handphone/blackberry-os",
        "categoryId": "3057"
      }
    ],
    "categoryId": "24"
  },
  "nextPage": 2,
  "totalData": 235598,
  "totalDataText": null
}

Related APIs

More in marketplace

iBox

marketplaceibox

Apple Authorized Reseller Indonesia — product detail from the official ibox.co.id store.

142142 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Erigo

marketplaceerigo

Erigo official apparel store — product detail from the official erigostore.co.id store.

5454 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Erafone

marketplaceerafone

Erajaya phone and gadget retailer — product detail from the official erafone.com store.

3131 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Digimap

marketplacedigimap

Apple Premium Partner Indonesia — product detail from the official digimap.co.id store.

2323 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Eraspace

marketplaceeraspace

Erajaya gadget and lifestyle store — product detail from the official eraspace.com store.

1515 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Blibli

marketplaceblibli

Akses data publik Blibli: pencarian produk dan detail produk (harga, rating, stok, merchant, kategori). Untuk riset harga & monitoring katalog.

8282 calls so far1hResponses cached for 1h
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.