# Marketplace — Zapi reference > Every Marketplace endpoint on Zapi, with parameters, request shape and an example response. **Base URL:** `https://api.zapi.ink` **Auth:** Send `x-api-key: YOUR_KEY` header on every request. Get a key at https://zapi.ink/dashboard/keys (free tier — 600 req/mo, no credit card). **Response envelope:** `{ status: "success" | "error", message: string, content: }` **Rate limit:** 60 req/min (free tier). Per-endpoint cache TTL is documented below. **Errors:** standard HTTP codes (`401` invalid key, `429` rate limited, `5xx` upstream). Body always has `{ status: "error", message, errors? }`. ```bash curl "https://api.zapi.ink/v1/CATEGORY:SCRAPER/ENDPOINT?param=value" \ -H "x-api-key: $ZAPI_KEY" ``` **Category page:** https://zapi.ink/category/marketplace **Full catalog:** https://zapi.ink/apis · **Index:** https://zapi.ink/llms-full.txt --- ## Blibli **Category:** marketplace · **Slug:** `blibli` **Detail page:** https://zapi.ink/api/marketplace/blibli Akses data publik Blibli: pencarian produk dan detail produk (harga, rating, stok, merchant, kategori). Untuk riset harga & monitoring katalog. **Tags:** blibli, marketplace, ecommerce, indonesia, produk, belanja ### Search Product Cari produk Blibli berdasarkan kata kunci. Mendukung sorting & pagination. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:blibli/search` - **Cache TTL:** 120s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `query` | string | query | yes | Product search keyword | | `page` | number | query | no | Result page. Default 1, max 50 | | `count` | number | query | no | Items per page. Default 40, max 100 | | `sort` | enum(relevance|cheapest|expensive|newest|popular|bestselling) | query | no | Result order: relevance, cheapest, expensive, newest, popular, bestselling. Default relevance | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:blibli/search?query=laptop&page=1&count=40&sort=cheapest" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:blibli/search?query=laptop&page=1&count=40&sort=cheapest", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:blibli/search?query=laptop&page=1&count=40&sort=cheapest", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 5, "items": [ { "url": "https://www.blibli.com/p/polytron-luxia-r5-pl-14h1r5b-g82h-notebook-obsidian-gray-amd-r5-7430-8gb-256gb-ssd-amd-radeon-14-ips-w11-home-backpack/ps--INP-60040-00892", "name": "Polytron Luxia R5 PL 14H1R5B G82H Notebook - Obsidian Gray ( AMD R5-7430/ 8GB / 256GB SSD / AMD Radeon / 14\" IPS / W11 Home / Backpack)", "shop": { "city": "Kota Bekasi", "name": "Blibli Video Games Flagship Store", "shopId": "INP-60040", "isOfficialStore": true }, "brand": "POLYTRON", "image": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/104/MTA-184672463/polytron_polytron_luxia_r5_pl_14h1r5b_g82h_notebook_-_obsidian_gray_-_amd_r5-7430-_8gb_-_256gb_ssd_-_amd_radeon_-__14-_ips__-_w11_home_-_backpack-_full06_g1wjmb6a.webp", "price": 7049000, "images": [ "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/104/MTA-184672463/polytron_polytron_luxia_r5_pl_14h1r5b_g82h_notebook_-_obsidian_gray_-_amd_r5-7430-_8gb_-_256gb_ssd_-_amd_radeon_-__14-_ips__-_w11_home_-_backpack-_full06_g1wjmb6a.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-184672463/polytron_polytron_luxia_r5_pl_14h1r5b_g82h_notebook_-_obsidian_gray_-_amd_r5-7430-_8gb_-_256gb_ssd_-_amd_radeon_-_14-_ips_-_w11_home_-_backpack-_full01_mxzq5ksr.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-184672463/polytron_polytron_luxia_r5_pl_14h1r5b_g82h_notebook_-_obsidian_gray_-_amd_r5-7430-_8gb_-_256gb_ssd_-_amd_radeon_-_14-_ips_-_w11_home_-_backpack-_full02_v5w923rq.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-184672463/polytron_polytron_luxia_r5_pl_14h1r5b_g82h_notebook_-_obsidian_gray_-_amd_r5-7430-_8gb_-_256gb_ssd_-_amd_radeon_-_14-_ips_-_w11_home_-_backpack-_full03_osoxr842.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-184672463/polytron_polytron_luxia_r5_pl_14h1r5b_g82h_notebook_-_obsidian_gray_-_amd_r5-7430-_8gb_-_256gb_ssd_-_amd_radeon_-_14-_ips_-_w11_home_-_backpack-_full04_itviv1eo.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-184672463/polytron_polytron_luxia_r5_pl_14h1r5b_g82h_notebook_-_obsidian_gray_-_amd_r5-7430-_8gb_-_256gb_ssd_-_amd_radeon_-_14-_ips_-_w11_home_-_backpack-_full05_lkxo4b7k.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-184672463/polytron_polytron_luxia_r5_pl_14h1r5b_g82h_notebook_-_obsidian_gray_-_amd_r5-7430-_8gb_-_256gb_ssd_-_amd_radeon_-_14-_ips_-_w11_home_-_backpack-_full06_ssgd2nd1.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-184672463/polytron_polytron_luxia_r5_pl_14h1r5b_g82h_notebook_-_obsidian_gray_-_amd_r5-7430-_8gb_-_256gb_ssd_-_amd_radeon_-_14-_ips_-_w11_home_-_backpack-_full07_ir4ohrqs.webp" ], "rating": 4.2, "status": "AVAILABLE", "buyable": true, "preorder": false, "listPrice": 8999000, "priceText": "Rp7.049.000", "productId": "INP-60040-00892", "soldCount": 37, "categoryId": "LA-1000004", "reviewCount": 5, "categoryName": "Laptop", "freeShipping": true, "discountPercent": 22, "deliveryEstimate": "2 jam" }, { "url": "https://www.blibli.com/p/sandisk-cz50-cruzer-blade-usb-2-0-flash-drive-16-gb-sdcz50-016g-b35/ps--BLL-70058-00066", "name": "SanDisk - CZ50 Cruzer Blade USB 2.0 Flash Drive [16 GB/SDCZ50-016G-B35]", "shop": { "city": "Kota Jakarta Timur", "name": "Blibli (Laptop - Acc) Flagship Store", "shopId": "BLL-70058", "isOfficialStore": true }, "brand": "SanDisk", "image": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium//catalog-image/104/MTA-112957952/sandisk_sandisk_-_cz50_cruzer_blade_usb_2-0_flash_drive_-16_gb-sdcz50-016g-b35-_full05_qxdhwum9.jpg", "price": 81000, "images": [ "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium//catalog-image/104/MTA-112957952/sandisk_sandisk_-_cz50_cruzer_blade_usb_2-0_flash_drive_-16_gb-sdcz50-016g-b35-_full05_qxdhwum9.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium//catalog-image/104/MTA-112957952/sandisk_sandisk_-_cz50_cruzer_blade_usb_2-0_flash_drive_-16_gb-sdcz50-016g-b35-_full04_mej535nb.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium//catalog-image/104/MTA-112957952/sandisk_sandisk_-_cz50_cruzer_blade_usb_2-0_flash_drive_-16_gb-sdcz50-016g-b35-_full06_tlvr570d.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium//catalog-image/104/MTA-112957952/sandisk_sandisk_-_cz50_cruzer_blade_usb_2-0_flash_drive_-16_gb-sdcz50-016g-b35-_full07_hczo4g5g.jpg" ], "rating": 4.9, "status": "AVAILABLE", "buyable": true, "preorder": false, "listPrice": 119000, "priceText": "Rp81.000", "productId": "BLL-70058-00066", "soldCount": 11066, "categoryId": "US-1000001", "reviewCount": 530, "categoryName": "USB Flash Disk", "freeShipping": true, "discountPercent": 32, "deliveryEstimate": "2 jam" }, { "url": "https://www.blibli.com/p/lenovo-ideapad-slim-3-14irh10-83k000cuid-notebook-abyss-blue-intel-core-i5-13420h-8gb-512gb-ssd-14-fhd-tn-win11-ohs2024-m365-bag/ps--BLL-60036-04062", "name": "Lenovo IdeaPad Slim 3 14IRH10 83K000CUID Notebook - Abyss Blue (Intel Core i5-13420H/8GB / 512GB SSD/ 14\" FHD TN / Win11 / OHS2024+M365/Bag )", "shop": { "city": "Kota Bekasi", "name": "Blibli Flagship Store (Laptop) Flagship Store", "shopId": "BLL-60036", "isOfficialStore": true }, "brand": "Lenovo", "image": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-183926870/lenovo_lenovo_ideapad_slim_3_14irh10_83k000cuid_notebook_-_abyss_blue_-intel_core_i5-13420h-8gb_-_512gb_ssd-_14-_fhd_tn_-_win11_-_ohs2024-m365-bag_-_full01_kygp9xar.webp", "price": 9999000, "images": [ "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-183926870/lenovo_lenovo_ideapad_slim_3_14irh10_83k000cuid_notebook_-_abyss_blue_-intel_core_i5-13420h-8gb_-_512gb_ssd-_14-_fhd_tn_-_win11_-_ohs2024-m365-bag_-_full01_kygp9xar.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/108/MTA-183926870/lenovo_lenovo_ideapad_slim_3_14irh10_83k000cuid_notebook_-_abyss_blue_-intel_core_i3-1315u-8gb_-_256gb_ssd-_14-_fhd_tn_-_win11_-_ohs2024-m365-bag_-_full26_wbxixxkz.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/108/MTA-183926870/lenovo_lenovo_ideapad_slim_3_14irh10_83k000cuid_notebook_-_abyss_blue_-intel_core_i3-1315u-8gb_-_256gb_ssd-_14-_fhd_tn_-_win11_-_ohs2024-m365-bag_-_full27_mrkyk918.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/108/MTA-183926870/lenovo_lenovo_ideapad_slim_3_14irh10_83k000cuid_notebook_-_abyss_blue_-intel_core_i3-1315u-8gb_-_256gb_ssd-_14-_fhd_tn_-_win11_-_ohs2024-m365-bag_-_full28_nlz6b8h.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/108/MTA-183926870/lenovo_lenovo_ideapad_slim_3_14irh10_83k000cuid_notebook_-_abyss_blue_-intel_core_i3-1315u-8gb_-_256gb_ssd-_14-_fhd_tn_-_win11_-_ohs2024-m365-bag_-_full29_o9108vqj.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/108/MTA-183926870/lenovo_lenovo_ideapad_slim_3_14irh10_83k000cuid_notebook_-_abyss_blue_-intel_core_i3-1315u-8gb_-_256gb_ssd-_14-_fhd_tn_-_win11_-_ohs2024-m365-bag_-_full30_eks5buk6.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-183926870/lenovo_lenovo_ideapad_slim_3_14irh10_83k000cuid_notebook_-_abyss_blue_-intel_core_i5-13420h-8gb_-_512gb_ssd-_14-_fhd_tn_-_win11_-_ohs2024-m365-bag_-_full02_u3js18sm.webp" ], "rating": 5, "status": "AVAILABLE", "buyable": true, "preorder": false, "listPrice": 14199000, "priceText": "Rp9.999.000", "productId": "BLL-60036-04062", "soldCount": 55, "categoryId": "LA-1000004", "reviewCount": 7, "categoryName": "Laptop", "freeShipping": true, "discountPercent": 30, "deliveryEstimate": "2 jam" }, { "url": "https://www.blibli.com/p/hp-14-ep0321tu-laptop-silver-i3-1315u-4gb-512gb-win11-ohs24-m365-copilot-backlit-kb-14-fhd-250nits-free-bag/ps--BLG-60035-03506", "name": "HP 14-ep0321TU Laptop - Silver [i3-1315U/4GB/512GB/Win11+OHS24+M365/Copilot/Backlit KB/14\" FHD 250Nits] Free Bag", "shop": { "city": "Kota Bekasi", "name": "Blibli Flagship (Komputer) Flagship Store", "shopId": "BLG-60035", "isOfficialStore": true }, "brand": "HP", "image": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/107/MTA-183168674/hp_hp_14-ep0321tu_laptop_-_silver_-i3-1315u-4gb-512gb-win11-ohs24-m365-copilot-backlit_kb-14-_fhd_250nits-_free_bag_full20_myxghbux.webp", "price": 7499000, "images": [ "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/107/MTA-183168674/hp_hp_14-ep0321tu_laptop_-_silver_-i3-1315u-4gb-512gb-win11-ohs24-m365-copilot-backlit_kb-14-_fhd_250nits-_free_bag_full20_myxghbux.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/107/MTA-183168674/hp_hp_14-ep0321tu_laptop_-_silver_-i3-1315u-4gb-512gb-win11-ohs24-m365-copilot-backlit_kb-14-_fhd_250nits-_free_bag_full17_n1ng1lv0.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/107/MTA-183168674/hp_hp_14-ep0321tu_laptop_-_silver_-i3-1315u-4gb-512gb-win11-ohs24-m365-copilot-backlit_kb-14-_fhd_250nits-_free_bag_full18_v4sjab2g.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/107/MTA-183168674/hp_hp_14-ep0321tu_laptop_-_silver_-i3-1315u-4gb-512gb-win11-ohs24-m365-copilot-backlit_kb-14-_fhd_250nits-_free_bag_full19_gidr5n5y.webp" ], "rating": 4.9, "status": "AVAILABLE", "buyable": true, "preorder": false, "listPrice": 8499000, "priceText": "Rp7.499.000", "productId": "BLG-60035-03506", "soldCount": 184, "categoryId": "LA-1000004", "reviewCount": 19, "categoryName": "Laptop", "freeShipping": true, "discountPercent": 12, "deliveryEstimate": "2 jam" }, { "url": "https://www.blibli.com/p/sandisk-cruzer-blade-32gb-flash-drive-usb2-0-compact-design-flashdisk-sdcz50-032g-b35/ps--BLL-70058-00067", "name": "SanDisk Cruzer Blade 32GB Flash Drive USB2.0 Compact Design Flashdisk (SDCZ50-032G-B35)", "shop": { "city": "Kota Jakarta Timur", "name": "Blibli (Laptop - Acc) Flagship Store", "shopId": "BLL-70058", "isOfficialStore": true }, "brand": "SanDisk", "image": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium//catalog-image/111/MTA-112957959/sandisk_sandisk_cruzer_blade_32gb_flash_drive_usb2-0_compact_design_flashdisk_-sdcz50-032g-b35-_full06_hitb6rxv.jpg", "price": 98000, "images": [ "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium//catalog-image/111/MTA-112957959/sandisk_sandisk_cruzer_blade_32gb_flash_drive_usb2-0_compact_design_flashdisk_-sdcz50-032g-b35-_full06_hitb6rxv.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium//catalog-image/111/MTA-112957959/sandisk_sandisk_cruzer_blade_32gb_flash_drive_usb2-0_compact_design_flashdisk_-sdcz50-032g-b35-_full07_tlh3kzrg.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium//catalog-image/111/MTA-112957959/sandisk_sandisk_cruzer_blade_32gb_flash_drive_usb2-0_compact_design_flashdisk_-sdcz50-032g-b35-_full08_u78hrau7.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium//catalog-image/111/MTA-112957959/sandisk_sandisk_cruzer_blade_32gb_flash_drive_usb2-0_compact_design_flashdisk_-sdcz50-032g-b35-_full09_n2wlxe8m.jpg" ], "rating": 4.9, "status": "AVAILABLE", "buyable": true, "preorder": false, "listPrice": 169000, "priceText": "Rp98.000", "productId": "BLL-70058-00067", "soldCount": 5213, "categoryId": "US-1000001", "reviewCount": 504, "categoryName": "USB Flash Disk", "freeShipping": true, "discountPercent": 42, "deliveryEstimate": "2 jam" } ], "query": "laptop", "hasMore": true, "nextPage": 2, "totalData": 59179, "totalDataText": null } ``` --- ### Product Detail Detail produk Blibli dari URL atau SKU (harga, rating, stok, merchant, kategori). - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:blibli/product` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `product` | string | query | yes | Blibli product URL or bare SKU (e.g. BAS-60064-00857) | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:blibli/product?product=https%3A%2F%2Fwww.blibli.com%2Fp%2Fnavy-club-tas-ransel-laptop%2Fps--BAS-60064-00857" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:blibli/product?product=https%3A%2F%2Fwww.blibli.com%2Fp%2Fnavy-club-tas-ransel-laptop%2Fps--BAS-60064-00857", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:blibli/product?product=https%3A%2F%2Fwww.blibli.com%2Fp%2Fnavy-club-tas-ransel-laptop%2Fps--BAS-60064-00857", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "url": "https://www.blibli.com/p/asus-vivobook-go-14-e1404fa-ryzen-5-7520-16gb-512gb-14-0-fhd-win11-ohs/ps--ACI-27019-04811", "name": "ASUS VIVOBOOK GO 14 E1404FA - RYZEN 5 7520 16GB 512GB 14.0 FHD WIN11 OHS", "shop": { "city": "Kota Jakarta Utara", "name": "Agres.id Flagship Store", "shopId": "ACI-27019" }, "brand": "Asus", "price": 9699000, "images": [ "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-153340841/asus_asus_vivobook_go_14_e1404fa_-_ryzen_5_7520_16gb_512gb_14-0_fhd_win11_ohs_full01_so70f9yo.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/93/MTA-153340841/asus_asus_vivobook_go_14_e1404fa_-_ryzen_5_7520_16gb_512gb_14-0_fhd_win11_ohs_full17_w0vapd4.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/93/MTA-153340841/asus_asus_vivobook_go_14_e1404fa_-_ryzen_5_7520_16gb_512gb_14-0_fhd_win11_ohs_full18_t5m77y5b.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/93/MTA-153340841/asus_asus_vivobook_go_14_e1404fa_-_ryzen_5_7520_16gb_512gb_14-0_fhd_win11_ohs_full19_oic265r6.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-153340841/asus_asus_vivobook_go_14_e1404fa_-_ryzen_5_7520_16gb_512gb_14-0_fhd_win11_ohs_full01_u1wznlqr.jpg" ], "rating": 4.9, "status": "AVAILABLE", "buyable": true, "category": { "id": "LA-1000004", "name": "Laptop", "breadcrumb": [ { "id": "53270", "name": "Komputer & Gaming" }, { "id": "KO-1000005", "name": "Komputer" }, { "id": "LA-1000004", "name": "Laptop" } ] }, "preorder": false, "soldText": "40", "isVariant": false, "listPrice": 20000000, "priceText": "Rp9.699.000", "productId": "ACI-27019-04811", "soldCount": 40, "reviewCount": 10, "defaultImage": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-153340841/asus_asus_vivobook_go_14_e1404fa_-_ryzen_5_7520_16gb_512gb_14-0_fhd_win11_ohs_full01_so70f9yo.webp", "freeShipping": true, "discountPercent": 52, "isOfficialStore": true, "deliveryEstimate": "Besok" } ``` --- ### Categories top-level category list - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:blibli/categories` - **Cache TTL:** 3600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `x` | string | query | no | Unused — this endpoint takes no input | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:blibli/categories?x=VALUE" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:blibli/categories?x=VALUE", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:blibli/categories?x=VALUE", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 13, "items": [ { "url": "https://www.blibli.com/c1/ticket-vouchers-travel/TI-1000001", "name": "Ticket, Vouchers & Travel", "image": "https://www.static-src.com/siva/asset/09_2023/SITEMAP_17_TIVO.jpg", "level": 1, "categoryId": "TI-1000001", "description": "Tiket, Voucher & Travel" }, { "url": "https://www.blibli.com/c1/peralatan-elektronik/54650", "name": "Peralatan Elektronik", "image": "https://www.static-src.com/siva/asset/09_2023/SITEMAP_20_PEL.jpg", "level": 1, "categoryId": "54650", "description": "Home Appliances, Televisi, Oven, ..." }, { "url": "https://www.blibli.com/c1/otomotif/53704", "name": "Otomotif", "image": "https://www.static-src.com/siva/asset/09_2023/SITEMAP_15_OTO.jpg", "level": 1, "categoryId": "53704", "description": "Suku Cadang Mobil, Peralatan Kendaraan, ..." }, { "url": "https://www.blibli.com/c1/olahraga-aktivitas-luar-ruang/OL-1000001", "name": "Olahraga & Aktivitas Luar Ruang", "image": "https://www.static-src.com/siva/asset/09_2023/SITEMAP_16_SPO.jpg", "level": 1, "categoryId": "OL-1000001", "description": "Fitness, Lari, Badminton, ..." }, { "url": "https://www.blibli.com/c1/mainan-buku-stationery/MA-1000001", "name": "Mainan, Buku & Stationery", "image": "https://www.static-src.com/siva/asset/09_2023/SITEMAP_08_MBS.jpg", "level": 1, "categoryId": "MA-1000001", "description": "Video Games, Games & Puzzles, ..." }, { "url": "https://www.blibli.com/c1/logam-mulia-perhiasan/LO-1000058", "name": "Logam Mulia & Perhiasan", "image": "https://www.static-src.com/siva/asset/09_2023/SITEMAP_14_LMP.jpg", "level": 1, "categoryId": "LO-1000058", "description": "Logam Mulia & Perhiasan" }, { "url": "https://www.blibli.com/c1/komputer-laptop/53270", "name": "Komputer & Gaming", "image": "https://www.static-src.com/siva/asset/09_2023/SITEMAP_13_KLA.jpg", "level": 1, "categoryId": "53270", "description": "Komputer, Printer, Scanner, ..." }, { "url": "https://www.blibli.com/c1/kesehatan-kecantikan/53203", "name": "Kesehatan & Kecantikan", "image": "https://www.static-src.com/siva/asset/09_2023/SITEMAP_12_KKE.jpg", "level": 1, "categoryId": "53203", "description": "Perawatan Wajah, Make Up, Peralatan Medis, ..." } ] } ``` --- ### Suggest search autocomplete: terms and stores - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:blibli/suggest` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `query` | string | query | yes | What the user has typed so far | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:blibli/suggest?query=lap" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:blibli/suggest?query=lap", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:blibli/suggest?query=lap", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 6, "items": [ { "url": "https://www.blibli.com/cari/laptop%20lenovo", "keyword": "laptop lenovo" }, { "url": "https://www.blibli.com/cari/laptop%20asus", "keyword": "laptop asus" }, { "url": "https://www.blibli.com/cari/laptop%20gaming", "keyword": "laptop gaming" }, { "url": "https://www.blibli.com/cari/laptop%20acer", "keyword": "laptop acer" }, { "url": "https://www.blibli.com/cari/laptop%20hp%20official%20store", "keyword": "laptop hp official store" }, { "url": "https://www.blibli.com/cari/laptop%20advan", "keyword": "laptop advan" } ], "query": "laptop", "stores": [ { "url": "https://www.blibli.com/merchant/blibli-apple-authorized-reseller-flagship-store/APF-70017", "city": "Gudang Blibli", "name": "Blibli - Apple Authorized Reseller Flagship Store", "badge": "Diamond", "image": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/mlogo/APF-70017-b7f32972-90a0-48a3-8f96-9c3a59c77e9e.png", "rating": 4.9, "shopId": "APF-70017" }, { "url": "https://www.blibli.com/merchant/blibli-store-flagship-store/BLS-70244", "city": "Kota Jakarta Pusat", "name": "Blibli Store Flagship Store", "badge": "Diamond", "image": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/mlogo/BLS-70244-7eebc87d-faa7-4ccd-bec4-2ced5350ec1c.png", "rating": 4.8, "shopId": "BLS-70244" }, { "url": "https://www.blibli.com/merchant/hello-flagship-store/HEO-70120", "city": "Kota Jakarta Selatan", "name": "Hello Flagship Store", "badge": "Diamond", "image": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/mlogo/HEO-70120-14868e7d-ed89-45ab-88ec-4d3b6a5cfe7d.jpeg", "rating": 4.8, "shopId": "HEO-70120" }, { "url": "https://www.blibli.com/merchant/joe-laptop-flagship-store/JOL-70021", "city": "Kota Surabaya", "name": "JOE LAPTOP Flagship Store", "badge": "Diamond", "image": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/mlogo/JOL-70021-9dbc91df-dbca-4edf-a65d-090a65185ecc.jpg", "rating": 5, "shopId": "JOL-70021" }, { "url": "https://www.blibli.com/merchant/blibli-laptop-acc-flagship-store/BLL-70058", "city": "Gudang Blibli", "name": "Blibli (Laptop - Acc) Flagship Store", "badge": "Diamond", "image": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/mlogo/BLL-70058-800f0077-4524-4990-b7dd-d656d5ec2596.jpg", "rating": 4.9, "shopId": "BLL-70058" } ] } ``` --- ### Category Products products in one category, paged and sortable - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:blibli/category-products` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `category` | string | query | yes | Category id (the `categoryId` of a categories response) or a category URL such as /c1/peralatan-elektronik/54650 | | `page` | number | query | no | Result page. Default 1, max 50 | | `count` | number | query | no | Items per page. Default 40, max 100 | | `sort` | enum(relevance|cheapest|expensive|newest|popular|bestselling) | query | no | Result order: relevance, cheapest, expensive, newest, popular, bestselling. Default relevance | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:blibli/category-products?category=54650&page=1&count=40&sort=cheapest" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:blibli/category-products?category=54650&page=1&count=40&sort=cheapest", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:blibli/category-products?category=54650&page=1&count=40&sort=cheapest", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 10, "items": [ { "url": "https://www.blibli.com/p/philips-setrika-kering-classic-hd1172-99-hitam-tapak-anti-lengket/ps--PHH-70008-00054", "name": "Philips Setrika Kering Classic HD1172/99 - Hitam - Tapak Anti Lengket", "shop": { "city": "Kota Bekasi", "name": "Philips Home Appliances Flagship Store", "shopId": "PHH-70008", "isOfficialStore": true }, "brand": "PHILIPS", "image": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/103/MTA-182528545/philips_philips-setrika-kering-classic-hd1172-99-hitam-tapak-anti-lengket_full03.jpg", "price": 330000, "images": [ "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/103/MTA-182528545/philips_philips-setrika-kering-classic-hd1172-99-hitam-tapak-anti-lengket_full03.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/103/MTA-182528545/philips_philips-setrika-kering-classic-hd1172-99-hitam-tapak-anti-lengket_full04.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/103/MTA-182528545/philips_philips-setrika-kering-classic-hd1172-99-hitam-tapak-anti-lengket_full06.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/103/MTA-182528545/philips_philips-setrika-kering-classic-hd1172-99-hitam-tapak-anti-lengket_full07.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/103/MTA-182528545/philips_philips-setrika-kering-classic-hd1172-99-hitam-tapak-anti-lengket_full05.jpg" ], "rating": 4.8, "status": "AVAILABLE", "buyable": true, "preorder": false, "listPrice": 409000, "priceText": "Rp330.000", "productId": "PHH-70008-00054", "soldCount": 2842, "categoryId": "SE-1000015", "reviewCount": 1549, "categoryName": "Setrika", "freeShipping": true, "discountPercent": 19, "deliveryEstimate": "Hari ini" }, { "url": "https://www.blibli.com/p/midea-ac-split-0-5-pk-msft-05crn8-standard-turbo-mode-golden-coating/ps--TO1-36843-00448", "name": "Midea AC Split 0.5 PK MSFT-05CRN8 Standard Turbo Mode Golden Coating", "shop": { "city": "Kab. Bogor", "name": "TOP1", "shopId": "TO1-36843", "isOfficialStore": false }, "brand": "Midea", "image": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-184783516/midea_midea_ac_split_0-5_pk_msft-05crn8_standard_turbo_mode_golden_coating_full01_ou79b0pb.webp", "price": 2450000, "images": [ "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-184783516/midea_midea_ac_split_0-5_pk_msft-05crn8_standard_turbo_mode_golden_coating_full01_ou79b0pb.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/106/MTA-184783516/midea_ac_midea_msft-05crn8_ac_split_1-2_pk_standard_-_unit_only_full01_ty95vsqz.webp" ], "rating": 4.7, "status": "AVAILABLE", "buyable": true, "preorder": false, "listPrice": 2799000, "priceText": "Rp2.450.000", "productId": "TO1-36843-00448", "soldCount": 417, "categoryId": "AC-1000071", "reviewCount": 89, "categoryName": "AC Split 1##2 PK", "freeShipping": true, "discountPercent": 12, "deliveryEstimate": "Hari ini" }, { "url": "https://www.blibli.com/p/baru-philips-setrika-kering-hd1175-20-biru-3-baju-1-menit-nyetrika-super-licin-di-semua-bahan-strika-terbaik-philips-dengan-ceraplus-technology/ps--PHH-70008-00216", "name": "Baru! Philips Setrika Kering HD1175/20 - Biru - 3 Baju 1 menit, nyetrika super licin di semua bahan, strika terbaik Philips dengan CeraPlus Technology", "shop": { "city": "Kota Bekasi", "name": "Philips Home Appliances Flagship Store", "shopId": "PHH-70008", "isOfficialStore": true }, "brand": "PHILIPS", "image": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/104/MTA-184702890/brd-44261_full01-d0a1fde3.webp", "price": 337800, "images": [ "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/104/MTA-184702890/brd-44261_full01-d0a1fde3.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/104/MTA-184702890/brd-44261_full02-05e4605b.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/104/MTA-184702890/brd-44261_full03-f40feeee.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/104/MTA-184702890/brd-44261_full04-14df2e00.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/104/MTA-184702890/brd-44261_full05-4440084e.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/104/MTA-184702890/brd-44261_full06-a919e1a0.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/104/MTA-184702890/brd-44261_full07-ae5d9de6.webp" ], "rating": 4.6, "status": "AVAILABLE", "buyable": true, "preorder": false, "listPrice": 419000, "priceText": "Rp337.800", "productId": "PHH-70008-00216", "soldCount": 1034, "categoryId": "SE-1000015", "reviewCount": 159, "categoryName": "Setrika", "freeShipping": true, "discountPercent": 19, "deliveryEstimate": "Hari ini" }, { "url": "https://www.blibli.com/p/philips-0-85l-digital-mini-rice-cooker-hd3170-33-white/ps--PHH-70008-00072", "name": "Philips 0.85L Digital Mini Rice Cooker HD3170/33 - White", "shop": { "city": "Kab. Bekasi", "name": "Philips Home Appliances Flagship Store", "shopId": "PHH-70008", "isOfficialStore": true }, "brand": "PHILIPS", "image": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-182528564/philips_philips_0-85l_digital_mini_rice_cooker_hd3170-33_-_white_full01_i84q0poa.jpg", "price": 599200, "images": [ "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-182528564/philips_philips_0-85l_digital_mini_rice_cooker_hd3170-33_-_white_full01_i84q0poa.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/104/MTA-182528564/philips_philips-0-85l-digital-mini-rice-cooker-hd3170-33-white_full02.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/104/MTA-182528564/philips_philips-0-85l-digital-mini-rice-cooker-hd3170-33-white_full01.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/104/MTA-182528564/philips_philips-0-85l-digital-mini-rice-cooker-hd3170-33-white_full04.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/104/MTA-182528564/philips_philips-0-85l-digital-mini-rice-cooker-hd3170-33-white_full03.jpg" ], "rating": 4.8, "status": "AVAILABLE", "buyable": true, "preorder": false, "listPrice": 749000, "priceText": "Rp599.200", "productId": "PHH-70008-00072", "soldCount": 573, "categoryId": "DI-1000105", "reviewCount": 688, "categoryName": "Digital Rice Cooker", "freeShipping": true, "discountPercent": 20, "deliveryEstimate": "Hari ini" }, { "url": "https://www.blibli.com/p/aqua-elektronik-aqa-kcr9fqgl-ac-1-pk-standard-powerful-cooling-triple-airflow-anti-corrosion-blue-fin-full-copper-turbo-cooling/ps--AQJ-60021-00480", "name": "AQUA Elektronik AQA-KCR9FQGL AC 1 PK Standard - Powerful Cooling - Triple Airflow - Anti Corrosion - Blue Fin - Full Copper - Turbo Cooling", "shop": { "city": "Kab. Bogor", "name": "AQUA Elektronik Indonesia Flagship Store", "shopId": "AQJ-60021", "isOfficialStore": true }, "brand": "Aqua Elektronik", "image": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/100/MTA-182461672/aqua-elektronik_aqua-elektronik-aqa-kcr9fqgl-ac-1-pk-standard-powerful-cooling-triple-airflow-anti-corrosion-blue-fin-full-copper-turbo-cooling_full01.jpg", "price": 2929000, "images": [ "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/100/MTA-182461672/aqua-elektronik_aqua-elektronik-aqa-kcr9fqgl-ac-1-pk-standard-powerful-cooling-triple-airflow-anti-corrosion-blue-fin-full-copper-turbo-cooling_full01.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/100/MTA-182461672/aqua-elektronik_aqua-elektronik-aqa-kcr9fqgl-ac-1-pk-standard-powerful-cooling-triple-airflow-anti-corrosion-blue-fin-full-copper-turbo-cooling_full02.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/100/MTA-182461672/aqua-elektronik_aqua-elektronik-aqa-kcr9fqgl-ac-1-pk-standard-powerful-cooling-triple-airflow-anti-corrosion-blue-fin-full-copper-turbo-cooling_full07.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/100/MTA-182461672/aqua-elektronik_aqua-elektronik-aqa-kcr9fqgl-ac-1-pk-standard-powerful-cooling-triple-airflow-anti-corrosion-blue-fin-full-copper-turbo-cooling_full05.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/100/MTA-182461672/aqua-elektronik_aqua-elektronik-aqa-kcr9fqgl-ac-1-pk-standard-powerful-cooling-triple-airflow-anti-corrosion-blue-fin-full-copper-turbo-cooling_full03.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/100/MTA-182461672/aqua-elektronik_aqua-elektronik-aqa-kcr9fqgl-ac-1-pk-standard-powerful-cooling-triple-airflow-anti-corrosion-blue-fin-full-copper-turbo-cooling_full06.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/100/MTA-182461672/aqua-elektronik_aqua-elektronik-aqa-kcr9fqgl-ac-1-pk-standard-powerful-cooling-triple-airflow-anti-corrosion-blue-fin-full-copper-turbo-cooling_full04.jpg" ], "rating": 4.9, "status": "AVAILABLE", "buyable": true, "preorder": false, "listPrice": 3429900, "priceText": "Rp2.929.000", "productId": "AQJ-60021-00480", "soldCount": 424, "categoryId": "AC-1000073", "reviewCount": 94, "categoryName": "AC Split 1 PK", "freeShipping": true, "discountPercent": 15, "deliveryEstimate": "Hari ini" }, { "url": "https://www.blibli.com/p/baru-philips-airfryer-digital-low-watt-800-w-transparan-best-compact-size-3-2-l-na210-00-air-fryer-multifungsi-digital-layar-sentuh-hitam/ps--PHH-70008-00066", "name": "BARU! PHILIPS Airfryer Digital Low Watt 800 W Transparan BEST COMPACT SIZE 3.2 L NA210/00 - air fryer multifungsi digital layar sentuh - Hitam", "shop": { "city": "Kab. Bekasi", "name": "Philips Home Appliances Flagship Store", "shopId": "PHH-70008", "isOfficialStore": true }, "brand": "PHILIPS", "image": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-182528559/philips_baru-_philips_airfryer_digital_low_watt_800_w_transparan_best_compact_size_3-2_l_na210-00_-_air_fryer_multifungsi_digital_layar_sentuh_-_hitam_full01_cna7wsg4.webp", "price": 755900, "images": [ "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-182528559/philips_baru-_philips_airfryer_digital_low_watt_800_w_transparan_best_compact_size_3-2_l_na210-00_-_air_fryer_multifungsi_digital_layar_sentuh_-_hitam_full01_cna7wsg4.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-182528559/philips_baru-_philips_airfryer_digital_low_watt_800_w_transparan_best_compact_size_3-2_l_na210-00_-_air_fryer_multifungsi_digital_layar_sentuh_-_hitam_full02_k5p29tif.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-182528559/philips_baru-_philips_airfryer_digital_low_watt_800_w_transparan_best_compact_size_3-2_l_na210-00_-_air_fryer_multifungsi_digital_layar_sentuh_-_hitam_full03_ulysl2mz.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-182528559/philips_baru-_philips_airfryer_digital_low_watt_800_w_transparan_best_compact_size_3-2_l_na210-00_-_air_fryer_multifungsi_digital_layar_sentuh_-_hitam_full04_s7mjdmpz.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-182528559/philips_baru-_philips_airfryer_digital_low_watt_800_w_transparan_best_compact_size_3-2_l_na210-00_-_air_fryer_multifungsi_digital_layar_sentuh_-_hitam_full05_ly827swx.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-182528559/philips_baru-_philips_airfryer_digital_low_watt_800_w_transparan_best_compact_size_3-2_l_na210-00_-_air_fryer_multifungsi_digital_layar_sentuh_-_hitam_full06_lkxw4n6.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-182528559/philips_baru-_philips_airfryer_digital_low_watt_800_w_transparan_best_compact_size_3-2_l_na210-00_-_air_fryer_multifungsi_digital_layar_sentuh_-_hitam_full07_pfen0598.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/MTA-182528559/philips_baru-_philips_airfryer_digital_low_watt_800_w_transparan_best_compact_size_3-2_l_na210-00_-_air_fryer_multifungsi_digital_layar_sentuh_-_hitam_full08_euf48y0r.webp" ], "rating": 4.9, "status": "AVAILABLE", "buyable": true, "preorder": false, "listPrice": 1118800, "priceText": "Rp755.900", "productId": "PHH-70008-00066", "soldCount": 648, "categoryId": "AI-1000005", "reviewCount": 266, "categoryName": "Air Fryer", "freeShipping": true, "discountPercent": 32, "deliveryEstimate": "Hari ini" }, { "url": "https://www.blibli.com/p/philips-rice-cooker-1-8-l-3000-digital-series-hd4716-30/ps--PHH-70008-00084", "name": "Philips Rice Cooker 1.8 L - 3000 Digital Series HD4716/30", "shop": { "city": "Kab. Bekasi", "name": "Philips Home Appliances Flagship Store", "shopId": "PHH-70008", "isOfficialStore": true }, "brand": "PHILIPS", "image": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/103/MTA-182528580/philips_philips-rice-cooker-1-8-l-3000-digial-series-hd4716-30_full01.jpg", "price": 780700, "images": [ "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/103/MTA-182528580/philips_philips-rice-cooker-1-8-l-3000-digial-series-hd4716-30_full01.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/103/MTA-182528580/philips_philips-rice-cooker-1-8-l-3000-digial-series-hd4716-30_full07.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/103/MTA-182528580/philips_philips-rice-cooker-1-8-l-3000-digial-series-hd4716-30_full02.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/103/MTA-182528580/philips_philips-rice-cooker-1-8-l-3000-digial-series-hd4716-30_full03.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/103/MTA-182528580/philips_philips-rice-cooker-1-8-l-3000-digial-series-hd4716-30_full04.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/103/MTA-182528580/philips_philips-rice-cooker-1-8-l-3000-digial-series-hd4716-30_full05.jpg", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/103/MTA-182528580/philips_philips-rice-cooker-1-8-l-3000-digial-series-hd4716-30_full06.jpg" ], "rating": 4.8, "status": "AVAILABLE", "buyable": true, "preorder": false, "listPrice": 1005700, "priceText": "Rp780.700", "productId": "PHH-70008-00084", "soldCount": 727, "categoryId": "DI-1000105", "reviewCount": 351, "categoryName": "Digital Rice Cooker", "freeShipping": true, "discountPercent": 22, "deliveryEstimate": "Hari ini" }, { "url": "https://www.blibli.com/p/baru-philips-kipas-angin-baling-5-kipas-angin-philips-berdiri-acp620-01-hitam-lebih-kencang-lebih-senyap-dijamin-awet-stand-fan-16-inchi/ps--PHH-70008-00215", "name": "Baru! Philips Kipas Angin Baling 5, Kipas Angin Philips Berdiri ACP620/01 Hitam - Lebih Kencang, Lebih Senyap, Dijamin Awet, Stand Fan, 16 Inchi", "shop": { "city": "Kab. Bekasi", "name": "Philips Home Appliances Flagship Store", "shopId": "PHH-70008", "isOfficialStore": true }, "brand": "no brand", "image": "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/106/MTA-184683066/brd-44261_full01-576d608c.webp", "price": 449500, "images": [ "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/106/MTA-184683066/brd-44261_full01-576d608c.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/106/MTA-184683066/brd-44261_full02-64e6d4d6.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/106/MTA-184683066/brd-44261_full03-9c9cd25f.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/106/MTA-184683066/brd-44261_full04-4e2a6368.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/106/MTA-184683066/brd-44261_full05-a4bb6167.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/106/MTA-184683066/brd-44261_full06-1d3a307c.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/106/MTA-184683066/brd-44261_full07-a680caf8.webp", "https://www.static-src.com/wcsstore/Indraprastha/images/catalog/medium/catalog-image/106/MTA-184683066/brd-44261_full08-7faa0ade.webp" ], "rating": 4.7, "status": "AVAILABLE", "buyable": true, "preorder": false, "listPrice": 560000, "priceText": "Rp449.500", "productId": "PHH-70008-00215", "soldCount": 224, "categoryId": "KI-1000006", "reviewCount": 36, "categoryName": "Kipas Berdiri", "freeShipping": true, "discountPercent": 20, "deliveryEstimate": "Hari ini" } ], "hasMore": true, "nextPage": 2, "totalData": 249026, "categoryId": "54650", "totalDataText": null } ``` --- ## Digimap **Category:** marketplace · **Slug:** `digimap` **Detail page:** https://zapi.ink/api/marketplace/digimap Apple Premium Partner Indonesia — product detail from the official digimap.co.id store. **Tags:** marketplace, ecommerce, product, indonesia ### Product Detail Full product detail from digimap.co.id: price, stock, variants, specs, images and description. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:digimap/product` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `url` | string | query | yes | Product page URL on digimap.co.id | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:digimap/product?url=https%3A%2F%2Fwww.digimap.co.id%2Fproducts%2Fiphone-15-mtpd3id-a" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:digimap/product?url=https%3A%2F%2Fwww.digimap.co.id%2Fproducts%2Fiphone-15-mtpd3id-a", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:digimap/product?url=https%3A%2F%2Fwww.digimap.co.id%2Fproducts%2Fiphone-15-mtpd3id-a", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "sku": "0788-APPMTPD3ID-A", "url": "https://www.digimap.co.id/products/iphone-15-mtpd3id-a", "name": "iPhone 15 512GB Pink", "tags": [ "synced" ], "brand": "Apple", "price": 18249000, "store": { "host": "www.digimap.co.id", "name": "Digimap Indonesia" }, "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Pink_PDP_Image_Position-1__GBEN.jpg?v=1717730898", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Pink_PDP_Image_Position-1_alt__GBEN.jpg?v=1717730898", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Pink_PDP_Image_Position-2__GBEN.jpg?v=1717730897", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Pink_PDP_Image_Position-3__GBEN.jpg?v=1717730898", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Pink_PDP_Image_Position-4__GBEN.jpg?v=1717730898", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Pink_PDP_Image_Position-5__GBEN.jpg?v=1717730897", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_PDP_Image_Position-6__GBEN_57c235db-4882-418a-81f0-667cf1c28a58.jpg?v=1717730898", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_PDP_Image_Position-7__GBEN_b6496093-8500-4ef4-a441-8a8abfddaed0.jpg?v=1717730898" ], "inStock": false, "category": "iPhone", "currency": "IDR", "platform": "shopify", "priceMax": 18249000, "priceMin": 18249000, "variants": [ { "sku": "0788-APPMTPD3ID-A", "name": "iPhone 15 512GB Pink", "price": 18249000, "barcode": "195949037931", "available": false, "listPrice": 20999000, "variantId": "44327322845335" } ], "listPrice": 20999000, "productId": "8433960910999", "isPreorder": false, "description": "iPhone 15 menghadirkan Dynamic Island, kamera Utama 48 MP, dan USB-C — semuanya dalam desain aluminium dan kaca berwarna yang tangguh.", "defaultImage": "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Pink_PDP_Image_Position-1__GBEN.jpg?v=1717730898", "descriptionHtml": "

iPhone 15 menghadirkan Dynamic Island, kamera Utama 48 MP, dan USB-C — semuanya dalam desain aluminium dan kaca berwarna yang tangguh.

" } ``` --- ### Products full product catalogue, paged - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:digimap/products` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `page` | number | query | no | Result page. Default 1 | | `limit` | number | query | no | Items per page. Default 50, max 250 (upstream cap) | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:digimap/products?page=1&limit=50" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:digimap/products?page=1&limit=50", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:digimap/products?page=1&limit=50", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 20, "items": [ { "url": "https://www.digimap.co.id/products/apple-airpods-max-2", "name": "Apple AirPods Max 2", "brand": "Apple", "price": 10499000, "handle": "apple-airpods-max-2", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWP4ID-A-1.jpg?v=1779417079", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWP4ID-A-2.jpg?v=1779417079", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWP4ID-A-3.jpg?v=1779417079", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWP4ID-A-4.jpg?v=1779417079", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWP4ID-A-5.jpg?v=1779417080", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWP4ID-A-6.jpg?v=1779417080", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWP4ID-A-7.jpg?v=1779417080", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWP4ID-A-8.jpg?v=1779417079" ], "options": [ { "name": "color", "values": [ "Purple" ] }, { "name": "size", "values": [ "One Size" ] } ], "variants": [ { "sku": "0788-APPMHWP4ID-A", "name": "Purple / One Size", "price": 10499000, "available": true, "listPrice": 10499000, "variantId": "47839579799703" } ], "available": true, "listPrice": 10499000, "productId": "9615636463767", "description": "Didukung chip H2, AirPods Max 2 memiliki fitur cerdas baru seperti Audio Adaptif dan Kesadaran Percakapan2 untuk komunikasi yang lebih lancar dan mendengarkan secara optimal di segala lingkungan. Poin-poin fitur utama PENGALAMAN AUDIO DENGAN DESAIN TELINGA TERTUTUP TERBAIK — Didukung oleh chip H2, AirPods Max 2 menghadirkan audio high-fidelity yang ditingkatkan dengan suara bass yang dalam, nada menengah yang luas, dan nada tinggi yang tajam untuk pengalaman mendengarkan yang tak tertandingi. SINGKIRKAN KEBISINGAN — Peredam Kebisingan Aktif hingga 1,5x lebih tinggi dibandingkan generasi sebelu", "publishedAt": "2026-06-18T11:16:10+07:00" }, { "url": "https://www.digimap.co.id/products/apple-airpods-max-6", "name": "Apple AirPods Max 2", "brand": "Apple", "price": 10499000, "handle": "apple-airpods-max-6", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWN4ID-A-1.jpg?v=1779417503", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWN4ID-A-2.jpg?v=1779417499", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWN4ID-A-3.jpg?v=1779417500", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWN4ID-A-4.jpg?v=1779417503", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWN4ID-A-5.jpg?v=1779417501", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWN4ID-A-6.jpg?v=1779417500", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWN4ID-A-7.jpg?v=1779417500", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWN4ID-A-8.jpg?v=1779417499" ], "options": [ { "name": "color", "values": [ "Orange" ] }, { "name": "size", "values": [ "One Size" ] } ], "variants": [ { "sku": "0788-APPMHWN4ID-A", "name": "Orange / One Size", "price": 10499000, "available": true, "listPrice": 10499000, "variantId": "47839586025623" } ], "available": true, "listPrice": 10499000, "productId": "9615638266007", "description": "Didukung chip H2, AirPods Max 2 memiliki fitur cerdas baru seperti Audio Adaptif dan Kesadaran Percakapan2 untuk komunikasi yang lebih lancar dan mendengarkan secara optimal di segala lingkungan. Poin-poin fitur utama PENGALAMAN AUDIO DENGAN DESAIN TELINGA TERTUTUP TERBAIK — Didukung oleh chip H2, AirPods Max 2 menghadirkan audio high-fidelity yang ditingkatkan dengan suara bass yang dalam, nada menengah yang luas, dan nada tinggi yang tajam untuk pengalaman mendengarkan yang tak tertandingi. SINGKIRKAN KEBISINGAN — Peredam Kebisingan Aktif hingga 1,5x lebih tinggi dibandingkan generasi sebelu", "publishedAt": "2026-06-18T11:16:09+07:00" }, { "url": "https://www.digimap.co.id/products/apple-airpods-max-5", "name": "Apple AirPods Max 2", "brand": "Apple", "price": 10499000, "handle": "apple-airpods-max-5", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWM4ID-A-1.jpg?v=1779417485", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWM4ID-A-2.jpg?v=1779417486", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWM4ID-A-3.jpg?v=1779417485", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWM4ID-A-4.jpg?v=1779417486", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWM4ID-A-5.jpg?v=1779417486", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWM4ID-A-6.jpg?v=1779417486", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWM4ID-A-7.jpg?v=1779417487", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWM4ID-A-8.jpg?v=1779417485" ], "options": [ { "name": "color", "values": [ "Blue" ] }, { "name": "size", "values": [ "One Size" ] } ], "variants": [ { "sku": "0788-APPMHWM4ID-A", "name": "Blue / One Size", "price": 10499000, "available": true, "listPrice": 10499000, "variantId": "47839585632407" } ], "available": true, "listPrice": 10499000, "productId": "9615638167703", "description": "Didukung chip H2, AirPods Max 2 memiliki fitur cerdas baru seperti Audio Adaptif dan Kesadaran Percakapan2 untuk komunikasi yang lebih lancar dan mendengarkan secara optimal di segala lingkungan. Poin-poin fitur utama PENGALAMAN AUDIO DENGAN DESAIN TELINGA TERTUTUP TERBAIK — Didukung oleh chip H2, AirPods Max 2 menghadirkan audio high-fidelity yang ditingkatkan dengan suara bass yang dalam, nada menengah yang luas, dan nada tinggi yang tajam untuk pengalaman mendengarkan yang tak tertandingi. SINGKIRKAN KEBISINGAN — Peredam Kebisingan Aktif hingga 1,5x lebih tinggi dibandingkan generasi sebelu", "publishedAt": "2026-06-18T11:16:09+07:00" }, { "url": "https://www.digimap.co.id/products/apple-airpods-max-4", "name": "Apple AirPods Max 2", "brand": "Apple", "price": 10499000, "handle": "apple-airpods-max-4", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWK4ID-A-1.jpg?v=1779417463", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWK4ID-A-2.jpg?v=1779417463", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWK4ID-A-3.jpg?v=1779417464", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWK4ID-A-4.jpg?v=1779417464", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWK4ID-A-5.jpg?v=1779417464", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWK4ID-A-6.jpg?v=1779417464", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWK4ID-A-7.jpg?v=1779417464", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWK4ID-A-8.jpg?v=1779417464" ], "options": [ { "name": "color", "values": [ "Midnight" ] }, { "name": "size", "values": [ "One Size" ] } ], "variants": [ { "sku": "0788-APPMHWK4ID-A", "name": "Midnight / One Size", "price": 10499000, "available": true, "listPrice": 10499000, "variantId": "47839585140887" } ], "available": true, "listPrice": 10499000, "productId": "9615637938327", "description": "Didukung chip H2, AirPods Max 2 memiliki fitur cerdas baru seperti Audio Adaptif dan Kesadaran Percakapan2 untuk komunikasi yang lebih lancar dan mendengarkan secara optimal di segala lingkungan. Poin-poin fitur utama PENGALAMAN AUDIO DENGAN DESAIN TELINGA TERTUTUP TERBAIK — Didukung oleh chip H2, AirPods Max 2 menghadirkan audio high-fidelity yang ditingkatkan dengan suara bass yang dalam, nada menengah yang luas, dan nada tinggi yang tajam untuk pengalaman mendengarkan yang tak tertandingi. SINGKIRKAN KEBISINGAN — Peredam Kebisingan Aktif hingga 1,5x lebih tinggi dibandingkan generasi sebelu", "publishedAt": "2026-06-18T11:16:09+07:00" }, { "url": "https://www.digimap.co.id/products/apple-airpods-max-3", "name": "Apple AirPods Max 2", "brand": "Apple", "price": 10499000, "handle": "apple-airpods-max-3", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWL4ID-A-1.jpg?v=1779417250", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWL4ID-A-2.jpg?v=1779417247", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWL4ID-A-3.jpg?v=1779417247", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWL4ID-A-4.jpg?v=1779417247", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWL4ID-A-5.jpg?v=1779417247", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWL4ID-A-6.jpg?v=1779417247", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWL4ID-A-7.jpg?v=1779417247", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMHWL4ID-A-8.jpg?v=1779417248" ], "options": [ { "name": "color", "values": [ "Starlight" ] }, { "name": "size", "values": [ "One Size" ] } ], "variants": [ { "sku": "0788-APPMHWL4ID-A", "name": "Starlight / One Size", "price": 10499000, "available": true, "listPrice": 10499000, "variantId": "47839580618903" } ], "available": true, "listPrice": 10499000, "productId": "9615636889751", "description": "Didukung chip H2, AirPods Max 2 memiliki fitur cerdas baru seperti Audio Adaptif dan Kesadaran Percakapan2 untuk komunikasi yang lebih lancar dan mendengarkan secara optimal di segala lingkungan. Poin-poin fitur utama PENGALAMAN AUDIO DENGAN DESAIN TELINGA TERTUTUP TERBAIK — Didukung oleh chip H2, AirPods Max 2 menghadirkan audio high-fidelity yang ditingkatkan dengan suara bass yang dalam, nada menengah yang luas, dan nada tinggi yang tajam untuk pengalaman mendengarkan yang tak tertandingi. SINGKIRKAN KEBISINGAN — Peredam Kebisingan Aktif hingga 1,5x lebih tinggi dibandingkan generasi sebelu", "publishedAt": "2026-06-18T11:16:09+07:00" }, { "url": "https://www.digimap.co.id/products/16-inch-macbook-pro-m5-pro", "name": "16-inch MacBook Pro M5 Pro", "brand": "Apple", "price": 58499000, "handle": "16-inch-macbook-pro-m5-pro", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGEA4ID-A-1.jpg?v=1778420625", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGEA4ID-A-2.jpg?v=1778420626", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGEA4ID-A-3.jpg?v=1778420625", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGEA4ID-A-4.jpg?v=1778420625", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGEA4ID-A-5.jpg?v=1778420627", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGEA4ID-A-6.jpg?v=1778420626", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGEA4ID-A-7.jpg?v=1778420627", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGEA4ID-A-8.jpg?v=1778420625" ], "options": [ { "name": "color", "values": [ "Space Black" ] }, { "name": "size", "values": [ "24GB-1T" ] } ], "variants": [ { "sku": "0788-APPMGEA4ID-A", "name": "Space Black / 24GB-1T", "price": 58499000, "available": false, "listPrice": 58499000, "variantId": "47814943768727" } ], "listPrice": 58499000, "productId": "9609408938135", "description": "MacBook Pro 16 inci dengan chip M5 Pro atau M5 Max menghadirkan kecepatan generasi berikutnya dan AI yang andal pada perangkat untuk tugas pribadi, profesional, dan kreatif. Pro dalam segala hal, dengan kekuatan baterai sepanjang hari dan layar Liquid Retina XDR yang menawan.1 Poin-poin fitur utama SIAP MELAJU CEPAT — Bersama CPU generasi berikutnya, memori terintegrasi yang lebih cepat, dan penyimpanan SSD hingga 2x lebih cepat,2 M5 Pro dan M5 Max dilengkapi GPU yang lebih andal dengan Neural Accelerator yang terpasang di setiap core, menghadirkan performa AI yang lebih cepat dan kemampuan pe", "publishedAt": "2026-05-25T10:41:38+07:00" }, { "url": "https://www.digimap.co.id/products/16-inch-macbook-pro-m5-max", "name": "16-inch MacBook Pro M5 Max", "brand": "Apple", "price": 86999000, "handle": "16-inch-macbook-pro-m5-max", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGED4ID-A-1.jpg?v=1778420625", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGED4ID-A-2.jpg?v=1778420626", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGED4ID-A-3.jpg?v=1778420626", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGED4ID-A-4.jpg?v=1778420625", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGED4ID-A-5.jpg?v=1778420625", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGED4ID-A-6.jpg?v=1778420629", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGED4ID-A-7.jpg?v=1778420629", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGED4ID-A-8.jpg?v=1778420625" ], "options": [ { "name": "color", "values": [ "Space Black" ] }, { "name": "size", "values": [ "36GB-2T" ] } ], "variants": [ { "sku": "0788-APPMGED4ID-A", "name": "Space Black / 36GB-2T", "price": 86999000, "available": false, "listPrice": 86999000, "variantId": "47814943801495" } ], "listPrice": 86999000, "productId": "9609408905367", "description": "MacBook Pro 16 inci dengan chip M5 Pro atau M5 Max menghadirkan kecepatan generasi berikutnya dan AI yang andal pada perangkat untuk tugas pribadi, profesional, dan kreatif. Pro dalam segala hal, dengan kekuatan baterai sepanjang hari dan layar Liquid Retina XDR yang menawan.1 Poin-poin fitur utama SIAP MELAJU CEPAT — Bersama CPU generasi berikutnya, memori terintegrasi yang lebih cepat, dan penyimpanan SSD hingga 2x lebih cepat,2 M5 Pro dan M5 Max dilengkapi GPU yang lebih andal dengan Neural Accelerator yang terpasang di setiap core, menghadirkan performa AI yang lebih cepat dan kemampuan pe", "publishedAt": "2026-05-25T10:41:38+07:00" }, { "url": "https://www.digimap.co.id/products/16-inch-macbook-pro-m5-pro-1", "name": "16-inch MacBook Pro M5 Pro", "brand": "Apple", "price": 70999000, "handle": "16-inch-macbook-pro-m5-pro-1", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGEC4ID-A-1.jpg?v=1778420626", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGEC4ID-A-2.jpg?v=1778420630", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGEC4ID-A-3.jpg?v=1778420626", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGEC4ID-A-4.jpg?v=1778420625", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGEC4ID-A-5.jpg?v=1778420626", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGEC4ID-A-6.jpg?v=1778420626", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGEC4ID-A-7.jpg?v=1778420626", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMGEC4ID-A-8.jpg?v=1778420625" ], "options": [ { "name": "color", "values": [ "Space Black" ] }, { "name": "size", "values": [ "48GB-1T" ] } ], "variants": [ { "sku": "0788-APPMGEC4ID-A", "name": "Space Black / 48GB-1T", "price": 70999000, "available": false, "listPrice": 70999000, "variantId": "47814943998103" } ], "listPrice": 70999000, "productId": "9609409200279", "description": "MacBook Pro 16 inci dengan chip M5 Pro atau M5 Max menghadirkan kecepatan generasi berikutnya dan AI yang andal pada perangkat untuk tugas pribadi, profesional, dan kreatif. Pro dalam segala hal, dengan kekuatan baterai sepanjang hari dan layar Liquid Retina XDR yang menawan.1 Poin-poin fitur utama SIAP MELAJU CEPAT — Bersama CPU generasi berikutnya, memori terintegrasi yang lebih cepat, dan penyimpanan SSD hingga 2x lebih cepat,2 M5 Pro dan M5 Max dilengkapi GPU yang lebih andal dengan Neural Accelerator yang terpasang di setiap core, menghadirkan performa AI yang lebih cepat dan kemampuan pe", "publishedAt": "2026-05-25T10:41:37+07:00" } ], "hasMore": true, "nextPage": 2, "totalData": null, "totalDataText": null } ``` --- ### Collections collections (categories), paged - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:digimap/collections` - **Cache TTL:** 3600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `page` | number | query | no | Result page. Default 1 | | `limit` | number | query | no | Items per page. Default 50, max 250 (upstream cap) | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:digimap/collections?page=1&limit=50" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:digimap/collections?page=1&limit=50", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:digimap/collections?page=1&limit=50", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 20, "items": [ { "url": "https://www.digimap.co.id/collections/accessories", "name": "accessories", "handle": "accessories", "updatedAt": "2026-09-14T18:14:52+07:00", "collectionId": "299999002775", "productCount": 5 }, { "url": "https://www.digimap.co.id/collections/accessories-complete-collection", "name": "Accessories Complete Collection", "image": "https://cdn.shopify.com/s/files/1/0640/4761/2055/collections/752_macbook_pro_flex_accessories_small_2x_752_macbook_pro_78f20862-c564-4f32-8456-4f862c6ed62b.png?v=1789528294", "handle": "accessories-complete-collection", "updatedAt": "2026-09-17T18:16:48+07:00", "collectionId": "326898221207", "productCount": 128 }, { "url": "https://www.digimap.co.id/collections/airpods", "name": "AirPods", "handle": "airpods", "updatedAt": "2026-08-13T02:38:38+07:00", "collectionId": "300000706711", "productCount": 1 }, { "url": "https://www.digimap.co.id/collections/airpods-2nd-gen", "name": "AirPods (2nd gen)", "handle": "airpods-2nd-gen", "updatedAt": "2026-08-13T02:38:41+07:00", "collectionId": "302307836055", "productCount": 1 }, { "url": "https://www.digimap.co.id/collections/airpods-3rd-gen", "name": "AirPods (3rd gen)", "handle": "airpods-3rd-gen", "updatedAt": "2026-08-13T02:38:31+07:00", "collectionId": "300572344471", "productCount": 2 }, { "url": "https://www.digimap.co.id/collections/airpods-4", "name": "Airpods 4", "handle": "airpods-4", "updatedAt": "2026-09-17T18:16:48+07:00", "collectionId": "306574655639", "productCount": 2 }, { "url": "https://www.digimap.co.id/collections/airpods-1", "name": "AirPods 4 & AirPods Pro 3", "handle": "airpods-1", "updatedAt": "2026-09-17T18:16:48+07:00", "collectionId": "324376559767", "productCount": 3 }, { "url": "https://www.digimap.co.id/collections/airpods-max", "name": "AirPods Max", "handle": "airpods-max", "updatedAt": "2026-09-13T18:15:04+07:00", "collectionId": "300000673943", "productCount": 2 } ], "hasMore": true, "nextPage": 2, "totalData": null, "totalDataText": null } ``` --- ### Collection one collection's detail - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:digimap/collection` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `collection` | string | query | yes | Collection handle, or a collection URL | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:digimap/collection?collection=all" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:digimap/collection?collection=all", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:digimap/collection?collection=all", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "url": "https://www.digimap.co.id/collections/accessories", "name": "accessories", "handle": "accessories", "updatedAt": "2026-09-14T18:14:52+07:00", "publishedAt": "2024-05-30T10:48:50+07:00", "collectionId": "299999002775", "productCount": 5 } ``` --- ### Collection Products products inside one collection, paged - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:digimap/collection-products` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `collection` | string | query | yes | Collection handle, or a collection URL | | `page` | number | query | no | Result page. Default 1 | | `limit` | number | query | no | Items per page. Default 50, max 250 (upstream cap) | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:digimap/collection-products?collection=all&page=1&limit=50" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:digimap/collection-products?collection=all&page=1&limit=50", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:digimap/collection-products?collection=all&page=1&limit=50", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 5, "items": [ { "url": "https://www.digimap.co.id/products/airpods-3rd-generation-with-lightning-charging-case-mpny3id-a", "name": "AirPods (3rd generation) with Lightning Charging Case", "tags": [ "synced" ], "brand": "Apple", "price": 2499000, "handle": "airpods-3rd-generation-with-lightning-charging-case-mpny3id-a", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/Airpods_PDP_Image_Position-1__GBEN.jpg?v=1717742672", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/Airpods_PDP_Image_Position-2__GBEN.jpg?v=1717742672", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/Airpods_PDP_Image_Position-3__GBEN.jpg?v=1717742672", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/Airpods_PDP_Image_Position-4__GBEN.jpg?v=1717742672", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/Airpods_PDP_Image_Position-5__GBEN.jpg?v=1717742672", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/Airpods_PDP_Image_Position-6__GBEN.jpg?v=1717742672", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/Airpods_PDP_Image_Position-8__GBEN.jpg?v=1717742672" ], "category": "AirPods", "variants": [ { "sku": "0788-APPMPNY3ID-A", "price": 2499000, "available": false, "listPrice": 2499000, "variantId": "44327880654999" } ], "listPrice": 2499000, "productId": "8434276139159", "description": "Memperkenalkan AirPods yang sepenuhnya baru. Dilengkapi audio spasial yang menghadirkan suara yang mengelilingi Anda (1), EQ Adaptif yang secara otomatis mengatur musik sesuai telinga Anda, dan kekuatan baterai lebih lama (2). Tahan air dan keringat serta menghadirkan pengalaman yang menakjubkan (3).", "publishedAt": "2024-06-18T17:11:32+07:00" }, { "url": "https://www.digimap.co.id/products/240w-usb-c-charge-cable-2m-mu2g3za-a", "name": "240W USB-C Charge Cable (2m)", "tags": [ "synced" ], "brand": "Apple", "price": 549000, "handle": "240w-usb-c-charge-cable-2m-mu2g3za-a", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/240w-usb-c-charge-cable-2-m_MU2G3_6b9edc5f-1ffa-463c-a70f-ea36889f7d46.png?v=1717742599", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/240w-usb-c-charge-cable-2-m_MU2G3_AV1_f72c2869-91eb-4281-904f-44ac7072596b.png?v=1717742599" ], "category": "Accessories", "variants": [ { "sku": "0788-APPMU2G3ZA-A", "price": 549000, "available": false, "listPrice": 549000, "variantId": "44327876264087" } ], "listPrice": 549000, "productId": "8434273419415", "description": "This 2-metre charging cable is made with a woven design — with USB-C connectors on both ends — and is ideal for charging, syncing and transferring data between USB-C devices. It supports charging of up to 240 watts and transfers data at USB 2 rates. Pair the USB-C Charge Cable with a compatible USB-C power adapter to conveniently charge your devices from a power point and take advantage of fast-charging capabilities. USB-C power adapters sold separately.", "publishedAt": "2024-06-18T17:10:39+07:00" }, { "url": "https://www.digimap.co.id/products/35w-dual-usb-c-port-power-adapter-mw2k3za-a", "name": "35W Dual USB-C Port Power Adapter", "tags": [ "synced" ], "brand": "Apple", "price": 1199000, "handle": "35w-dual-usb-c-port-power-adapter-mw2k3za-a", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/35w-dual-usb-c-port-power-adapter_MNWP3_GEO_VN.png?v=1717742070", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/35w-dual-usb-c-port-power-adapter_MNWP3_AV1_GEO_VN.png?v=1717742070", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/35w-dual-usb-c-port-power-adapter_MNWP3_AV2_GEO_VN.png?v=1717742070" ], "category": "Accessories", "variants": [ { "sku": "0788-APPMW2K3ZA-A", "price": 1199000, "available": true, "listPrice": 1199000, "variantId": "44327847886999" } ], "available": true, "listPrice": 1199000, "productId": "8434253365399", "description": "The 35W Dual USB‑C Port Power Adapter allows you to charge two devices at the same time, whether you’re at home, in the office or on the go. Apple recommends using it with MacBook Air. You can also use it with iPhone, iPad, Apple Watch and AirPods.", "publishedAt": "2025-06-18T17:56:03+07:00" }, { "url": "https://www.digimap.co.id/products/60w-usb-c-charge-cable-1m-mqkj3za-a", "name": "60W USB-C Charge Cable (1m)", "tags": [ "synced" ], "brand": "Apple", "price": 409000, "handle": "60w-usb-c-charge-cable-1m-mqkj3za-a", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/MQKJ3.jpg?v=1717742614", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/MQKJ3_AV1.jpg?v=1717742614" ], "category": "Accessories", "variants": [ { "sku": "0788-APPMQKJ3ZA-A", "price": 409000, "available": false, "listPrice": 409000, "variantId": "44327877640343" } ], "listPrice": 409000, "productId": "8434274173079", "description": "This 1-metre charge cable is made with a woven design — with USB-C connectors on both ends — and is ideal for charging, syncing and transferring data between USB-C devices. Pair the USB-C Woven Charge Cable with a compatible USB-C power adapter to conveniently charge your devices from a power point and take advantage of fast-charging capabilities. USB-C power adapters sold separately.", "publishedAt": "2024-06-18T17:10:50+07:00" }, { "url": "https://www.digimap.co.id/products/iphone-15-plus-silicone-case-with-magsafe-mwnf3fe-a", "name": "iPhone 15 Plus Silicone Case with MagSafe - Sunshine", "tags": [ "synced" ], "brand": "Apple", "price": 999000, "handle": "iphone-15-plus-silicone-case-with-magsafe-mwnf3fe-a", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iphone-15-plus-silicone-case-with-magsafe-sunshine_MWNF3.png?v=1717736119", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iphone-15-plus-silicone-case-with-magsafe-sunshine_MWNF3_AV1.png?v=1717736118", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iphone-15-plus-silicone-case-with-magsafe-sunshine_MWNF3_AV2.png?v=1717736119", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iphone-15-plus-silicone-case-with-magsafe-sunshine_MWNF3_AV3.png?v=1717736119", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iphone-15-plus-silicone-case-with-magsafe-sunshine_MWNF3_AV4.png?v=1717736119", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/MWNF3FE-A_sunshine_MWNF3_SW_COLOR.png?v=1717736118" ], "category": "Accessories", "variants": [ { "sku": "0788-APPMWNF3FE-A", "price": 999000, "available": false, "listPrice": 999000, "variantId": "44327534624919" } ], "listPrice": 999000, "productId": "8434067734679", "description": "Designed by Apple to complement iPhone 15 Plus, the Silicone Case with MagSafe is a delightful way to protect your iPhone.", "publishedAt": "2024-06-18T16:39:40+07:00" } ], "hasMore": false, "nextPage": null, "totalData": null, "collection": "accessories", "totalDataText": null } ``` --- ### Search search products, collections and query suggestions - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:digimap/search` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `query` | string | query | yes | Search keyword | | `limit` | number | query | no | Results per resource. Default 10, max 10 (upstream cap) | | `types` | string | query | no | Comma list of what to return: product, collection, query (autocomplete terms). Default product | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:digimap/search?query=jacket&limit=10&types=product%2Ccollection%2Cquery" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:digimap/search?query=jacket&limit=10&types=product%2Ccollection%2Cquery", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:digimap/search?query=jacket&limit=10&types=product%2Ccollection%2Cquery", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 3, "items": [ { "url": "https://www.digimap.co.id/products/iphone-15-mtp13id-a", "name": "iPhone 15 128GB Pink", "tags": [ "synced" ], "brand": "Apple", "price": 15499000, "handle": "iphone-15-mtp13id-a", "category": "iPhone", "priceMax": 15499000, "priceMin": 15499000, "available": true, "listPrice": 15499000, "productId": "8433971593367", "description": "iPhone 15 menghadirkan Dynamic Island, kamera Utama 48 MP, dan USB-C — semuanya dalam desain aluminium dan kaca berwarna yang tangguh.", "defaultImage": "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Pink_PDP_Image_Position-1__GBEN_863e22ef-a1c6-4031-8bf7-1ac9a9c5a086.jpg?v=1717731724" }, { "url": "https://www.digimap.co.id/products/iphone-15-mtp03id-a", "name": "iPhone 15 128GB Black", "tags": [ "synced" ], "brand": "Apple", "price": 15499000, "handle": "iphone-15-mtp03id-a", "category": "iPhone", "priceMax": 15499000, "priceMin": 15499000, "available": true, "listPrice": 15499000, "productId": "8433969725591", "description": "iPhone 15 menghadirkan Dynamic Island, kamera Utama 48 MP, dan USB-C — semuanya dalam desain aluminium dan kaca berwarna yang tangguh.", "defaultImage": "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Black_PDP_Image_Position-1__GBEN_39c3c699-48d1-441b-bb96-fea1a1a5e8a7.jpg?v=1717731569" }, { "url": "https://www.digimap.co.id/products/iphone-15-mtp43id-a", "name": "iPhone 15 128GB Blue", "tags": [ "synced" ], "brand": "Apple", "price": 15499000, "handle": "iphone-15-mtp43id-a", "category": "iPhone", "priceMax": 15499000, "priceMin": 15499000, "available": true, "listPrice": 15499000, "productId": "8433970610327", "description": "iPhone 15 menghadirkan Dynamic Island, kamera Utama 48 MP, dan USB-C — semuanya dalam desain aluminium dan kaca berwarna yang tangguh.", "defaultImage": "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Blue_PDP_Image_Position-1__GBEN_d5025ff9-751b-4bf8-bc45-c38ad07add6e.jpg?v=1717731647" } ], "query": "iphone", "collections": [ { "url": "https://www.digimap.co.id/collections/all-iphone?_pos=1&_psq=iphone&_psid=fc47a529d&_ss=e", "name": "All iPhone", "handle": "all-iphone", "collectionId": "324376526999" }, { "url": "https://www.digimap.co.id/collections/iphone-17e?_pos=2&_psq=iphone&_psid=fc47a529d&_ss=e", "name": "iPhone 17e", "handle": "iphone-17e", "collectionId": "321833336983" }, { "url": "https://www.digimap.co.id/collections/iphone-air?_pos=3&_psq=iphone&_psid=fc47a529d&_ss=e", "name": "iPhone Air", "handle": "iphone-air", "collectionId": "313923010711" } ], "suggestions": [ { "url": "https://www.digimap.co.id/search?q=iphone+15&_pos=1&_psq=iphone&_psid=fc47a529d&_ss=e", "text": "iphone 15" }, { "url": "https://www.digimap.co.id/search?q=iphone+17&_pos=2&_psq=iphone&_psid=fc47a529d&_ss=e", "text": "iphone 17" }, { "url": "https://www.digimap.co.id/search?q=iphone+13&_pos=3&_psq=iphone&_psid=fc47a529d&_ss=e", "text": "iphone 13" }, { "url": "https://www.digimap.co.id/search?q=iphone&_pos=4&_psq=iphone&_psid=fc47a529d&_ss=e", "text": "iphone" } ] } ``` --- ### Related related products for one product - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:digimap/related` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `productId` | string | query | yes | Numeric product id (the `productId` field of a product response) | | `limit` | number | query | no | How many related products. Default 10, max 10 | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:digimap/related?productId=10068493762873&limit=10" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:digimap/related?productId=10068493762873&limit=10", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:digimap/related?productId=10068493762873&limit=10", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 10, "items": [ { "url": "https://www.digimap.co.id/products/airpods-pro-3", "name": "AirPods Pro 3", "brand": "Apple", "price": 4399000, "handle": "airpods-pro-3", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMFHP4ID-A-1.jpg?v=1762255013", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMFHP4ID-A-2.jpg?v=1762255013", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMFHP4ID-A-3.jpg?v=1762255013", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMFHP4ID-A-4.jpg?v=1762255013", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMFHP4ID-A-5.jpg?v=1762255013", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMFHP4ID-A-6.jpg?v=1762255013", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMFHP4ID-A-7.jpg?v=1762255013", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMFHP4ID-A-8.jpg?v=1762255013" ], "options": [ { "name": "size", "values": [ "One Size" ] }, { "name": "color", "values": [ "White" ] } ], "priceMax": 4399000, "priceMin": 4399000, "variants": [ { "sku": "0788-APPMFHP4ID-A", "name": "One Size / White", "price": 4399000, "options": [ "One Size", "White" ], "available": true, "listPrice": 4499000, "variantId": "46245090754711" } ], "available": true, "listPrice": 4499000, "productId": "9214886051991", "description": "AirPods Pro 3. Akses Tes Pendengaran, fitur Alat Bantu Dengar (1), dengan kekuatan baterai hingga 10 jam dengan mode Transparansi (2), dan Pengurangan Bunyi Keras aktif, semuanya dalam satu pengalaman tanpa cela. Juga dengan Peredam Kebisingan Aktif dalam telinga terbaik di dunia (3), sensor detak jantung untuk berolahraga (4), dan pemakaian yang sangat pas. Legal 1. Fitur Tes Pendengaran dan Alat Bantu Dengar didukung pada AirPods Pro 2 dan lebih baru dengan firmware terbaru yang dipasangkan dengan iPhone atau iPad yang kompatibel dengan iOS 18 atau iPadOS 18 dan lebih baru, dan ditujukan unt", "publishedAt": "2025-11-17T09:25:45+07:00", "defaultImage": "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMFHP4ID-A-1.jpg?v=1762255013" }, { "url": "https://www.digimap.co.id/products/iphone-15-mtp13id-a", "name": "iPhone 15 128GB Pink", "tags": [ "synced" ], "brand": "Apple", "price": 15499000, "handle": "iphone-15-mtp13id-a", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Pink_PDP_Image_Position-1__GBEN_863e22ef-a1c6-4031-8bf7-1ac9a9c5a086.jpg?v=1717731724", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Pink_PDP_Image_Position-1_alt__GBEN_033e87e8-7f52-474a-bf43-0ee75e7a0315.jpg?v=1717731724", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Pink_PDP_Image_Position-2__GBEN_b9925e4a-b1d4-469f-94b9-618929e473a3.jpg?v=1717731724", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Pink_PDP_Image_Position-3__GBEN_ba89d911-8ef8-4c2a-86e0-7564ef9c220f.jpg?v=1717731725", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Pink_PDP_Image_Position-4__GBEN_5edc1eff-e2b5-4026-a985-39233c854528.jpg?v=1717731725", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Pink_PDP_Image_Position-5__GBEN_80781655-a045-49fb-83be-b1cc88ce1dec.jpg?v=1717731724", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_PDP_Image_Position-6__GBEN_75f5384f-757a-46cd-ad4c-348c1288a5ba.jpg?v=1717731724", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_PDP_Image_Position-7__GBEN_3aab5f45-a1ca-4833-b7e5-c2981fbbd5f2.jpg?v=1717731724" ], "category": "iPhone", "priceMax": 15499000, "priceMin": 15499000, "variants": [ { "sku": "0788-APPMTP13ID-A", "price": 15499000, "barcode": "195949036132", "available": true, "listPrice": 15499000, "variantId": "44327345619095" } ], "available": true, "listPrice": 15499000, "productId": "8433971593367", "description": "iPhone 15 menghadirkan Dynamic Island, kamera Utama 48 MP, dan USB-C — semuanya dalam desain aluminium dan kaca berwarna yang tangguh.", "publishedAt": "2025-01-14T10:24:36+07:00", "defaultImage": "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Pink_PDP_Image_Position-1__GBEN_863e22ef-a1c6-4031-8bf7-1ac9a9c5a086.jpg?v=1717731724" }, { "url": "https://www.digimap.co.id/products/iphone-15-mtp03id-a", "name": "iPhone 15 128GB Black", "tags": [ "synced" ], "brand": "Apple", "price": 15499000, "handle": "iphone-15-mtp03id-a", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Black_PDP_Image_Position-1__GBEN_39c3c699-48d1-441b-bb96-fea1a1a5e8a7.jpg?v=1717731569", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Black_PDP_Image_Position-1_alt__GBEN_46733a27-83e5-42d5-82f6-f54699f24a09.jpg?v=1717731569", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Black_PDP_Image_Position-2__GBEN_956509b7-7492-4546-bc0c-10ec2ad849ec.jpg?v=1717731569", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Black_PDP_Image_Position-3__GBEN_15db4ab9-a849-484c-a6d7-e77b0399902e.jpg?v=1717731569", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Black_PDP_Image_Position-4__GBEN_dfbdd65e-10b3-4e04-b092-e705afd36502.jpg?v=1717731569", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Black_PDP_Image_Position-5__GBEN_f6f04f94-10c3-4d5b-b79e-72e2f78347e2.jpg?v=1717731569", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_PDP_Image_Position-6__GBEN_67b4b35f-61f0-4558-8872-ade74795fe1a.jpg?v=1717731569", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_PDP_Image_Position-7__GBEN_5909efe7-51a2-425f-b3c2-1693c1280a9b.jpg?v=1717731569" ], "category": "iPhone", "priceMax": 15499000, "priceMin": 15499000, "variants": [ { "sku": "0788-APPMTP03ID-A", "price": 15499000, "barcode": "195949035951", "available": true, "listPrice": 15499000, "variantId": "44327341981847" } ], "available": true, "listPrice": 15499000, "productId": "8433969725591", "description": "iPhone 15 menghadirkan Dynamic Island, kamera Utama 48 MP, dan USB-C — semuanya dalam desain aluminium dan kaca berwarna yang tangguh.", "publishedAt": "2025-01-14T10:24:33+07:00", "defaultImage": "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Black_PDP_Image_Position-1__GBEN_39c3c699-48d1-441b-bb96-fea1a1a5e8a7.jpg?v=1717731569" }, { "url": "https://www.digimap.co.id/products/iphone-15-mtp43id-a", "name": "iPhone 15 128GB Blue", "tags": [ "synced" ], "brand": "Apple", "price": 15499000, "handle": "iphone-15-mtp43id-a", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Blue_PDP_Image_Position-1__GBEN_d5025ff9-751b-4bf8-bc45-c38ad07add6e.jpg?v=1717731647", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Blue_PDP_Image_Position-1_alt__GBEN_a413c413-91df-407a-8716-fa3e0deade95.jpg?v=1717731647", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Blue_PDP_Image_Position-2__GBEN_c75d5f40-ea51-4a81-976d-34127b444f82.jpg?v=1717731647", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Blue_PDP_Image_Position-3__GBEN_3320e155-a6a1-4fd2-9bbe-68436deb4aba.jpg?v=1717731647", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Blue_PDP_Image_Position-4__GBEN_faacb620-147e-4f25-ace6-20fdb344b628.jpg?v=1717731647", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Blue_PDP_Image_Position-5__GBEN_663f1630-8232-4136-a60d-37f8c2bb7a00.jpg?v=1717731647", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_PDP_Image_Position-6__GBEN_0bdef8cf-7124-4581-9fac-7e8d2f172268.jpg?v=1717731647", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_PDP_Image_Position-7__GBEN_be234d50-1793-466c-87c6-d8e7ef9cf395.jpg?v=1717731647" ], "category": "iPhone", "priceMax": 15499000, "priceMin": 15499000, "variants": [ { "sku": "0788-APPMTP43ID-A", "price": 15499000, "barcode": "195949036491", "available": true, "listPrice": 15499000, "variantId": "44327343554711" } ], "available": true, "listPrice": 15499000, "productId": "8433970610327", "description": "iPhone 15 menghadirkan Dynamic Island, kamera Utama 48 MP, dan USB-C — semuanya dalam desain aluminium dan kaca berwarna yang tangguh.", "publishedAt": "2025-01-14T10:24:34+07:00", "defaultImage": "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/iPhone_15_Blue_PDP_Image_Position-1__GBEN_d5025ff9-751b-4bf8-bc45-c38ad07add6e.jpg?v=1717731647" }, { "url": "https://www.digimap.co.id/products/iphone-17-pro-256gb-silver", "name": "iPhone 17 Pro 256GB Silver", "brand": "Apple", "price": 22999000, "handle": "iphone-17-pro-256gb-silver", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG8G4ID-A-1.jpg?v=1759804337", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG8G4ID-A-2.jpg?v=1759804337", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG8G4ID-A-3.jpg?v=1759804337", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG8G4ID-A-4.jpg?v=1759804337", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG8G4ID-A-5.jpg?v=1759804337", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG8G4ID-A-6.jpg?v=1759804337", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG8G4ID-A-7.jpg?v=1759804337", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG8G4ID-A-8.jpg?v=1759804337" ], "options": [ { "name": "size", "values": [ "256GB" ] }, { "name": "color", "values": [ "Silver" ] } ], "priceMax": 22999000, "priceMin": 22999000, "variants": [ { "sku": "0788-APPMG8G4ID-A", "name": "256GB / Silver", "price": 22999000, "options": [ "256GB", "Silver" ], "available": true, "listPrice": 24999000, "variantId": "46167835377815" } ], "available": true, "listPrice": 24999000, "productId": "9183584714903", "description": "iPhone 17 Pro. iPhone paling andal yang pernah ada. Layar 6,3 inci yang cemerlang,1 desain unibody aluminium, chip A19 Pro, semua kamera belakang 48 MP, dan terobosan kekuatan baterai. Poin-poin fitur utama DESAIN UNIBODY. UNTUK KEANDALAN MENGAGUMKAN. — Unibody aluminium, ditempa dalam suhu tinggi untuk iPhone paling andal yang pernah dibuat. CERAMIC SHIELD TANGGUH. DEPAN DAN BELAKANG. — Ceramic Shield melindungi bagian belakang iPhone 17 Pro Max, membuatnya 4x lipat lebih tahan retak.2 Dan Ceramic Shield 2 baru di bagian depan 3x lipat lebih tahan gores.3 SISTEM KAMERA PRO PALING MAKSIMAL — D", "publishedAt": "2025-11-29T18:35:28+07:00", "defaultImage": "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG8G4ID-A-1.jpg?v=1759804337" }, { "url": "https://www.digimap.co.id/products/iphone-17-pro-max-256gb-silver", "name": "iPhone 17 Pro Max 256GB Silver", "brand": "Apple", "price": 24999000, "handle": "iphone-17-pro-max-256gb-silver", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMFYM4ID-A-1.jpg?v=1759804401", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMFYM4ID-A-2.jpg?v=1759804401", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMFYM4ID-A-3.jpg?v=1759804401", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMFYM4ID-A-4.jpg?v=1759804401", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMFYM4ID-A-5.jpg?v=1759804401", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMFYM4ID-A-6.jpg?v=1759804401", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMFYM4ID-A-7.jpg?v=1759804401", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMFYM4ID-A-8.jpg?v=1759804401" ], "options": [ { "name": "size", "values": [ "256GB" ] }, { "name": "color", "values": [ "Silver" ] } ], "priceMax": 24999000, "priceMin": 24999000, "variants": [ { "sku": "0788-APPMFYM4ID-A", "name": "256GB / Silver", "price": 24999000, "options": [ "256GB", "Silver" ], "available": true, "listPrice": 26999000, "variantId": "46167836328087" } ], "available": true, "listPrice": 26999000, "productId": "9183585534103", "description": "iPhone 17 Pro Max. iPhone paling andal yang pernah ada. Layar 6,9 inci yang cemerlang1, desain unibody aluminium, chip A19 Pro, semua kamera belakang 48 MP, dan kekuatan baterai terbaik. Poin-poin fitur utama DESAIN UNIBODY. UNTUK KEANDALAN MENGAGUMKAN. — Desain unibody aluminium, ditempa dalam suhu tinggi, untuk iPhone paling andal yang pernah dibuat. CERAMIC SHIELD TANGGUH. DEPAN DAN BELAKANG. — Ceramic Shield melindungi bagian belakang iPhone 17 Pro Max, membuatnya 4x lipat lebih tahan retak.2 Dan Ceramic Shield 2 baru di bagian depan 3x lipat lebih tahan gores.3 SISTEM KAMERA PRO PALING MA", "publishedAt": "2025-11-21T13:23:10+07:00", "defaultImage": "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMFYM4ID-A-1.jpg?v=1759804401" }, { "url": "https://www.digimap.co.id/products/iphone-17-pro-256gb-cosmic-orange", "name": "iPhone 17 Pro 256GB Cosmic Orange", "brand": "Apple", "price": 22999000, "handle": "iphone-17-pro-256gb-cosmic-orange", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG8H4ID-A-1.jpg?v=1759804292", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG8H4ID-A-2.jpg?v=1759804292", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG8H4ID-A-3.jpg?v=1759804292", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG8H4ID-A-4.jpg?v=1759804292", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG8H4ID-A-5.jpg?v=1759804292", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG8H4ID-A-6.jpg?v=1759804292", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG8H4ID-A-7.jpg?v=1759804292", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG8H4ID-A-8.jpg?v=1759804292" ], "options": [ { "name": "size", "values": [ "256GB" ] }, { "name": "color", "values": [ "Cosmic Orange" ] } ], "priceMax": 22999000, "priceMin": 22999000, "variants": [ { "sku": "0788-APPMG8H4ID-A", "name": "256GB / Cosmic Orange", "price": 22999000, "options": [ "256GB", "Cosmic Orange" ], "available": true, "listPrice": 24999000, "variantId": "46167835508887" } ], "available": true, "listPrice": 24999000, "productId": "9183584747671", "description": "iPhone 17 Pro. iPhone paling andal yang pernah ada. Layar 6,3 inci yang cemerlang,1 desain unibody aluminium, chip A19 Pro, semua kamera belakang 48 MP, dan terobosan kekuatan baterai. Poin-poin fitur utama DESAIN UNIBODY. UNTUK KEANDALAN MENGAGUMKAN. — Unibody aluminium, ditempa dalam suhu tinggi untuk iPhone paling andal yang pernah dibuat. CERAMIC SHIELD TANGGUH. DEPAN DAN BELAKANG. — Ceramic Shield melindungi bagian belakang iPhone 17 Pro Max, membuatnya 4x lipat lebih tahan retak.2 Dan Ceramic Shield 2 baru di bagian depan 3x lipat lebih tahan gores.3 SISTEM KAMERA PRO PALING MAKSIMAL — D", "publishedAt": "2025-10-08T10:04:37+07:00", "defaultImage": "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG8H4ID-A-1.jpg?v=1759804292" }, { "url": "https://www.digimap.co.id/products/iphone-17-256gb-lavender", "name": "iPhone 17 256GB Lavender", "brand": "Apple", "price": 20499000, "handle": "iphone-17-256gb-lavender", "images": [ "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG6M4ID-A-1_5ff00305-55b3-42e0-be02-cd36ec318b7f.jpg?v=1759804337", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG6M4ID-A-2.jpg?v=1759804337", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG6M4ID-A-3.jpg?v=1759804337", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG6M4ID-A-4.jpg?v=1759804337", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG6M4ID-A-5.jpg?v=1759804337", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG6M4ID-A-6.jpg?v=1759804337", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG6M4ID-A-7.jpg?v=1759804337", "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG6M4ID-A-8.jpg?v=1759804337" ], "options": [ { "name": "size", "values": [ "256GB" ] }, { "name": "color", "values": [ "Lavender" ] } ], "priceMax": 20499000, "priceMin": 20499000, "variants": [ { "sku": "0788-APPMG6M4ID-A", "name": "256GB / Lavender", "price": 20499000, "options": [ "256GB", "Lavender" ], "available": true, "listPrice": 20499000, "variantId": "46167835639959" } ], "available": true, "listPrice": 20499000, "productId": "9183584977047", "description": "iPhone 17. Makin menyenangkan. Makin tahan lama. Layar ProMotion 6,3 inci,1 Ceramic Shield 2, semua kamera belakang 48 MP, kamera depan Center Stage, chip A19, dan banyak lagi. Poin-poin fitur utama DIRANCANG UNTUK MENYENANGKAN. DIBUAT UNTUK LEBIH TAHAN LAMA. — iPhone 17 hadir dalam lima warna memukau, dengan layar 6,3 inci yang lebih terang,1 dan bagian depan Ceramic Shield 2 yang 3x lipat lebih tahan gores.2 LAYAR 6,3 INCI DENGAN PROMOTION. LEBIH TERANG. CEMERLANG. — Pengguliran lancar dengan ProMotion hingga 120 Hz, kontras luar ruangan yang lebih baik dengan kecerahan puncak 3.000 nit, dan", "publishedAt": "2025-10-08T10:04:39+07:00", "defaultImage": "https://cdn.shopify.com/s/files/1/0640/4761/2055/files/0788-APPMG6M4ID-A-1_5ff00305-55b3-42e0-be02-cd36ec318b7f.jpg?v=1759804337" } ], "productId": "9615636463767" } ``` --- ### Variant one variant: price, stock and options - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:digimap/variant` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `variantId` | string | query | yes | Numeric variant id (the `variantId` field of a product response) | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:digimap/variant?variantId=51433424847161" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:digimap/variant?variantId=51433424847161", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:digimap/variant?variantId=51433424847161", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "sku": "0788-APPMHWP4ID-A", "name": "Purple / One Size", "price": 10499000, "weight": 1000, "options": [ "Purple", "One Size" ], "listPrice": 10499000, "productId": "9615636463767", "variantId": "47839579799703", "weightUnit": "g", "requiresShipping": true } ``` --- ### Shop storefront profile - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:digimap/shop` - **Cache TTL:** 3600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `x` | string | query | no | Unused — this endpoint takes no input | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:digimap/shop?x=VALUE" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:digimap/shop?x=VALUE", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:digimap/shop?x=VALUE", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "url": "https://www.digimap.co.id", "city": "Kota Jakarta Pusat", "host": "www.digimap.co.id", "name": "Digimap Indonesia", "shopId": "64047612055", "country": "ID", "currency": "IDR", "province": "Jakarta", "description": "Beli iPhone, MacBook, iPad, Apple Watch, dan aksesoris Apple original di Digimap Indonesia. Apple Authorized Reseller dengan garansi resmi, cicilan hingga 24 bulan, dan promo menarik." } ``` --- ## Erafone **Category:** marketplace · **Slug:** `erafone` **Detail page:** https://zapi.ink/api/marketplace/erafone Erajaya phone and gadget retailer — product detail from the official erafone.com store. **Tags:** marketplace, ecommerce, product, indonesia ### Product Detail Full product detail from erafone.com: price, stock, variants, specs, images and description. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:erafone/product` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `url` | string | query | yes | Product page URL on erafone.com | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:erafone/product?url=https%3A%2F%2Ferafone.com%2Fproduk%2Fsamsung-galaxy-z-fold7" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:erafone/product?url=https%3A%2F%2Ferafone.com%2Fproduk%2Fsamsung-galaxy-z-fold7", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:erafone/product?url=https%3A%2F%2Ferafone.com%2Fproduk%2Fsamsung-galaxy-z-fold7", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "sku": "SAM-FO7-ER-CON", "url": "https://erafone.com/produk/samsung-galaxy-z-fold7", "name": "Samsung Galaxy Z Fold7", "brand": "Samsung", "price": 24499000, "specs": [ { "label": "Categori Capi", "value": "DEVICE" }, { "label": "SKU Samsung", "value": "SM-F966BDBDXID" } ], "stock": 22, "store": { "host": "erafone.com", "name": "erafone" }, "images": [ "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_fold7_blue_shadow_1_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_fold7_blue_shadow_2_1_1_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_fold7_blue_shadow_4_1_1_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_fold7_blue_shadow_5_1_1_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_fold7_blue_shadow_6_1_1_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_fold7_blue_shadow_7_1_1_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_fold7_blue_shadow_8_1_1_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_fold7_blue_shadow_9_1_1_1.jpg" ], "rating": 5, "inStock": true, "category": "Smartphone & Tablet/Smartphones", "currency": "IDR", "platform": "next", "variants": [ { "sku": "8100034539", "name": "12/256 GB,Blue Shadow", "stock": 4, "options": { "Warna": "Blue Shadow", "Kapasitas": "12/256 GB" }, "available": true }, { "sku": "8100034540", "name": "12/256 GB,Jetblack", "stock": 3, "options": { "Warna": "Jetblack", "Kapasitas": "12/256 GB" }, "available": true }, { "sku": "8100034546", "name": "12/512 GB,Silver Shadow ", "stock": 3, "options": { "Warna": "Silver Shadow ", "Kapasitas": "12/512 GB" }, "available": true }, { "sku": "8100034544", "name": "12/512 GB,Jetblack", "stock": 1, "options": { "Warna": "Jetblack", "Kapasitas": "12/512 GB" }, "available": true }, { "sku": "8100034542", "name": "12/256 GB,Silver Shadow ", "stock": 5, "options": { "Warna": "Silver Shadow ", "Kapasitas": "12/256 GB" }, "available": true }, { "sku": "8100034543", "name": "12/512 GB,Blue Shadow", "stock": 4, "options": { "Warna": "Blue Shadow", "Kapasitas": "12/512 GB" }, "available": true } ], "listPrice": 28499000, "productId": "318951", "isPreorder": false, "description": "Dapatkan Harga Diskon Samsung Galaxy Z Fold 7 Blue 12/256GB Termurah di Erafone! ✅100% Original ✅Garansi Resmi ✅Bebas Ongkir", "reviewCount": 6, "defaultImage": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_fold7_blue_shadow_1_1.jpg" } ``` --- ### Search keyword product search, paged and sortable - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:erafone/search` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `query` | string | query | yes | Search keyword | | `page` | number | query | no | Result page. Default 1 | | `limit` | number | query | no | Items per page. Default 20, max 50 | | `sort` | enum(relevance|top_rated|newest|price_desc|price_asc) | query | no | Order: relevance, top_rated, newest, price_desc, price_asc. Default relevance | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:erafone/search?query=iphone&page=1&limit=20&sort=price_asc" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:erafone/search?query=iphone&page=1&limit=20&sort=price_asc", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:erafone/search?query=iphone&page=1&limit=20&sort=price_asc", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 20, "items": [ { "sku": "SAM-GS26U-ER-CON", "url": "https://erafone.com/produk/samsung-galaxy-s26-ultra", "name": "Samsung Galaxy S26 Ultra", "badge": "+ Diskon Pembelian bundling s.d. 3,25 Juta", "price": 22249000, "stock": 42, "colors": [ "Cobalt Violet", "Black", "Sky Blue", "White" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_ultra_cobalt_violet_1_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_ultra_cobalt_violet_2_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_ultra_cobalt_violet_3_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_ultra_cobalt_violet_4_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_ultra_cobalt_violet_5_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_ultra_cobalt_violet_6_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_ultra_cobalt_violet_7_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_ultra_cobalt_violet_8_2.webp" ], "rating": 5, "urlKey": "samsung-galaxy-s26-ultra", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 24499000, "priceMin": 24499000, "isLimited": false, "listPrice": 24499000, "productId": "345972", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_ultra_cobalt_violet_1_2.webp", "isPreorder": false, "reviewCount": 21 }, { "sku": "SAM-GS26P-ER-CON", "url": "https://erafone.com/produk/samsung-galaxy-s26-plus", "name": "Samsung Galaxy S26+", "badge": "+ Diskon Pembelian bundling s.d. 2,4 Juta", "price": 17499000, "stock": 23, "colors": [ "Black", "Sky Blue", "White", "Cobalt Violet" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_plus_black_1_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_plus_black_2_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_plus_black_3_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_plus_black_4_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_plus_black_5_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_plus_black_6_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_plus_black_7_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_plus_black_8_1.webp" ], "urlKey": "samsung-galaxy-s26-plus", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 19499000, "priceMin": 19499000, "isLimited": false, "listPrice": 19499000, "productId": "346100", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_plus_black_1_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "SAM-GS26-ER-CON", "url": "https://erafone.com/produk/samsung-galaxy-s26", "name": "Samsung Galaxy S26", "badge": "+ Diskon Pembelian bundling s.d. 1,75 Juta", "price": 14499000, "stock": 24, "colors": [ "Sky Blue", "Black", "Cobalt Violet", "White" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_sky_blue_1_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_sky_blue_2_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_sky_blue_3_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_sky_blue_4_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_sky_blue_5_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_sky_blue_6_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_sky_blue_7_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_sky_blue_8_1.webp" ], "rating": 5, "urlKey": "samsung-galaxy-s26", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 16499000, "priceMin": 16499000, "isLimited": false, "listPrice": 16499000, "productId": "346099", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_s26_sky_blue_1_1.webp", "isPreorder": false, "reviewCount": 3 }, { "sku": "SAM-FO7-ER-CON", "url": "https://erafone.com/produk/samsung-galaxy-z-fold7", "name": "Samsung Galaxy Z Fold7", "badge": "Gratis Bluetooth Speaker", "price": 24499000, "stock": 22, "colors": [ "Blue Shadow", "Jetblack", "Silver Shadow " ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_fold7_blue_shadow_1_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_fold7_blue_shadow_2_1_1_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_fold7_blue_shadow_4_1_1_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_fold7_blue_shadow_5_1_1_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_fold7_blue_shadow_6_1_1_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_fold7_blue_shadow_7_1_1_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_fold7_blue_shadow_8_1_1_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_fold7_blue_shadow_9_1_1_1.jpg" ], "rating": 5, "urlKey": "samsung-galaxy-z-fold7", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 28499000, "priceMin": 28499000, "isLimited": false, "listPrice": 28499000, "productId": "318951", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_fold7_blue_shadow_1_1.jpg", "isPreorder": false, "reviewCount": 6 }, { "sku": "SAM-FL7-ER-CON", "url": "https://erafone.com/produk/samsung-galaxy-z-flip7", "name": "Samsung Galaxy Z Flip7", "badge": "Gratis Bluetooth Speaker", "price": 15499000, "stock": 8, "colors": [ "Blue Shadow", "Coral Red", "Jetblack" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_flip7_blue_shadow_ai_01_1_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_flip7_all_color_description_02_3_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_flip7_all_color_description_03_3_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_flip7_all_color_description_04_3_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_flip7_all_color_description_05_3_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_flip7_all_color_description_05a_5_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_flip7_blue_shadow_in_the_box_1_1.jpg" ], "rating": 5, "urlKey": "samsung-galaxy-z-flip7", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 17999000, "priceMin": 17999000, "isLimited": false, "listPrice": 17999000, "productId": "318952", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_z_flip7_blue_shadow_ai_01_1_1.jpg", "isPreorder": false, "reviewCount": 11 }, { "sku": "SAM-GB4-ER-CON", "url": "https://erafone.com/produk/samsung-galaxy-buds4", "name": "Samsung Galaxy Buds4", "price": 2999000, "stock": 8, "colors": [ "White", "Black" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_buds4_white_1_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_buds4_white_2_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_buds4_white_3_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_buds4_white_4_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_buds4_white_5_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_buds4_white_6_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_buds4_white_7_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_buds4_white_8_1.webp" ], "urlKey": "samsung-galaxy-buds4", "inStock": true, "category": "Headphones & Speaker/Headphones", "priceMax": 2999000, "priceMin": 2999000, "isLimited": false, "productId": "345984", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_buds4_white_1_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "SAM-GW8-ER-CON", "url": "https://erafone.com/produk/samsung-galaxy-watch8", "name": "Samsung Galaxy Watch8", "price": 4999000, "stock": 4, "colors": [ "Graphite", "Silver" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_watch8_graphite_1_1_2.jpg", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_watch8_2_1_4.jpg", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_watch8_3_1_4.jpg", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_watch8_4_1_4.jpg", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_watch8_5_1_4.jpg", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_watch8_6_1_4.jpg", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_watch8_7_1_4.jpg", "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_watch8_8_1_4.jpg" ], "rating": 5, "urlKey": "samsung-galaxy-watch8", "inStock": true, "category": "Wearable Device/Smart Watches", "priceMax": 5499000, "priceMin": 5499000, "isLimited": false, "listPrice": 5499000, "productId": "318710", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_watch8_graphite_1_1_2.jpg", "isPreorder": false, "reviewCount": 1 }, { "sku": "SAM-GW8C-ER-CON", "url": "https://erafone.com/produk/samsung-galaxy-watch8-classic", "name": "Samsung Galaxy Watch8 Classic", "badge": "+ Diskon Pembelian bundling s.d. 1.5 juta", "price": 6999000, "stock": 5, "colors": [ "White", "Black" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_watch8_classic_white_1_copy_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_watch8_classic_46mm_all_color_02_3.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_watch8_classic_46mm_all_color_03_3.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_watch8_classic_46mm_all_color_04_3.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_watch8_classic_46mm_all_color_05_3.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_watch8_classic_46mm_all_color_06_3.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_watch8_classic_46mm_all_color_07_3.jpg", "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_galaxy_watch8_classic_46mm_all_color_08_3.jpg" ], "rating": 5, "urlKey": "samsung-galaxy-watch8-classic", "inStock": true, "category": "Wearable Device/Smart Watches", "priceMax": 6999000, "priceMin": 6999000, "isLimited": false, "productId": "318709", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/g/a/galaxy_watch8_classic_white_1_copy_1.jpg", "isPreorder": false, "reviewCount": 2 } ], "query": "samsung", "hasMore": true, "nextPage": 2, "totalData": 486, "totalDataText": null } ``` --- ### Categories full category tree - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:erafone/categories` - **Cache TTL:** 3600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `x` | string | query | no | Unused — this endpoint takes no input | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:erafone/categories?x=VALUE" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:erafone/categories?x=VALUE", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:erafone/categories?x=VALUE", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 10, "items": [ { "url": "https://erafone.com/catalog/gadget-&-devices-7413", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Gadget & Devices", "slug": "gadget-&-devices", "children": [ { "url": "https://erafone.com/catalog/smartphone-7422", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340012221222211024113.png", "name": "Smartphone", "slug": "gadget-&-devices-smartphone", "parentId": "7413", "categoryId": "7422", "showInMenu": true, "description": "Smartphone" }, { "url": "https://erafone.com/catalog/ai-phone-7423", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340013143310431240104.png", "name": "AI Phone", "slug": "gadget-&-devices-ai-phone", "parentId": "7413", "categoryId": "7423", "showInMenu": true, "description": "AI Phone" }, { "url": "https://erafone.com/catalog/tablet-7424", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340014114402303011041.png", "name": "Tablet", "slug": "gadget-&-devices-tablet", "parentId": "7413", "categoryId": "7424", "showInMenu": true, "description": "Tablet" }, { "url": "https://erafone.com/catalog/laptop-7425", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340020033121340314414.png", "name": "Laptop", "slug": "gadget-&-devices-laptop", "parentId": "7413", "categoryId": "7425", "showInMenu": true, "description": "Laptop" }, { "url": "https://erafone.com/catalog/pc-+-mac-7426", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340021022023034403130.png", "name": "PC + Mac", "slug": "gadget-&-devices-pc-+-mac", "parentId": "7413", "categoryId": "7426", "showInMenu": true, "description": "PC + Mac" } ], "categoryId": "7413", "showInMenu": true, "description": "Gadget & Devices" }, { "url": "https://erafone.com/catalog/mobile-accessories-7414", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Mobile Accessories", "slug": "/mobile-accessories-7414", "children": [ { "url": "https://erafone.com/catalog/case-cover-mobile-acc-7428", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340031032200322330241.png", "name": "Case & Cover", "slug": "/case-cover-mobile-acc-7428", "parentId": "7414", "categoryId": "7428", "showInMenu": true, "description": "Case & Cover" }, { "url": "https://erafone.com/catalog/protective-skin-mobile-acc-7429", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340031442403224110144.png", "name": "Protective Skin", "slug": "/protective-skin-mobile-acc-7429", "parentId": "7414", "categoryId": "7429", "showInMenu": true, "description": "Protective Skin" }, { "url": "https://erafone.com/catalog/charger-mobile-acc-7430", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340032441414230032110.png", "name": "Charger", "slug": "/charger-mobile-acc-7430", "parentId": "7414", "categoryId": "7430", "showInMenu": true, "description": "Charger" }, { "url": "https://erafone.com/catalog/data-cable-7431", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340033420431434001204.png", "name": "Data Cable", "slug": "/data-cable-7431", "parentId": "7414", "categoryId": "7431", "showInMenu": true, "description": "Data Cable" }, { "url": "https://erafone.com/catalog/powerbank-7432", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340034343334002214124.png", "name": "Powerbank", "slug": "/powerbank-7432", "parentId": "7414", "categoryId": "7432", "showInMenu": true, "description": "Powerbank" }, { "url": "https://erafone.com/catalog/mobile-peripheral-7433", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340040324444322024124.png", "name": "Mobile Peripheral", "slug": "/mobile-peripheral-7433", "parentId": "7414", "categoryId": "7433", "showInMenu": true, "description": "Mobile Peripheral" }, { "url": "https://erafone.com/catalog/data-storage-7434", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340041330044021101130.png", "name": "Data Storage", "slug": "/data-storage-7434", "parentId": "7414", "categoryId": "7434", "showInMenu": true, "description": "Data Storage" } ], "categoryId": "7414", "showInMenu": true, "description": "Mobile Accessories" }, { "url": "https://erafone.com/catalog/tablet-accessories-7415", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Tablet Accessories", "slug": "/tablet-accessories-7415", "children": [ { "url": "https://erafone.com/catalog/case-cover-tablet-acc-7435", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340042441142041412031.png", "name": "Case & Cover", "slug": "/case-cover-tablet-acc-7435", "parentId": "7415", "categoryId": "7435", "showInMenu": true, "description": "Case & Cover" }, { "url": "https://erafone.com/catalog/protective-skin-tablet-acc-7436", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340043410340143342134.png", "name": "Protective Skin", "slug": "/protective-skin-tablet-acc-7436", "parentId": "7415", "categoryId": "7436", "showInMenu": true, "description": "Protective Skin" }, { "url": "https://erafone.com/catalog/charger-tablet-acc-7437", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340044344142330314241.png", "name": "Charger", "slug": "/charger-tablet-acc-7437", "parentId": "7415", "categoryId": "7437", "showInMenu": true, "description": "Charger" } ], "categoryId": "7415", "showInMenu": true, "description": "Tablet Accessories" }, { "url": "https://erafone.com/catalog/computer-accessories-7416", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Computer Accessories", "slug": "/computer-accessories-7416", "children": [ { "url": "https://erafone.com/catalog/laptop-case-7438", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340101214122221141010.png", "name": "Laptop Case", "slug": "/laptop-case-7438", "parentId": "7416", "categoryId": "7438", "showInMenu": true, "description": "Laptop Case" }, { "url": "https://erafone.com/catalog/mouse-keyboard-7439", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340104140320211142131.png", "name": "Mouse Keyboard", "slug": "/mouse-keyboard-7439", "parentId": "7416", "categoryId": "7439", "showInMenu": true, "description": "Mouse Keyboard" }, { "url": "https://erafone.com/catalog/computer-peripheral-7440", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340110442210300120321.png", "name": "Computer Peripheral", "slug": "/computer-peripheral-7440", "parentId": "7416", "categoryId": "7440", "showInMenu": true, "description": "Computer Peripheral" }, { "url": "https://erafone.com/catalog/monitor-7708", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340112001302133121323.png", "name": "Monitor", "slug": "/monitor-7708", "parentId": "7416", "categoryId": "7708", "showInMenu": true, "description": "Monitor" } ], "categoryId": "7416", "showInMenu": true, "description": "Computer Accessories" }, { "url": "https://erafone.com/catalog/wearable-7417", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Wearable", "slug": "/wearable-7417", "children": [ { "url": "https://erafone.com/catalog/smart-watch-7441", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340120021203121144344.png", "name": "Smart Watch", "slug": "/smart-watch-7441", "parentId": "7417", "categoryId": "7441", "showInMenu": true, "description": "Smart Watch" }, { "url": "https://erafone.com/catalog/smart-band-7442", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340121043000144022401.png", "name": "Smart Band", "slug": "/smart-band-7442", "parentId": "7417", "categoryId": "7442", "showInMenu": true, "description": "Smart Band" }, { "url": "https://erafone.com/catalog/strap-7443", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340122202411000443313.png", "name": "Strap", "slug": "/strap-7443", "parentId": "7417", "categoryId": "7443", "showInMenu": true, "description": "Strap" }, { "url": "https://erafone.com/catalog/charger-wearable-7444", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340123344302431012423.png", "name": "Charger", "slug": "/charger-wearable-7444", "parentId": "7417", "categoryId": "7444", "showInMenu": true, "description": "Charger" }, { "url": "https://erafone.com/catalog/wearable-peripheral-7445", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202422333213044311342342.png", "name": "Wearable Peripheral", "slug": "/wearable-peripheral-7445", "parentId": "7417", "categoryId": "7445", "showInMenu": true, "description": "Wearable Peripheral" } ], "categoryId": "7417", "showInMenu": true, "description": "Wearable" }, { "url": "https://erafone.com/catalog/audio-7418", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Audio", "slug": "/audio-7418", "children": [ { "url": "https://erafone.com/catalog/headphone-7446", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340131341130303131213.png", "name": "Headphone", "slug": "/headphone-7446", "parentId": "7418", "categoryId": "7446", "showInMenu": true, "description": "Headphone" }, { "url": "https://erafone.com/catalog/earphone-7447", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340132342430320312124.png", "name": "Earphone", "slug": "/earphone-7447", "parentId": "7418", "categoryId": "7447", "showInMenu": true, "description": "Earphone" }, { "url": "https://erafone.com/catalog/speaker-7448", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340133241313443142412.png", "name": "Speaker", "slug": "/speaker-7448", "parentId": "7418", "categoryId": "7448", "showInMenu": true, "description": "Speaker" }, { "url": "https://erafone.com/catalog/home-audio-7449", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340134303044110132020.png", "name": "Home Audio", "slug": "/home-audio-7449", "parentId": "7418", "categoryId": "7449", "showInMenu": true, "description": "Home Audio" }, { "url": "https://erafone.com/catalog/audio-peripherals-7450", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340141000321443302004.png", "name": "Audio Peripherals", "slug": "/audio-peripherals-7450", "parentId": "7418", "categoryId": "7450", "showInMenu": true, "description": "Audio Peripherals" } ], "categoryId": "7418", "showInMenu": true, "description": "Audio" }, { "url": "https://erafone.com/catalog/camera-&-video-7419", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Camera & Video", "slug": "/camera-&-video-7419", "children": [ { "url": "https://erafone.com/catalog/action-camera-7451", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340143004444233214443.png", "name": "Action Camera", "slug": "/action-camera-7451", "parentId": "7419", "categoryId": "7451", "showInMenu": true, "description": "Action Camera" }, { "url": "https://erafone.com/catalog/drone-7452", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340143430424344000413.png", "name": "Drone", "slug": "/drone-7452", "parentId": "7419", "categoryId": "7452", "showInMenu": true, "description": "Drone" }, { "url": "https://erafone.com/catalog/gimbal-7453", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340144344032024330230.png", "name": "Gimbal", "slug": "/gimbal-7453", "parentId": "7419", "categoryId": "7453", "showInMenu": true, "description": "Gimbal" }, { "url": "https://erafone.com/catalog/camera-peripherals-7454", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340201202121024344202.png", "name": "Camera Peripherals", "slug": "/camera-peripherals-7454", "parentId": "7419", "categoryId": "7454", "showInMenu": true, "description": "Camera Peripherals" } ], "categoryId": "7419", "showInMenu": true, "description": "Camera & Video" }, { "url": "https://erafone.com/catalog/consumer-electronics-7420", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Consumer Electronics", "slug": "/consumer-electronics-7420", "children": [ { "url": "https://erafone.com/catalog/television-7455", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340210401443231443411.png", "name": "Television", "slug": "/television-7455", "parentId": "7420", "categoryId": "7455", "showInMenu": true, "description": "Television" }, { "url": "https://erafone.com/catalog/refrigerator-7456", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340213110024111102342.png", "name": "Refrigerator", "slug": "/refrigerator-7456", "parentId": "7420", "categoryId": "7456", "showInMenu": true, "description": "Refrigerator" }, { "url": "https://erafone.com/catalog/small-appliances-7457", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340214312240344404131.png", "name": "Small Appliances", "slug": "/small-appliances-7457", "parentId": "7420", "categoryId": "7457", "showInMenu": true, "description": "Small Appliances" }, { "url": "https://erafone.com/catalog/air-conditioner-7458", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340221101233023311023.png", "name": "Air Conditioner", "slug": "/air-conditioner-7458", "parentId": "7420", "categoryId": "7458", "showInMenu": true, "description": "Air Conditioner" }, { "url": "https://erafone.com/catalog/vacuum-cleaner-7459", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340223140201234240221.png", "name": "Vacuum Cleaner", "slug": "/vacuum-cleaner-7459", "parentId": "7420", "categoryId": "7459", "showInMenu": true, "description": "Vacuum Cleaner" }, { "url": "https://erafone.com/catalog/washer-7460", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340224300442012142440.png", "name": "Washer", "slug": "/washer-7460", "parentId": "7420", "categoryId": "7460", "showInMenu": true, "description": "Washer" }, { "url": "https://erafone.com/catalog/microwave-7461", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340230224424421324340.png", "name": "Microwave", "slug": "/microwave-7461", "parentId": "7420", "categoryId": "7461", "showInMenu": true, "description": "Microwave" } ], "categoryId": "7420", "showInMenu": true, "description": "Consumer Electronics" } ] } ``` --- ### Category one category's detail - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:erafone/category` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `categoryId` | string | query | yes | Numeric category id (the `categoryId` of a categories response, or the number at the end of a /catalog/- URL) | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:erafone/category?categoryId=759" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:erafone/category?categoryId=759", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:erafone/category?categoryId=759", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "url": "https://erafone.com/catalog/smartphone-7422", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104202340012221222211024113.png", "name": "Smartphone", "slug": "gadget-&-devices-smartphone", "parentId": "7413", "categoryId": "7422", "parentName": "Gadget & Devices", "showInMenu": true, "description": "Smartphone" } ``` --- ### Category Products products in one category, paged and sortable - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:erafone/category-products` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `categoryId` | string | query | yes | Numeric category id (from the categories endpoint) | | `page` | number | query | no | Result page. Default 1 | | `limit` | number | query | no | Items per page. Default 20, max 50 | | `sort` | enum(relevance|top_rated|newest|price_desc|price_asc) | query | no | Order: relevance, top_rated, newest, price_desc, price_asc. Default relevance | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:erafone/category-products?categoryId=759&page=1&limit=20&sort=price_asc" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:erafone/category-products?categoryId=759&page=1&limit=20&sort=price_asc", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:erafone/category-products?categoryId=759&page=1&limit=20&sort=price_asc", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 20, "items": [ { "sku": "8100273417", "url": "https://erafone.com/produk/iqoo-z11-5g-8-256gb-black", "name": "iQOO Z11 5G 8/256GB - Black", "brand": "iQOO", "price": 6899000, "stock": 2, "images": [ "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_black_01_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_black_02_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_black_03_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_black_04_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_black_05_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_black_06_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_black_07_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_black_09_1.webp" ], "urlKey": "iqoo-z11-5g-8-256gb-black", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 6899000, "priceMin": 6899000, "isLimited": false, "productId": "350427", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_black_01_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "8100273418", "url": "https://erafone.com/produk/iqoo-z11x-5g-8-256gb-silver", "name": "iQOO Z11x 5G 8/256GB - Silver", "brand": "iQOO", "price": 5699000, "stock": 5, "images": [ "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_01_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_02_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_03_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_04_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_05_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_06_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_07_1.webp" ], "urlKey": "iqoo-z11x-5g-8-256gb-silver", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 5699000, "priceMin": 5699000, "isLimited": false, "productId": "350420", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_01_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "8100273419", "url": "https://erafone.com/produk/iqoo-z11x-5g-8-256gb-black", "name": "iQOO Z11x 5G 8/256GB - Black", "brand": "iQOO", "price": 5699000, "stock": 3, "images": [ "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_black_01_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_black_02_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_black_03_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_black_04_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_black_05_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_black_06_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_black_07_1.webp" ], "urlKey": "iqoo-z11x-5g-8-256gb-black", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 5699000, "priceMin": 5699000, "isLimited": false, "productId": "350428", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_black_01_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "IQO-Z11X-5G-ER-CON", "url": "https://erafone.com/produk/iqoo-z11x-5g", "name": "iQOO Z11x 5G", "price": 5699000, "stock": 6, "colors": [ "Silver", "Black" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_01_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_02_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_03_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_04_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_05_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_06_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_07_1.webp" ], "rating": 5, "urlKey": "iqoo-z11x-5g", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 5699000, "priceMin": 5699000, "isLimited": false, "productId": "350433", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_01_1.webp", "isPreorder": false, "reviewCount": 1 }, { "sku": "8100273416", "url": "https://erafone.com/produk/iqoo-z11-5g-8-256gb-blue", "name": "iQOO Z11 5G 8/256GB - Blue", "brand": "iQOO", "price": 6899000, "stock": 3, "images": [ "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_blue_01_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_blue_02_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_blue_03_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_blue_04_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_blue_05_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_blue_06_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_blue_07_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_blue_08_1.webp" ], "urlKey": "iqoo-z11-5g-8-256gb-blue", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 6899000, "priceMin": 6899000, "isLimited": false, "productId": "350415", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_blue_01_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "IQO-Z11-5G-ER-CON", "url": "https://erafone.com/produk/iqoo-z11-5g", "name": "iQOO Z11 5G", "price": 6899000, "stock": 3, "colors": [ "Blue", "Black" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_blue_01_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_blue_02_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_blue_03_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_blue_04_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_blue_05_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_blue_06_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_blue_07_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_blue_08_1.webp" ], "urlKey": "iqoo-z11-5g", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 6899000, "priceMin": 6899000, "isLimited": false, "productId": "350432", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11_5g_blue_01_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "8100268406", "url": "https://erafone.com/produk/tecno-spark-50-8-128gb-black", "name": "Tecno Spark 50 8/128GB - Black", "brand": "Tecno", "price": 3399000, "stock": 7, "images": [ "https://cdnpro.eraspace.com/media/catalog/product/t/e/tecno_spark_50_black_01_1_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/t/e/tecno_spark_50_black_02_1_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/t/e/tecno_spark_50_black_03_1_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/t/e/tecno_spark_50_black_04_1_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/t/e/tecno_spark_50_black_05_1_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/t/e/tecno_spark_50_black_06_1_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/t/e/tecno_spark_50_black_07_1_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/t/e/tecno_spark_50_black_08_1_1.webp" ], "urlKey": "tecno-spark-50-8-128gb-black", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 3399000, "priceMin": 3399000, "isLimited": false, "productId": "349716", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/t/e/tecno_spark_50_black_01_1_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "OP-R16-ER-CON", "url": "https://erafone.com/produk/oppo-reno16", "name": "OPPO Reno16", "price": 11399000, "stock": 34, "colors": [ "Violet", "White" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_reno16_5g_twilight_violet_1__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_reno16_5g_twilight_violet_2__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_reno16_5g_twilight_violet_3__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_reno16_5g_twilight_violet_4__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_reno16_5g_twilight_violet_5__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_reno16_5g_twilight_violet_6__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_reno16_5g_twilight_violet_7__2.webp" ], "urlKey": "oppo-reno16", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 11999000, "priceMin": 11999000, "isLimited": false, "listPrice": 11999000, "productId": "351634", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_reno16_5g_twilight_violet_1__2.webp", "isPreorder": false, "reviewCount": 0 } ], "hasMore": true, "category": null, "nextPage": 2, "totalData": 400, "categoryId": "7422", "totalDataText": null } ``` --- ### Filters filter facets and sort options for a category or a search - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:erafone/filters` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `categoryId` | string | query | no | Numeric category id — facets for that category. Use this OR query | | `query` | string | query | no | Search keyword — facets for that search. Use this OR categoryId | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:erafone/filters?categoryId=759&query=iphone" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:erafone/filters?categoryId=759&query=iphone", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:erafone/filters?categoryId=759&query=iphone", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 10, "sorts": [ { "label": "Paling Sesuai", "value": "relevance" }, { "label": "Ulasan Terbaik", "value": "top_rated" }, { "label": "Terbaru", "value": "newest" }, { "label": "Harga Tertinggi", "value": "price_desc" }, { "label": "Harga Terendah", "value": "price_asc" } ], "facets": [ { "type": "checkbox", "label": "BRAND", "options": [ { "count": 122, "label": "OPPO", "value": "OPPO" }, { "count": 51, "label": "Samsung", "value": "Samsung" }, { "count": 38, "label": "vivo", "value": "vivo" }, { "count": 36, "label": "Tecno", "value": "Tecno" }, { "count": 33, "label": "realme", "value": "realme" }, { "count": 22, "label": "Xiaomi", "value": "Xiaomi" }, { "count": 19, "label": "Infinix", "value": "Infinix" }, { "count": 17, "label": "Sharp", "value": "Sharp" } ], "parameter": "Brand" }, { "type": "checkbox", "label": "KAMERA BELAKANG", "options": [ { "count": 360, "label": "> 30 MP", "value": "> 30 MP" }, { "count": 21, "label": "< 10 MP", "value": "< 10 MP" }, { "count": 19, "label": "10 - 15 MP", "value": "10 - 15 MP" } ], "parameter": "Kamera Belakang" }, { "type": "checkbox", "label": "KAMERA DEPAN", "options": [ { "count": 167, "label": "> 20 MP", "value": "> 20 MP" }, { "count": 140, "label": "5 - 10 MP", "value": "5 - 10 MP" }, { "count": 62, "label": "11 - 15 MP", "value": "11 - 15 MP" }, { "count": 31, "label": "16 - 20 MP", "value": "16 - 20 MP" } ], "parameter": "Kamera Depan" }, { "type": "checkbox", "label": "KAPASITAS", "options": [ { "count": 187, "label": "256 GB", "value": "256 GB" }, { "count": 111, "label": "128 GB", "value": "128 GB" }, { "count": 70, "label": "512 GB", "value": "512 GB" }, { "count": 26, "label": "64 GB", "value": "64 GB" }, { "count": 4, "label": "1 TB", "value": "1 TB" }, { "count": 2, "label": "32 GB", "value": "32 GB" } ], "parameter": "Kapasitas" }, { "type": "checkbox", "label": "WARNA", "options": [ { "count": 66, "label": "Black", "value": "Black" }, { "count": 16, "label": "White", "value": "White" }, { "count": 10, "label": "Black ", "value": "Black " }, { "count": 9, "label": "Blue", "value": "Blue" }, { "count": 9, "label": "Blue ", "value": "Blue " }, { "count": 9, "label": "Gray", "value": "Gray" }, { "count": 6, "label": "Glowing Black", "value": "Glowing Black" }, { "count": 6, "label": "Light Green", "value": "Light Green" } ], "parameter": "Warna" }, { "type": "checkbox", "label": "PROSESOR", "options": [ { "count": 193, "label": "Mediatek", "value": "Mediatek" }, { "count": 140, "label": "Qualcomm Snapdragon", "value": "Qualcomm Snapdragon" }, { "count": 22, "label": "Unisoc", "value": "Unisoc" }, { "count": 15, "label": "Apple A Series", "value": "Apple A Series" }, { "count": 14, "label": "Samsung Exynos", "value": "Samsung Exynos" }, { "count": 13, "label": "Kirin", "value": "Kirin" } ], "parameter": "Prosesor" }, { "type": "checkbox", "label": "UKURAN LAYAR", "options": [ { "count": 377, "label": "5.50 - 6.99 inch", "value": "5.50 - 6.99 inch" }, { "count": 19, "label": "Foldable", "value": "Foldable" } ], "parameter": "Ukuran Layar" }, { "type": "checkbox", "label": "BATERAI", "options": [ { "count": 206, "label": "5000 - 5999 mAh", "value": "5000 - 5999 mAh" }, { "count": 145, "label": "> 6000 mAh", "value": "> 6000 mAh" }, { "count": 34, "label": "4000 - 4999 mAh", "value": "4000 - 4999 mAh" }, { "count": 5, "label": "3000 - 3999 mAh", "value": "3000 - 3999 mAh" } ], "parameter": "Baterai" } ], "categoryId": "7422" } ``` --- ### Related products related to one product - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:erafone/related` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `sku` | string | query | yes | Product SKU (the `sku` field of a product or search response) | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:erafone/related?sku=8100226831" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:erafone/related?sku=8100226831", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:erafone/related?sku=8100226831", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "sku": "SAM-GS26U-ER-CON", "count": 8, "items": [ { "sku": "SAM-S26ULCM-ER-CON", "url": "https://erafone.com/produk/samsung-s26-ultra-slim-magnet-case", "name": "Samsung S26 Ultra Slim Magnet Case", "price": 559300, "stock": 20, "colors": [ "Black", "Light Blue", "Gray", "Light Violet" ], "images": [ "/s/a/samsung_s26_ultra_slim_magnet_case_black_1.webp", "/s/a/samsung_s26_ultra_slim_magnet_case_black_2.webp", "/s/a/samsung_s26_ultra_slim_magnet_case_black_3.webp", "/s/a/samsung_s26_ultra_slim_magnet_case_black_4.webp", "/s/a/samsung_s26_ultra_slim_magnet_case_black_5.webp", "/s/a/samsung_s26_ultra_slim_magnet_case_black_6.webp" ], "rating": 5, "urlKey": "samsung-s26-ultra-slim-magnet-case", "inStock": true, "category": "Mobile Accessories/Casing", "priceMax": 799000, "priceMin": 799000, "isLimited": false, "listPrice": 799000, "productId": "345049", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_s26_ultra_slim_magnet_case_black_1.webp", "isPreorder": false, "reviewCount": 2 }, { "sku": "SAM-S26USCM-ER-CON", "url": "https://erafone.com/produk/samsung-s26-ultra-silicone-magnet-case", "name": "Samsung S26 Ultra Silicone Magnet Case", "price": 419300, "stock": 25, "colors": [ "Black", "Blue Violet", "Coral Red", "Gray", "Light Blue", "White" ], "images": [ "/s/a/samsung_s26_ultra_silicone_magnet_case_black_1.webp", "/s/a/samsung_s26_ultra_silicone_magnet_case_black_2.webp", "/s/a/samsung_s26_ultra_silicone_magnet_case_black_3.webp", "/s/a/samsung_s26_ultra_silicone_magnet_case_black_4.webp", "/s/a/samsung_s26_ultra_silicone_magnet_case_black_5.webp", "/s/a/samsung_s26_ultra_silicone_magnet_case_black_6.webp" ], "rating": 5, "urlKey": "samsung-s26-ultra-silicone-magnet-case", "inStock": true, "category": "Mobile Accessories/Casing", "priceMax": 599000, "priceMin": 599000, "isLimited": false, "listPrice": 599000, "productId": "345050", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_s26_ultra_silicone_magnet_case_black_1.webp", "isPreorder": false, "reviewCount": 2 }, { "sku": "8100257903", "url": "https://erafone.com/produk/samsung-s26-ultra-clear-magnet-case", "name": "Samsung S26 Ultra Clear Magnet Case", "brand": "Samsung", "price": 349300, "stock": 5, "images": [ "/s/a/samsung_s26_ultra_clear_magnet_case_1.webp", "/s/a/samsung_s26_ultra_clear_magnet_case_2.webp", "/s/a/samsung_s26_ultra_clear_magnet_case_3.webp", "/s/a/samsung_s26_ultra_clear_magnet_case_4.webp", "/s/a/samsung_s26_ultra_clear_magnet_case_5.webp", "/s/a/samsung_s26_ultra_clear_magnet_case_6.webp" ], "urlKey": "samsung-s26-ultra-clear-magnet-case", "inStock": true, "category": "Mobile Accessories/Casing", "priceMax": 499000, "priceMin": 499000, "isLimited": false, "listPrice": 499000, "productId": "344913", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_s26_ultra_clear_magnet_case_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "8100257904", "url": "https://erafone.com/produk/samsung-s26-ultra-clear-case", "name": "Samsung S26 Ultra Clear Case", "brand": "Samsung", "price": 174300, "stock": 3, "images": [ "/s/a/samsung_s26_ultra_clear_case_1.webp", "/s/a/samsung_s26_ultra_clear_case_2.webp", "/s/a/samsung_s26_ultra_clear_case_3.webp", "/s/a/samsung_s26_ultra_clear_case_4.webp", "/s/a/samsung_s26_ultra_clear_case_5.webp", "/s/a/samsung_s26_ultra_clear_case_6.webp" ], "rating": 5, "urlKey": "samsung-s26-ultra-clear-case", "inStock": true, "category": "Mobile Accessories/Casing", "priceMax": 249000, "priceMin": 249000, "isLimited": false, "listPrice": 249000, "productId": "344914", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_s26_ultra_clear_case_1.webp", "isPreorder": false, "reviewCount": 3 }, { "sku": "8100257905", "url": "https://erafone.com/produk/samsung-s26-ultra-rugged-magnet-case-black", "name": "Samsung S26 Ultra Rugged Magnet Case - Black", "brand": "Samsung", "price": 559300, "stock": 0, "images": [ "/s/a/samsung_s26_ultra_rugged_magnet_case_black_1.webp", "/s/a/samsung_s26_ultra_rugged_magnet_case_black_2.webp", "/s/a/samsung_s26_ultra_rugged_magnet_case_black_3.webp", "/s/a/samsung_s26_ultra_rugged_magnet_case_black_4.webp", "/s/a/samsung_s26_ultra_rugged_magnet_case_black_5.webp", "/s/a/samsung_s26_ultra_rugged_magnet_case_black_6.webp" ], "rating": 5, "urlKey": "samsung-s26-ultra-rugged-magnet-case-black", "inStock": false, "category": "Mobile Accessories/Casing", "priceMax": 799000, "priceMin": 799000, "isLimited": false, "listPrice": 799000, "productId": "344915", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_s26_ultra_rugged_magnet_case_black_1.webp", "isPreorder": false, "reviewCount": 6 }, { "sku": "8100257906", "url": "https://erafone.com/produk/samsung-s26-ultra-capella-magnet-case-frost-black", "name": "Samsung S26 Ultra Capella Magnet Case - Frost Black", "brand": "Samsung", "price": 419300, "stock": 0, "images": [ "/s/a/samsung_s26_ultra_capella_magnet_case_frost_black_1.webp", "/s/a/samsung_s26_ultra_capella_magnet_case_frost_black_2.webp", "/s/a/samsung_s26_ultra_capella_magnet_case_frost_black_3.webp", "/s/a/samsung_s26_ultra_capella_magnet_case_frost_black_4.webp", "/s/a/samsung_s26_ultra_capella_magnet_case_frost_black_5.webp" ], "rating": 5, "urlKey": "samsung-s26-ultra-capella-magnet-case-frost-black", "inStock": false, "category": "Mobile Accessories/Casing", "priceMax": 599000, "priceMin": 599000, "isLimited": false, "listPrice": 599000, "productId": "344916", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_s26_ultra_capella_magnet_case_frost_black_1.webp", "isPreorder": false, "reviewCount": 4 }, { "sku": "8100257907", "url": "https://erafone.com/produk/samsung-s26-ultra-cronos-magnet-case-black", "name": "Samsung S26 Ultra Cronos Magnet Case - Black", "brand": "Samsung", "price": 419300, "stock": 0, "images": [ "/s/a/samsung_s26_ultra_cronos_magnet_case_black_1.webp", "/s/a/samsung_s26_ultra_cronos_magnet_case_black_2.webp", "/s/a/samsung_s26_ultra_cronos_magnet_case_black_3.webp", "/s/a/samsung_s26_ultra_cronos_magnet_case_black_4.webp", "/s/a/samsung_s26_ultra_cronos_magnet_case_black_5.webp" ], "rating": 5, "urlKey": "samsung-s26-ultra-cronos-magnet-case-black", "inStock": false, "category": "Mobile Accessories/Casing", "priceMax": 599000, "priceMin": 599000, "isLimited": false, "listPrice": 599000, "productId": "344917", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_s26_ultra_cronos_magnet_case_black_1.webp", "isPreorder": false, "reviewCount": 1 }, { "sku": "8100257908", "url": "https://erafone.com/produk/samsung-s26-ultra-fearless-magnet-case-blue", "name": "Samsung S26 Ultra Fearless Magnet Case - Blue", "brand": "Samsung", "price": 419300, "stock": 0, "images": [ "/s/a/samsung_s26_ultra_fearless_magnet_case_blue_1.webp", "/s/a/samsung_s26_ultra_fearless_magnet_case_blue_2.webp", "/s/a/samsung_s26_ultra_fearless_magnet_case_blue_3.webp", "/s/a/samsung_s26_ultra_fearless_magnet_case_blue_4.webp", "/s/a/samsung_s26_ultra_fearless_magnet_case_blue_5.webp" ], "rating": 5, "urlKey": "samsung-s26-ultra-fearless-magnet-case-blue", "inStock": false, "category": "Mobile Accessories/Casing", "priceMax": 599000, "priceMin": 599000, "isLimited": false, "listPrice": 599000, "productId": "344918", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_s26_ultra_fearless_magnet_case_blue_1.webp", "isPreorder": false, "reviewCount": 3 } ] } ``` --- ### Banners homepage promotional banners - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:erafone/banners` - **Cache TTL:** 600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `device` | enum(desktop|mobile) | query | no | Which banner set: desktop or mobile. Default desktop | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:erafone/banners?device=desktop" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:erafone/banners?device=desktop", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:erafone/banners?device=desktop", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 17, "items": [ { "url": "https://erafone.com/page/festival-belanja-erafone?utm_source=web&utm_medium=slider_banner&utm_campaign=fbe_agustus_2026", "type": "href", "image": "https://storage.googleapis.com/eraspacelink/pmp/production/banners/images/3ptWNbLBr9bPVqgtWFI6LSE4uPePbkeCDQnUcXmf.jpg", "title": "Erafone FBE Agustus - Desktop" }, { "url": "https://erafone.com/page/samsung-galaxy-s26fe-release?utm_source=web&utm_medium=slider_banner&utm_campaign=samsung-galaxy-s26fe-release", "type": "href", "image": "https://storage.googleapis.com/eraspacelink/pmp/production/banners/images/rrNOwUwP6UBvwgChJ9rkeNM9KtdBzgnLtu7bip75.webp", "title": "Erafone The Next Galaxy S26 FE - Desktop" }, { "url": "https://erafone.com/page/erajaya-anniversary?utm_source=web&utm_medium=slider_banner&utm_campaign=erajaya_anniv_erafone", "type": "href", "image": "https://storage.googleapis.com/eraspacelink/pmp/production/banners/images/54oIiJXxLG3UqsfkOc6wAfT9DvoxcE3pakc4Tf5v.jpg", "title": "Erafone Promo 30th Erajaya - Desktop" }, { "url": "https://erafone.com/page/promo-spesial-di-awal-september?utm_source=web&utm_medium=slider_banner&utm_campaign=promo_spesial_di_awal_september", "type": "href", "image": "https://storage.googleapis.com/eraspacelink/pmp/production/banners/images/ey7QqW1QL5TxRwNXKCqgKOmrAiubCk6K5Zsc2xLH.jpg", "title": "Erafone Apple Promo Spesial Di Bulan September - Desktop" }, { "url": "https://erafone.com/katalog/first-sale-huawei-pura-90s-pro-dan-pro-max-11215?utm_source=web&utm_medium=slider_banner&utm_campaign=first_selling_huwaei_pura_90_series", "type": "href", "image": "https://storage.googleapis.com/eraspacelink/pmp/production/banners/images/W9hogVY0hx7Lv3MEX8wktT0H4iq0aytpcrUzRopY.jpg", "title": "Erafone Huawei Pura 90 Series - Desktop" }, { "url": "https://erafone.com/page/tecno-pova-8-pro-tonino-lamborghini?utm_source=web&utm_medium=slider_banner&utm_campaign=tecno_pova_8_pro_tonino_lamborghini", "type": "href", "image": "https://storage.googleapis.com/eraspacelink/pmp/production/banners/images/6weAt6h9EoS73uu60B9TzDgbVqBhjjOAADpDE4qw.png", "title": "Erafone Tecno Pova 8 - Desktop" }, { "url": "https://erafone.com/katalog/first-sale-huawei-matepad-air-8-256gb-11376?utm_source=web&utm_medium=slider_banner&utm_campaign=huawei_matepad_air", "type": "href", "image": "https://storage.googleapis.com/eraspacelink/pmp/production/banners/images/KUQLJvTWUfoPRZvktpxzS24o4bupR0iAaZYzKxoz.jpg", "title": "Erafone HUAWEI MatePad Air - Desktop" }, { "url": "https://erafone.com/katalog/tecno-megabook-series-11394?utm_source=web&utm_medium=slider_banner&utm_campaign=tecno_megabook_series", "type": "href", "image": "https://storage.googleapis.com/eraspacelink/pmp/production/banners/images/0QGPhjHXbSLHaXVjnb62UnRPgRRZzlJlbDpGlJ2H.webp", "title": "Erafone Tecno Megabook Series - Desktop" } ], "device": "desktop" } ``` --- ## Eraspace **Category:** marketplace · **Slug:** `eraspace` **Detail page:** https://zapi.ink/api/marketplace/eraspace Erajaya gadget and lifestyle store — product detail from the official eraspace.com store. **Tags:** marketplace, ecommerce, product, indonesia ### Product Detail Full product detail from eraspace.com: price, stock, variants, specs, images and description. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:eraspace/product` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `url` | string | query | yes | Product page URL on eraspace.com | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:eraspace/product?url=https%3A%2F%2Feraspace.com%2Feraspace%2Fproduk%2Foppo-a6s" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:eraspace/product?url=https%3A%2F%2Feraspace.com%2Feraspace%2Fproduk%2Foppo-a6s", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:eraspace/product?url=https%3A%2F%2Feraspace.com%2Feraspace%2Fproduk%2Foppo-a6s", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "sku": "OP-A6S-CON", "url": "https://eraspace.com/eraspace/produk/oppo-a6s", "name": "OPPO A6s", "brand": "OPPO", "price": 4999000, "stock": 20, "store": { "host": "eraspace.com", "name": "eraspace" }, "images": [ "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6s_brown_01_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6s_brown_02_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6s_brown_03_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6s_brown_04_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6s_brown_05_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6s_brown_06_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6s_brown_07_1.webp" ], "inStock": true, "category": "Smartphone & Tablet/Smartphones", "currency": "IDR", "platform": "next", "variants": [ { "sku": "8100257951", "name": "8/256 GB,Brown", "stock": 5, "options": { "Warna": "Brown", "Kapasitas": "8/256 GB" }, "available": true }, { "sku": "8100257949", "name": "8/128 GB,Brown", "stock": 5, "options": { "Warna": "Brown", "Kapasitas": "8/128 GB" }, "available": true }, { "sku": "8100257950", "name": "8/128 GB,White", "stock": 5, "options": { "Warna": "White", "Kapasitas": "8/128 GB" }, "available": true }, { "sku": "8100257952", "name": "8/256 GB,White", "stock": 5, "options": { "Warna": "White", "Kapasitas": "8/256 GB" }, "available": true } ], "productId": "345352", "isPreorder": false, "description": "Dapatkan OPPO A6s Termurah di Eraspace! ✅Promo, Diskon, & Cashback Tiap Hari ✅ Gratis Ongkir ✅100% Original", "reviewCount": 0, "defaultImage": "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6s_brown_01_1.webp" } ``` --- ### Search keyword product search, paged and sortable - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:eraspace/search` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `query` | string | query | yes | Search keyword | | `page` | number | query | no | Result page. Default 1 | | `limit` | number | query | no | Items per page. Default 20, max 50 | | `sort` | enum(relevance|top_rated|newest|price_desc|price_asc) | query | no | Order: relevance, top_rated, newest, price_desc, price_asc. Default relevance | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:eraspace/search?query=iphone&page=1&limit=20&sort=price_asc" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:eraspace/search?query=iphone&page=1&limit=20&sort=price_asc", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:eraspace/search?query=iphone&page=1&limit=20&sort=price_asc", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 20, "items": [ { "sku": "OP-A6X-CON", "url": "https://eraspace.com/eraspace/produk/oppo-a6x", "name": "OPPO A6x", "price": 2299000, "stock": 53, "colors": [ "Plum Purple", "Ice Blue", "Violet Purple" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6x_plum_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6x_plum_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6x_plum_3.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6x_plum_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6x_plum_5.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6x_plum_6.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6x_plum_7.webp" ], "rating": 5, "urlKey": "oppo-a6x", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 2299000, "priceMin": 2299000, "isLimited": false, "productId": "323593", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6x_plum_1.webp", "isPreorder": false, "reviewCount": 11 }, { "sku": "OP-FX9-CON", "url": "https://eraspace.com/eraspace/produk/oppo-find-x9", "name": "OPPO Find X9", "price": 15999000, "stock": 21, "colors": [ "Titanium Grey", "Velvet Red", "Space Black" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_find_x9_grey_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_find_x9_grey_2_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_find_x9_grey_3.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_find_x9_grey_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_find_x9_grey_5.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_find_x9_grey_6.webp" ], "rating": 5, "urlKey": "oppo-find-x9", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 15999000, "priceMin": 15999000, "isLimited": false, "productId": "323323", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_find_x9_grey_1.webp", "isPreorder": false, "reviewCount": 2 }, { "sku": "OP-FX9P-CON", "url": "https://eraspace.com/eraspace/produk/oppo-find-x9-pro", "name": "OPPO Find X9 Pro", "price": 20999000, "stock": 4, "colors": [ "Titanium Charcoal", "Silk White" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo-find-x9-pro-titanium-charcoal-1b.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo-find-x9-pro-titanium-charcoal-2.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo-find-x9-pro-titanium-charcoal-3.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo-find-x9-pro-titanium-charcoal-4.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo-find-x9-pro-titanium-charcoal-5.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo-find-x9-pro-titanium-charcoal-6.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo-find-x9-pro-titanium-charcoal-7.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo-find-x9-pro-titanium-charcoal-8.webp" ], "rating": 5, "urlKey": "oppo-find-x9-pro", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 20999000, "priceMin": 20999000, "isLimited": false, "productId": "322805", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo-find-x9-pro-titanium-charcoal-1b.webp", "isPreorder": false, "reviewCount": 2 }, { "sku": "OP-A6P4G-CON", "url": "https://eraspace.com/eraspace/produk/oppo-a6-pro-4g", "name": "OPPO A6 Pro 4G", "price": 4599000, "stock": 24, "colors": [ "Coral Pink", "Lunar Titanium", "Stellar Blue" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6_pro_4g_colar_pink_01_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6_pro_4g_colar_pink_02_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6_pro_4g_colar_pink_03_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6_pro_4g_colar_pink_04_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6_pro_4g_colar_pink_05_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6_pro_4g_colar_pink_06_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6_pro_4g_colar_pink_07_1_2.webp" ], "rating": 5, "urlKey": "oppo-a6-pro-4g", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 4599000, "priceMin": 4599000, "isLimited": false, "productId": "320951", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6_pro_4g_colar_pink_01_2.webp", "isPreorder": false, "reviewCount": 2 }, { "sku": "OP-A6P5G-CON", "url": "https://eraspace.com/eraspace/produk/oppo-a6-pro-5g", "name": "OPPO A6 Pro 5G", "price": 5299000, "stock": 8, "colors": [ "Coral Pink", "Stellar Blue" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6_pro_pink_1_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6_pro_pink_2_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6_pro_pink_3_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6_pro_pink_4_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6_pro_pink_5_1.webp" ], "rating": 5, "urlKey": "oppo-a6-pro-5g", "inStock": false, "category": "Smartphone & Tablet/Smartphones", "priceMax": 5299000, "priceMin": 5299000, "isLimited": false, "productId": "320925", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a6_pro_pink_1_1.webp", "isPreorder": false, "reviewCount": 3 }, { "sku": "OP-A5-CON", "url": "https://eraspace.com/eraspace/produk/oppo-a5", "name": "OPPO A5", "price": 2499000, "stock": 20, "colors": [ "Aurora Green", "Mist White" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a5_aurora_green_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a5_aurora_green_2.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a5_aurora_green_3.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a5_aurora_green_4.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a5_aurora_green_5.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a5_aurora_green_6.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a5_aurora_green_7.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a5_aurora_green_8.jpg" ], "rating": 4.9, "urlKey": "oppo-a5", "inStock": false, "category": "Smartphone & Tablet/Smartphones", "priceMax": 2499000, "priceMin": 2499000, "isLimited": false, "productId": "319346", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a5_aurora_green_1.jpg", "isPreorder": false, "reviewCount": 15 }, { "sku": "OP-A5I-CON", "url": "https://eraspace.com/eraspace/produk/oppo-a5i", "name": "OPPO A5i", "price": 1399000, "stock": 9, "colors": [ "Nebula Red", "Starry Purple" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a5i_nebula_red_01_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a5i_nebula_red_02_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a5i_nebula_red_03_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a5i_nebula_red_04_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a5i_nebula_red_05_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a5i_nebula_red_06_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a5i_nebula_red_07_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a5i_nebula_red_08_1.jpg" ], "rating": 5, "urlKey": "oppo-a5i", "inStock": false, "category": "Smartphone & Tablet/Smartphones", "priceMax": 1399000, "priceMin": 1399000, "isLimited": false, "productId": "319344", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_a5i_nebula_red_01_1.jpg", "isPreorder": false, "reviewCount": 33 }, { "sku": "OP-R14F-CON", "url": "https://eraspace.com/eraspace/produk/oppo-reno14-f-5g", "name": "OPPO Reno14 F", "price": 5299000, "stock": 21, "colors": [ "Luminous Green", "Opal Blue", "Glossy Pink" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_reno14_f_5g_green_1_2.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_reno14_f_5g_green_2_2.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_reno14_f_5g_green_3_2.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_reno14_f_5g_green_4_2.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_reno14_f_5g_green_5_2.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_reno14_f_5g_green_6_2.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_reno14_f_5g_green_7_2.jpg", "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_reno14_f_5g_green_8_2.jpg" ], "rating": 5, "urlKey": "oppo-reno14-f-5g", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 5599000, "priceMin": 5599000, "isLimited": false, "listPrice": 5599000, "productId": "317444", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/o/p/oppo_reno14_f_5g_green_1_2.jpg", "isPreorder": false, "reviewCount": 2 } ], "query": "oppo", "hasMore": true, "nextPage": 2, "totalData": 112, "totalDataText": null } ``` --- ### Categories full category tree - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:eraspace/categories` - **Cache TTL:** 3600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `x` | string | query | no | Unused — this endpoint takes no input | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:eraspace/categories?x=VALUE" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:eraspace/categories?x=VALUE", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:eraspace/categories?x=VALUE", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 4, "items": [ { "url": "https://eraspace.com/catalog/eraspace-20", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103401301212013200012244321.webp", "name": "Eraspace", "slug": "/eraspace-20", "children": [ { "url": "https://eraspace.com/catalog/mobile-phone-23", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424002221221314430432.webp", "name": "Mobile Phones", "slug": "/mobile-phone-23", "children": [ { "url": "https://eraspace.com/catalog/smartphones-24", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341423424302332421131023.webp", "name": "Smartphones", "slug": "/smartphones-24", "parentId": "23", "categoryId": "24", "showInMenu": true, "description": "Smartphones" }, { "url": "https://eraspace.com/catalog/ai-phones-51", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341423433330142013143040.webp", "name": "AI Phones", "slug": "/ai-phones-51", "parentId": "23", "categoryId": "51", "showInMenu": true, "description": "AI Phones" } ], "parentId": "20", "categoryId": "23", "showInMenu": true, "description": "mobile phones - eraspace" }, { "url": "https://eraspace.com/catalog/mobile-accessories-55", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424002400233022014131.webp", "name": "Mobile Accessories", "slug": "/mobile-accessories-55", "children": [ { "url": "https://eraspace.com/catalog/cases-and-cover-59", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424022231304422000302.webp", "name": "Cases and Cover", "slug": "/cases-and-cover-59", "parentId": "55", "categoryId": "59", "showInMenu": true, "description": "Cases and Cover" }, { "url": "https://eraspace.com/catalog/protective-skin-60", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424030312422433124420.webp", "name": "Protective Skin", "slug": "/protective-skin-60", "parentId": "55", "categoryId": "60", "showInMenu": true, "description": "Protective Skin" }, { "url": "https://eraspace.com/catalog/charger-62", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424033014042301031323.webp", "name": "Charger", "slug": "/charger-62", "parentId": "55", "categoryId": "62", "showInMenu": true, "description": "Charger" }, { "url": "https://eraspace.com/catalog/data-cable-65", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424041103102010333411.webp", "name": "Data Cable", "slug": "/data-cable-65", "parentId": "55", "categoryId": "65", "showInMenu": true, "description": "Data Cable" }, { "url": "https://eraspace.com/catalog/powerbank-73", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424124223312303412220.webp", "name": "Powerbank", "slug": "/powerbank-73", "parentId": "55", "categoryId": "73", "showInMenu": true, "description": "Powerbank" }, { "url": "https://eraspace.com/catalog/mobile-peripherals-88", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431111400130001233104.webp", "name": "Mobile Peripherals", "slug": "/mobile-peripherals-88", "parentId": "55", "categoryId": "88", "showInMenu": true, "description": "Mobile Peripherals" }, { "url": "https://eraspace.com/catalog/data-storage-89", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431114230403223342123.webp", "name": "Data Storage", "slug": "/data-storage-89", "parentId": "55", "categoryId": "89", "showInMenu": true, "description": "Data Storage" } ], "parentId": "20", "categoryId": "55", "showInMenu": true, "description": "Mobile Accessories" }, { "url": "https://eraspace.com/catalog/tablet-403", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103344212203100013433310021.png", "name": "Tablet", "slug": "/tablet-403", "children": [ { "url": "https://eraspace.com/catalog/tablets-404", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103344212212033313340121014.png", "name": "Tablets", "slug": "/tablets-404", "parentId": "403", "categoryId": "404", "showInMenu": true, "description": "Tablets -eraspace" } ], "parentId": "20", "categoryId": "403", "showInMenu": true, "description": "Tablet - Eraspace" }, { "url": "https://eraspace.com/catalog/wearable-96", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431210220410022331213.webp", "name": "Wearable", "slug": "/wearable-96", "children": [ { "url": "https://eraspace.com/catalog/smart-watch-99", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431213032011111303003.webp", "name": "Smart Watch", "slug": "/smart-watch-99", "parentId": "96", "categoryId": "99", "showInMenu": true, "description": "Smart Watch" }, { "url": "https://eraspace.com/catalog/smart-band-101", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431221214341324011331.webp", "name": "Smart Band", "slug": "/smart-band-101", "parentId": "96", "categoryId": "101", "showInMenu": true, "description": "Smart Band" } ], "parentId": "20", "categoryId": "96", "showInMenu": true, "description": "Wearable" }, { "url": "https://eraspace.com/catalog/tablet-accessories-90", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431124224332020441430.webp", "name": "Tablet Accessories", "slug": "/tablet-accessories-90", "children": [ { "url": "https://eraspace.com/catalog/tablet-cases-and-cover-92", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431141330000431312001.webp", "name": "Tablet Cases and Cover", "slug": "/tablet-cases-and-cover-92", "parentId": "90", "categoryId": "92", "showInMenu": true, "description": "Tablet Cases and Cover" }, { "url": "https://eraspace.com/catalog/tablet-protective-skin-93", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431144144403024403124.webp", "name": "Tablet Protective Skin", "slug": "/tablet-protective-skin-93", "parentId": "90", "categoryId": "93", "showInMenu": true, "description": "Tablet Protective Skin" }, { "url": "https://eraspace.com/catalog/tablet-peripherals-95", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431202230310103432231.webp", "name": "Tablet Peripherals", "slug": "/tablet-peripherals-95", "parentId": "90", "categoryId": "95", "showInMenu": true, "description": "Tablet Peripherals" } ], "parentId": "20", "categoryId": "90", "showInMenu": true, "description": "Tablet Accessories" }, { "url": "https://eraspace.com/catalog/wearable-accessories-103", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431224011342404210021.webp", "name": "Wearable Accessories", "slug": "/wearable-accessories-103", "children": [ { "url": "https://eraspace.com/catalog/straps-104", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431230411222432220342.webp", "name": "Straps", "slug": "/straps-104", "parentId": "103", "categoryId": "104", "showInMenu": true, "description": "Straps" }, { "url": "https://eraspace.com/catalog/charger-106", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431232332101120144420.webp", "name": "Charger", "slug": "/charger-106", "parentId": "103", "categoryId": "106", "showInMenu": true, "description": "Charger" }, { "url": "https://eraspace.com/catalog/wearable-peripherals-115", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432033011213040344300.webp", "name": "Wearable Peripherals", "slug": "/wearable-peripherals-115", "parentId": "103", "categoryId": "115", "showInMenu": true, "description": "Wearable Peripherals" } ], "parentId": "20", "categoryId": "103", "showInMenu": true, "description": "Wearable Accessories" }, { "url": "https://eraspace.com/catalog/audio-117", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432040131023331404333.webp", "name": "Audio", "slug": "/audio-117", "children": [ { "url": "https://eraspace.com/catalog/headphone-118", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432041411211021323244.webp", "name": "Headphone", "slug": "/headphone-118", "parentId": "117", "categoryId": "118", "showInMenu": true, "description": "Headphone" }, { "url": "https://eraspace.com/catalog/earphone-119", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432043244403023010320.webp", "name": "Earphone", "slug": "/earphone-119", "parentId": "117", "categoryId": "119", "showInMenu": true, "description": "Earphone" }, { "url": "https://eraspace.com/catalog/speaker-121", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432100010421142334410.webp", "name": "Speaker", "slug": "/speaker-121", "parentId": "117", "categoryId": "121", "showInMenu": true, "description": "Speaker" }, { "url": "https://eraspace.com/catalog/smart-speaker-123", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432101411142304032342.webp", "name": "Smart Speaker", "slug": "/smart-speaker-123", "parentId": "117", "categoryId": "123", "showInMenu": true, "description": "Smart Speaker" }, { "url": "https://eraspace.com/catalog/home-audio-125", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432104404224303212100.webp", "name": "Home Audio", "slug": "/home-audio-125", "parentId": "117", "categoryId": "125", "showInMenu": true, "description": "Home Audio" }, { "url": "https://eraspace.com/catalog/audio-peripherals-126", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432111314210422301043.webp", "name": "Audio Peripherals", "slug": "/audio-peripherals-126", "parentId": "117", "categoryId": "126", "showInMenu": true, "description": "Audio Peripherals" } ], "parentId": "20", "categoryId": "117", "showInMenu": true, "description": "Audio" }, { "url": "https://eraspace.com/catalog/camera-&-video-128", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432122014203034003330.webp", "name": "Camera & Video", "slug": "/camera-&-video-128", "children": [ { "url": "https://eraspace.com/catalog/action-camera-132", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432140334303210402112.webp", "name": "Action Camera", "slug": "/action-camera-132", "parentId": "128", "categoryId": "132", "showInMenu": true, "description": "Action Camera" }, { "url": "https://eraspace.com/catalog/drone-136", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432210412343302431410.webp", "name": "Drone", "slug": "/drone-136", "parentId": "128", "categoryId": "136", "showInMenu": true, "description": "Drone" }, { "url": "https://eraspace.com/catalog/gimbal-138", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432212420333000110414.webp", "name": "Gimbal", "slug": "/gimbal-138", "parentId": "128", "categoryId": "138", "showInMenu": true, "description": "Gimbal" }, { "url": "https://eraspace.com/catalog/camera-peripherals-139", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432214413242222332004.webp", "name": "Camera Peripherals", "slug": "/camera-peripherals-139", "parentId": "128", "categoryId": "139", "showInMenu": true, "description": "Camera Peripherals" } ], "parentId": "20", "categoryId": "128", "showInMenu": true, "description": "Camera & Video" } ], "categoryId": "20", "showInMenu": true, "description": "Store Eraspace" }, { "url": "https://eraspace.com/catalog/urban-republic-21", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Urban Republic", "slug": "/urban-republic-21", "children": [ { "url": "https://eraspace.com/catalog/wearable-52", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103443233410230044202220004.webp", "name": "Wearable", "slug": "/wearable-52", "children": [ { "url": "https://eraspace.com/catalog/smart-watch-53", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341423443400134341100003.webp", "name": "Smart Watch", "slug": "/smart-watch-53", "parentId": "52", "categoryId": "53", "showInMenu": true, "description": "Smart Watch - UR" }, { "url": "https://eraspace.com/catalog/smart-band-54", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424001123023430013040.webp", "name": "Smart Band", "slug": "/smart-band-54", "parentId": "52", "categoryId": "54", "showInMenu": true, "description": "Smart Band - UR" } ], "parentId": "21", "categoryId": "52", "showInMenu": true, "description": "Wearable - UR" }, { "url": "https://eraspace.com/catalog/camera-&-video-71", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424123024110410200233.webp", "name": "Camera & Video", "slug": "/camera-&-video-71", "children": [ { "url": "https://eraspace.com/catalog/action-camera-75", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424144141021341244210.webp", "name": "Action Camera", "slug": "/action-camera-75", "parentId": "71", "categoryId": "75", "showInMenu": true, "description": "Action Camera - UR" }, { "url": "https://eraspace.com/catalog/drone-76", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424211143234331400233.webp", "name": "Drone", "slug": "/drone-76", "parentId": "71", "categoryId": "76", "showInMenu": true, "description": "Drone - UR" }, { "url": "https://eraspace.com/catalog/camera-peripherals-77", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424220423104321023213.webp", "name": "Camera Peripherals", "slug": "/camera-peripherals-77", "parentId": "71", "categoryId": "77", "showInMenu": true, "description": "Camera Peripherals - UR" }, { "url": "https://eraspace.com/catalog/gimbal-79", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424232132203123441441.webp", "name": "Gimbal", "slug": "/gimbal-79", "parentId": "71", "categoryId": "79", "showInMenu": true, "description": "Gimbal - UR" } ], "parentId": "21", "categoryId": "71", "showInMenu": true, "description": "Camera & Video - UR" }, { "url": "https://eraspace.com/catalog/audio-63", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424033302113003324111.webp", "name": "Audio", "slug": "/audio-63", "children": [ { "url": "https://eraspace.com/catalog/headphone-64", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424041014410143413004.webp", "name": "Headphone", "slug": "/headphone-64", "parentId": "63", "categoryId": "64", "showInMenu": true, "description": "Headphone - UR" }, { "url": "https://eraspace.com/catalog/earphone-66", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424044120143242031002.webp", "name": "Earphone", "slug": "/earphone-66", "parentId": "63", "categoryId": "66", "showInMenu": true, "description": "Earphone - UR" }, { "url": "https://eraspace.com/catalog/speaker-67", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424101143340423004103.webp", "name": "Speaker", "slug": "/speaker-67", "parentId": "63", "categoryId": "67", "showInMenu": true, "description": "Speaker - UR" }, { "url": "https://eraspace.com/catalog/smart-speaker-68", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424104113334343230124.webp", "name": "Smart Speaker", "slug": "/smart-speaker-68", "parentId": "63", "categoryId": "68", "showInMenu": true, "description": "Smart Speaker - UR" }, { "url": "https://eraspace.com/catalog/home-audio-69", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424112043322301030203.webp", "name": "Home Audio", "slug": "/home-audio-69", "parentId": "63", "categoryId": "69", "showInMenu": true, "description": "Home Audio - UR" }, { "url": "https://eraspace.com/catalog/audio-peripherals-70", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424114224113441201203.webp", "name": "Audio Peripherals", "slug": "/audio-peripherals-70", "parentId": "63", "categoryId": "70", "showInMenu": true, "description": "Audio Peripherals - UR" } ], "parentId": "21", "categoryId": "63", "showInMenu": true, "description": "Audio - UR" }, { "url": "https://eraspace.com/catalog/entertainment-161", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341433001323021020244242.webp", "name": "Entertainment", "slug": "/entertainment-161", "children": [ { "url": "https://eraspace.com/catalog/console-163", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341433012111240202441034.webp", "name": "Console", "slug": "/console-163", "parentId": "161", "categoryId": "163", "showInMenu": true, "description": "Console - UR" }, { "url": "https://eraspace.com/catalog/video-games-164", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341433014011143103330021.webp", "name": "Video Games", "slug": "/video-games-164", "parentId": "161", "categoryId": "164", "showInMenu": true, "description": "Video Games - UR" }, { "url": "https://eraspace.com/catalog/gaming-accessories-165", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341433021042110400203134.webp", "name": "Gaming Accessories", "slug": "/gaming-accessories-165", "parentId": "161", "categoryId": "165", "showInMenu": true, "description": "Gaming Accessories - UR" } ], "parentId": "21", "categoryId": "161", "showInMenu": true, "description": "Entertainment - UR" }, { "url": "https://eraspace.com/catalog/consumer-electronics-116", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432034331014333334033.webp", "name": "Consumer Electronics", "slug": "/consumer-electronics-116", "children": [ { "url": "https://eraspace.com/catalog/security-system-120", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432044104210434132224.webp", "name": "Security System", "slug": "/security-system-120", "parentId": "116", "categoryId": "120", "showInMenu": true, "description": "Security System - UR" }, { "url": "https://eraspace.com/catalog/lighting-122", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432101322133122441120.webp", "name": "Lighting", "slug": "/lighting-122", "parentId": "116", "categoryId": "122", "showInMenu": true, "description": "Lighting - UR" }, { "url": "https://eraspace.com/catalog/television-127", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432113311341023413142.webp", "name": "Television", "slug": "/television-127", "parentId": "116", "categoryId": "127", "showInMenu": true, "description": "Television - UR" }, { "url": "https://eraspace.com/catalog/refrigerator-129", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432123023231433302300.webp", "name": "Refrigerator", "slug": "/refrigerator-129", "parentId": "116", "categoryId": "129", "showInMenu": true, "description": "Refrigerator - UR" }, { "url": "https://eraspace.com/catalog/vacuum-cleaner-130", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432130344112124234441.webp", "name": "Vacuum Cleaner", "slug": "/vacuum-cleaner-130", "parentId": "116", "categoryId": "130", "showInMenu": true, "description": "Vacuum Cleaner - UR" }, { "url": "https://eraspace.com/catalog/small-appliances-131", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432133213312110432210.webp", "name": "Small Appliances", "slug": "/small-appliances-131", "parentId": "116", "categoryId": "131", "showInMenu": true, "description": "Small Appliances - UR" }, { "url": "https://eraspace.com/catalog/air-conditioner-133", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432141021024023403203.webp", "name": "Air Conditioner", "slug": "/air-conditioner-133", "parentId": "116", "categoryId": "133", "showInMenu": true, "description": "Air Conditioner - UR" }, { "url": "https://eraspace.com/catalog/washer-134", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432143420213303402331.webp", "name": "Washer", "slug": "/washer-134", "parentId": "116", "categoryId": "134", "showInMenu": true, "description": "Washer - UR" } ], "parentId": "21", "categoryId": "116", "showInMenu": true, "description": "Consumer Electronics - UR" }, { "url": "https://eraspace.com/catalog/computer-accessories-83", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424310400141331014204.webp", "name": "Computer Accessories", "slug": "/computer-accessories-83", "children": [ { "url": "https://eraspace.com/catalog/laptop-case-84", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424312432401232402132.webp", "name": "Laptop Case", "slug": "/laptop-case-84", "parentId": "83", "categoryId": "84", "showInMenu": true, "description": "Laptop Case - UR" }, { "url": "https://eraspace.com/catalog/mouse-keyboard-85", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424320143401102031432.webp", "name": "Mouse Keyboard", "slug": "/mouse-keyboard-85", "parentId": "83", "categoryId": "85", "showInMenu": true, "description": "Mouse Keyboard - UR" }, { "url": "https://eraspace.com/catalog/computer-peripherals-86", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424322310410124422411.webp", "name": "Computer Peripherals", "slug": "/computer-peripherals-86", "parentId": "83", "categoryId": "86", "showInMenu": true, "description": "Computer Peripherals - UR" }, { "url": "https://eraspace.com/catalog/wifi-router-87", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424330241131142400402.webp", "name": "WiFi Router", "slug": "/wifi-router-87", "parentId": "83", "categoryId": "87", "showInMenu": true, "description": "WiFi Router - UR" } ], "parentId": "21", "categoryId": "83", "showInMenu": true, "description": "Computer Accessories - UR" }, { "url": "https://eraspace.com/catalog/mobile-accessories-91", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431133423132411314424.webp", "name": "Mobile Accessories", "slug": "/mobile-accessories-91", "children": [ { "url": "https://eraspace.com/catalog/cases-and-cover-98", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431211231101330124210.webp", "name": "Cases and Cover", "slug": "/cases-and-cover-98", "parentId": "91", "categoryId": "98", "showInMenu": true, "description": "Cases and Cover - UR" }, { "url": "https://eraspace.com/catalog/protective-skin-100", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431214241132141421300.webp", "name": "Protective Skin", "slug": "/protective-skin-100", "parentId": "91", "categoryId": "100", "showInMenu": true, "description": "Protective Skin - UR" }, { "url": "https://eraspace.com/catalog/charger-102", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431223042111244124111.webp", "name": "Charger", "slug": "/charger-102", "parentId": "91", "categoryId": "102", "showInMenu": true, "description": "Charger - UR" }, { "url": "https://eraspace.com/catalog/data-cable-105", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431232003403241143322.webp", "name": "Data Cable", "slug": "/data-cable-105", "parentId": "91", "categoryId": "105", "showInMenu": true, "description": "Data Cable - UR" }, { "url": "https://eraspace.com/catalog/powerbank-108", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431243343101232130333.webp", "name": "Powerbank", "slug": "/powerbank-108", "parentId": "91", "categoryId": "108", "showInMenu": true, "description": "Powerbank - UR" }, { "url": "https://eraspace.com/catalog/mobile-peripherals-109", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341431303301410331440344.webp", "name": "Mobile Peripherals", "slug": "/mobile-peripherals-109", "parentId": "91", "categoryId": "109", "showInMenu": true, "description": "Mobile Peripherals - UR" }, { "url": "https://eraspace.com/catalog/data-storage-110", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341432010031110130321134.webp", "name": "Data Storage", "slug": "/data-storage-110", "parentId": "91", "categoryId": "110", "showInMenu": true, "description": "Data Storage - UR" } ], "parentId": "21", "categoryId": "91", "showInMenu": true, "description": "Mobile Accessories - UR" }, { "url": "https://eraspace.com/catalog/wearable-accessories-56", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424003400012333241402.webp", "name": "Wearable Accessories", "slug": "/wearable-accessories-56", "children": [ { "url": "https://eraspace.com/catalog/straps-57", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424011444112313423440.webp", "name": "Straps", "slug": "/straps-57", "parentId": "56", "categoryId": "57", "showInMenu": true, "description": "Straps - UR" }, { "url": "https://eraspace.com/catalog/charger-58", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424020401421000320441.webp", "name": "Charger", "slug": "/charger-58", "parentId": "56", "categoryId": "58", "showInMenu": true, "description": "Charger - UR" }, { "url": "https://eraspace.com/catalog/wearable-peripherals-61", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424031142232324341313.webp", "name": "Wearable Peripherals", "slug": "/wearable-peripherals-61", "parentId": "56", "categoryId": "61", "showInMenu": true, "description": "Wearable Peripherals - UR" } ], "parentId": "21", "categoryId": "56", "showInMenu": true, "description": "Wearable Accessories - UR" } ], "categoryId": "21", "showInMenu": true, "description": "Store Urban Republic" }, { "url": "https://eraspace.com/catalog/garmin-2419", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Garmin", "slug": "/garmin-2419", "children": [ { "url": "https://eraspace.com/catalog/shop-2420", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Shop", "slug": "/shop-2420", "children": [ { "url": "https://eraspace.com/catalog/lihat-semua-produk-2426", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Lihat Semua Produk", "slug": "/lihat-semua-produk-2426", "parentId": "2420", "categoryId": "2426", "showInMenu": true, "description": "Lihat Semua Produk" }, { "url": "https://eraspace.com/catalog/produk-terbaru-2427", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Produk Terbaru", "slug": "-produk-terbaru", "parentId": "2420", "categoryId": "2427", "showInMenu": true, "description": "Produk Terbaru" }, { "url": "https://eraspace.com/catalog/produk-terlaris-2428", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Produk Terlaris", "slug": "/produk-terlaris-2428", "parentId": "2420", "categoryId": "2428", "showInMenu": true, "description": "Produk Terlaris" }, { "url": "https://eraspace.com/catalog/sale-2429", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Sale", "slug": "-sale", "parentId": "2420", "categoryId": "2429", "showInMenu": true, "description": "Sale" }, { "url": "https://eraspace.com/catalog/smartwatch-wanita-2714", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Smartwatch Wanita", "slug": "/smartwatch-wanita-2714", "parentId": "2420", "categoryId": "2714", "showInMenu": true, "description": "Smartwatch Wanita" } ], "parentId": "2419", "categoryId": "2420", "showInMenu": true, "description": "Shop" }, { "url": "https://eraspace.com/catalog/smartwatches-2421", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Smartwatches", "slug": "/smartwatches-2421", "children": [ { "url": "https://eraspace.com/catalog/active-lifestyle-2430", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Active Lifestyle", "slug": "-active-lifestyle", "children": [ { "url": "https://eraspace.com/catalog/cirqa-11379", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "CIRQA", "slug": "-active-lifestyle-cirqa", "parentId": "2430", "categoryId": "11379", "showInMenu": true, "description": "CIRQA" }, { "url": "https://eraspace.com/catalog/lily-2-2443", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Lily 2", "slug": "-active-lifestyle-lily-2", "parentId": "2430", "categoryId": "2443", "showInMenu": true, "description": "Lily 2" }, { "url": "https://eraspace.com/catalog/venu-3--2445", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Venu 3 ", "slug": "-active-lifestyle-venu-3-", "parentId": "2430", "categoryId": "2445", "showInMenu": true, "description": "Venu 3" }, { "url": "https://eraspace.com/catalog/venu-4-8184", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Venu 4", "slug": "-active-lifestyle-venu-4", "parentId": "2430", "categoryId": "8184", "showInMenu": true, "description": "Venu 4" }, { "url": "https://eraspace.com/catalog/venu-x1-7651", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Venu X1", "slug": "-active-lifestyle-venu-x1", "parentId": "2430", "categoryId": "7651", "showInMenu": true, "description": "Venu X1" }, { "url": "https://eraspace.com/catalog/vivoactive-5-2447", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Vivoactive 5", "slug": "-active-lifestyle-vivoactive-5", "parentId": "2430", "categoryId": "2447", "showInMenu": true, "description": "Vivoactive 5" }, { "url": "https://eraspace.com/catalog/vivoactive-6-2492", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Vivoactive 6", "slug": "-active-lifestyle-vivoactive-6", "parentId": "2430", "categoryId": "2492", "showInMenu": true, "description": "Vivoactive 6" } ], "parentId": "2421", "categoryId": "2430", "showInMenu": true, "description": "Active Lifestyle" }, { "url": "https://eraspace.com/catalog/diving-2431", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Diving", "slug": "/diving-2431", "children": [ { "url": "https://eraspace.com/catalog/descent-g1-2450", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Descent G1", "slug": "/descent-g1-2450", "parentId": "2431", "categoryId": "2450", "showInMenu": true, "description": "Descent G1" }, { "url": "https://eraspace.com/catalog/descent-g2-2493", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Descent G2", "slug": "/descent-g2-2493", "parentId": "2431", "categoryId": "2493", "showInMenu": true, "description": "Descent G2" }, { "url": "https://eraspace.com/catalog/descent-mk2-2451", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Descent Mk2", "slug": "/descent-mk2-2451", "parentId": "2431", "categoryId": "2451", "showInMenu": true, "description": "Descent Mk2" }, { "url": "https://eraspace.com/catalog/descent-mk3-2452", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Descent Mk3", "slug": "/descent-mk3-2452", "parentId": "2431", "categoryId": "2452", "showInMenu": true, "description": "Descent Mk3" }, { "url": "https://eraspace.com/catalog/descent-x30-8350", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Descent X30", "slug": "-descent-x30", "parentId": "2431", "categoryId": "8350", "showInMenu": true, "description": "Descent X30" }, { "url": "https://eraspace.com/catalog/descent-x50i-2453", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Descent X50i", "slug": "-descent-x50i", "parentId": "2431", "categoryId": "2453", "showInMenu": true, "description": "Descent X50i" } ], "parentId": "2421", "categoryId": "2431", "showInMenu": true, "description": "Diving" }, { "url": "https://eraspace.com/catalog/golfing-2432", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Golfing", "slug": "/golfing-2432", "children": [ { "url": "https://eraspace.com/catalog/approach-ct10-2454", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Approach CT10", "slug": "/approach-ct10-2454", "parentId": "2432", "categoryId": "2454", "showInMenu": true, "description": "Approach CT10" }, { "url": "https://eraspace.com/catalog/approach-ct1-2494", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Approach CT1", "slug": "/approach-ct1-2494", "parentId": "2432", "categoryId": "2494", "showInMenu": true, "description": "Approach CT1" }, { "url": "https://eraspace.com/catalog/approach-g20-2495", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Approach G20", "slug": "/approach-g20-2495", "parentId": "2432", "categoryId": "2495", "showInMenu": true, "description": "Approach G20" }, { "url": "https://eraspace.com/catalog/approach-g82-9023", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Approach G82", "slug": "-approach-g82", "parentId": "2432", "categoryId": "9023", "showInMenu": true, "description": "Approach G82" }, { "url": "https://eraspace.com/catalog/approach-r10-2455", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Approach R10", "slug": "-approach-r10", "parentId": "2432", "categoryId": "2455", "showInMenu": true, "description": "Approach R10" }, { "url": "https://eraspace.com/catalog/approach-s50-2496", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Approach S50", "slug": "-approach-s50", "parentId": "2432", "categoryId": "2496", "showInMenu": true, "description": "Approach S50" }, { "url": "https://eraspace.com/catalog/approach-s70-2457", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Approach S70", "slug": "-approach-s70", "parentId": "2432", "categoryId": "2457", "showInMenu": true, "description": "Approach S70" }, { "url": "https://eraspace.com/catalog/approach-z10-9886", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Approach Z10", "slug": "-approach-z10", "parentId": "2432", "categoryId": "9886", "showInMenu": true, "description": "Approach Z10" } ], "parentId": "2421", "categoryId": "2432", "showInMenu": true, "description": "Golfing" }, { "url": "https://eraspace.com/catalog/modern-luxury-2433", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Modern Luxury", "slug": "/modern-luxury-2433", "children": [ { "url": "https://eraspace.com/catalog/marq-gen-2-2460", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "MARQ Gen 2", "slug": "/marq-gen-2-2460", "parentId": "2433", "categoryId": "2460", "showInMenu": true, "description": "MARQ Gen 2" } ], "parentId": "2421", "categoryId": "2433", "showInMenu": true, "description": "Modern Luxury" }, { "url": "https://eraspace.com/catalog/outdoor-2434", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Outdoor", "slug": "/outdoor-2434", "children": [ { "url": "https://eraspace.com/catalog/fenix-8--2465", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Fenix 8 ", "slug": "/fenix-8--2465", "parentId": "2434", "categoryId": "2465", "showInMenu": true, "description": "Fenix 8" }, { "url": "https://eraspace.com/catalog/instinct-crossover-2466", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Instinct Crossover", "slug": "-instinct-crossover", "parentId": "2434", "categoryId": "2466", "showInMenu": true, "description": "Instinct Crossover" }, { "url": "https://eraspace.com/catalog/instinct-3-2468", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Instinct 3", "slug": "/instinct-3-2468", "parentId": "2434", "categoryId": "2468", "showInMenu": true, "description": "Instinct 3" }, { "url": "https://eraspace.com/catalog/quatix-7-2469", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Quatix 7", "slug": "/quatix-7-2469", "parentId": "2434", "categoryId": "2469", "showInMenu": true, "description": "Quatix 7" }, { "url": "https://eraspace.com/catalog/quatix-8-7952", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Quatix 8", "slug": "/quatix-8-7952", "parentId": "2434", "categoryId": "7952", "showInMenu": true, "description": "Quatix 8" }, { "url": "https://eraspace.com/catalog/tactix-7-2470", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Tactix 7", "slug": "/tactix-7-2470", "parentId": "2434", "categoryId": "2470", "showInMenu": true, "description": "Tactix 7" }, { "url": "https://eraspace.com/catalog/tactix-8-2497", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Tactix 8", "slug": "/tactix-8-2497", "parentId": "2434", "categoryId": "2497", "showInMenu": true, "description": "Tactix 8" } ], "parentId": "2421", "categoryId": "2434", "showInMenu": true, "description": "Outdoor" }, { "url": "https://eraspace.com/catalog/running-2435", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Running", "slug": "/running-2435", "children": [ { "url": "https://eraspace.com/catalog/forerunner-55-2472", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Forerunner 55", "slug": "-forerunner-55", "parentId": "2435", "categoryId": "2472", "showInMenu": true, "description": "Forerunner 55" }, { "url": "https://eraspace.com/catalog/forerunner-70-9844", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Forerunner 70", "slug": "-forerunner-70", "parentId": "2435", "categoryId": "9844", "showInMenu": true, "description": "Forerunner 70" }, { "url": "https://eraspace.com/catalog/forerunner-165-2474", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Forerunner 165", "slug": "-forerunner-165", "parentId": "2435", "categoryId": "2474", "showInMenu": true, "description": "Forerunner 165" }, { "url": "https://eraspace.com/catalog/forerunner-170-9845", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Forerunner 170", "slug": "-forerunner-170", "parentId": "2435", "categoryId": "9845", "showInMenu": true, "description": "Forerunner 170" }, { "url": "https://eraspace.com/catalog/forerunner-265--2471", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Forerunner 265 ", "slug": "-forerunner-265-", "parentId": "2435", "categoryId": "2471", "showInMenu": true, "description": "Forerunner 265" }, { "url": "https://eraspace.com/catalog/forerunner-570-7510", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Forerunner 570", "slug": "-forerunner-570", "parentId": "2435", "categoryId": "7510", "showInMenu": true, "description": "Forerunner 570" }, { "url": "https://eraspace.com/catalog/forerunner-965--2473", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Forerunner 965 ", "slug": "-forerunner-965-", "parentId": "2435", "categoryId": "2473", "showInMenu": true, "description": "Forerunner 965" }, { "url": "https://eraspace.com/catalog/forerunner-970-7511", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Forerunner 970", "slug": "/forerunner-970-7511", "parentId": "2435", "categoryId": "7511", "showInMenu": true, "description": "Forerunner 970" } ], "parentId": "2421", "categoryId": "2435", "showInMenu": true, "description": "Running" } ], "parentId": "2419", "categoryId": "2421", "showInMenu": true, "description": "Smartwatches" }, { "url": "https://eraspace.com/catalog/cycling-2422", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Cycling", "slug": "/cycling-2422", "children": [ { "url": "https://eraspace.com/catalog/edge-series-7524", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Edge Series", "slug": "/edge-series-7524", "parentId": "2422", "categoryId": "7524", "showInMenu": true, "description": "Edge Series" }, { "url": "https://eraspace.com/catalog/rally-7525", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Rally", "slug": "/rally-7525", "parentId": "2422", "categoryId": "7525", "showInMenu": true, "description": "Rally" }, { "url": "https://eraspace.com/catalog/indoor-cycling-2437", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Indoor Cycling", "slug": "/indoor-cycling-2437", "children": [ { "url": "https://eraspace.com/catalog/tacx-2477", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "TACX", "slug": "/tacx-2477", "parentId": "2437", "categoryId": "2477", "showInMenu": true, "description": "TACX" } ], "parentId": "2422", "categoryId": "2437", "showInMenu": true, "description": "Indoor Cycling" } ], "parentId": "2419", "categoryId": "2422", "showInMenu": true, "description": "Cycling" }, { "url": "https://eraspace.com/catalog/marine-2423", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Marine", "slug": "/marine-2423", "children": [ { "url": "https://eraspace.com/catalog/marine-devices-2438", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Marine Devices", "slug": "/marine-devices-2438", "parentId": "2423", "categoryId": "2438", "showInMenu": true, "description": "Marine Devices" } ], "parentId": "2419", "categoryId": "2423", "showInMenu": true, "description": "Marine" }, { "url": "https://eraspace.com/catalog/accessories-2424", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Accessories", "slug": "/accessories-2424", "children": [ { "url": "https://eraspace.com/catalog/accessories-2439", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Accessories", "slug": "/accessories-2439", "parentId": "2424", "categoryId": "2439", "showInMenu": true, "description": "Accessories" }, { "url": "https://eraspace.com/catalog/watch-strap-2440", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Watch Strap", "slug": "/watch-strap-2440", "parentId": "2424", "categoryId": "2440", "showInMenu": true, "description": "Watch Strap" } ], "parentId": "2419", "categoryId": "2424", "showInMenu": true, "description": "Accessories" } ], "categoryId": "2419", "showInMenu": true, "description": "Garmin" }, { "url": "https://eraspace.com/catalog/eraspace-gaming-1692", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104021244313430221341433323.png", "name": "Eraspace Gaming", "slug": "/eraspace-gaming-1692", "children": [ { "url": "https://eraspace.com/catalog/kode-voucher-google-play-1694", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104021244303030330443243014.png", "name": "Kode Voucher Google Play", "slug": "/kode-voucher-google-play-1694", "parentId": "1692", "categoryId": "1694", "showInMenu": true, "description": "Kode Voucher Google Play" }, { "url": "https://eraspace.com/catalog/playstation-store-gift-cards-1695", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104021244300200131301401223.png", "name": "PlayStation Store Gift Cards", "slug": "/playstation-store-gift-cards-1695", "parentId": "1692", "categoryId": "1695", "showInMenu": true, "description": "Khusus Voucher Digital \"PlayStation Store Gift Cards\"" }, { "url": "https://eraspace.com/catalog/roblox-gift-card-1697", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104021244310031143242120043.png", "name": "Roblox Gift Card", "slug": "/roblox-gift-card-1697", "parentId": "1692", "categoryId": "1697", "showInMenu": true, "description": "Roblox Gift Card" }, { "url": "https://eraspace.com/catalog/pc-game-pass-2132", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104101121023114002431224100.png", "name": "PC Game Pass", "slug": "/pc-game-pass-2132", "parentId": "1692", "categoryId": "2132", "showInMenu": true, "description": "PC Game Pass" }, { "url": "https://eraspace.com/catalog/fc-mobile-silver-2134", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104101121031114221212242224.png", "name": "FC Mobile Silver", "slug": "/fc-mobile-silver-2134", "parentId": "1692", "categoryId": "2134", "showInMenu": true, "description": "FC Mobile Silver" }, { "url": "https://eraspace.com/catalog/fc-mobile-point-2136", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104101123202410041141301204.png", "name": "FC Mobile Point", "slug": "/fc-mobile-point-2136", "parentId": "1692", "categoryId": "2136", "showInMenu": true, "description": "FC Mobile Point" } ], "categoryId": "1692", "showInMenu": true, "description": "Khusus Voucher Digital" } ] } ``` --- ### Category one category's detail - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:eraspace/category` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `categoryId` | string | query | yes | Numeric category id (the `categoryId` of a categories response, or the number at the end of a /catalog/- URL) | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:eraspace/category?categoryId=759" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:eraspace/category?categoryId=759", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:eraspace/category?categoryId=759", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "url": "https://eraspace.com/catalog/mobile-phone-23", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341424002221221314430432.webp", "name": "Mobile Phones", "slug": "/mobile-phone-23", "children": [ { "url": "https://eraspace.com/catalog/smartphones-24", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341423424302332421131023.webp", "name": "Smartphones", "slug": "/smartphones-24", "parentId": "23", "categoryId": "24", "showInMenu": true, "description": "Smartphones" }, { "url": "https://eraspace.com/catalog/ai-phones-51", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103341423433330142013143040.webp", "name": "AI Phones", "slug": "/ai-phones-51", "parentId": "23", "categoryId": "51", "showInMenu": true, "description": "AI Phones" } ], "parentId": "20", "categoryId": "23", "parentName": "Eraspace", "showInMenu": true, "description": "mobile phones - eraspace" } ``` --- ### Category Products products in one category, paged and sortable - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:eraspace/category-products` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `categoryId` | string | query | yes | Numeric category id (from the categories endpoint) | | `page` | number | query | no | Result page. Default 1 | | `limit` | number | query | no | Items per page. Default 20, max 50 | | `sort` | enum(relevance|top_rated|newest|price_desc|price_asc) | query | no | Order: relevance, top_rated, newest, price_desc, price_asc. Default relevance | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:eraspace/category-products?categoryId=759&page=1&limit=20&sort=price_asc" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:eraspace/category-products?categoryId=759&page=1&limit=20&sort=price_asc", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:eraspace/category-products?categoryId=759&page=1&limit=20&sort=price_asc", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 20, "items": [ { "sku": "MOT-SGTR-CON", "url": "https://eraspace.com/eraspace/produk/motorola-signature", "name": "Motorola Signature", "price": 11999000, "stock": 3, "colors": [ "Carbon", "Martini Olive" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/m/o/motorola_signature_carbon_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/m/o/motorola_signature_carbon_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/m/o/motorola_signature_carbon_3.webp", "https://cdnpro.eraspace.com/media/catalog/product/m/o/motorola_signature_carbon_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/m/o/motorola_signature_carbon_5.webp", "https://cdnpro.eraspace.com/media/catalog/product/m/o/motorola_signature_carbon_6.webp", "https://cdnpro.eraspace.com/media/catalog/product/m/o/motorola_signature_carbon_7.webp", "https://cdnpro.eraspace.com/media/catalog/product/m/o/motorola_signature_carbon_8.webp" ], "urlKey": "motorola-signature", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 13999000, "priceMin": 13999000, "isLimited": false, "listPrice": 13999000, "productId": "348765", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/m/o/motorola_signature_carbon_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "IQO-Z11X-5G-CON", "url": "https://eraspace.com/eraspace/produk/iqoo-z11x-5g", "name": "iQOO Z11x 5G", "price": 5699000, "stock": 6, "colors": [ "Silver", "Black" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_01_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_02_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_03_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_04_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_05_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_06_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_07_1.webp" ], "urlKey": "iqoo-z11x-5g", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 5699000, "priceMin": 5699000, "isLimited": false, "productId": "350431", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/i/q/iqoo_z11x_5g_silver_01_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "MOT-E60F-CON", "url": "https://eraspace.com/eraspace/produk/motorola-edge-60-fusion", "name": "Motorola Edge 60 Fusion", "price": 5199000, "stock": 3, "colors": [ "Amazonite", "Mykonos Blue", "Slipstream" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/m/o/motorola_edge_60_fusion_amazonite_01.webp", "https://cdnpro.eraspace.com/media/catalog/product/m/o/motorola_edge_60_fusion_amazonite_02.webp", "https://cdnpro.eraspace.com/media/catalog/product/m/o/motorola_edge_60_fusion_amazonite_03.webp", "https://cdnpro.eraspace.com/media/catalog/product/m/o/motorola_edge_60_fusion_amazonite_04.webp", "https://cdnpro.eraspace.com/media/catalog/product/m/o/motorola_edge_60_fusion_amazonite_05.webp", "https://cdnpro.eraspace.com/media/catalog/product/m/o/motorola_edge_60_fusion_amazonite_06.webp", "https://cdnpro.eraspace.com/media/catalog/product/m/o/motorola_edge_60_fusion_amazonite_07.webp", "https://cdnpro.eraspace.com/media/catalog/product/m/o/motorola_edge_60_fusion_amazonite_08.webp" ], "rating": 5, "urlKey": "motorola-edge-60-fusion", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 5499000, "priceMin": 5499000, "isLimited": false, "listPrice": 5499000, "productId": "348108", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/m/o/motorola_edge_60_fusion_amazonite_01.webp", "isPreorder": false, "reviewCount": 3 }, { "sku": "TEC-PV8P-5G-CON", "url": "https://eraspace.com/eraspace/produk/tecno-pova-8-pro-5g", "name": "TECNO POVA 8 Pro 5G", "price": 5999000, "stock": 120, "colors": [ "Black", "Green", "Lamborghini", "White" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/t/e/tecno_pova_8_5g_pro_black_01_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/t/e/tecno_pova_8_5g_pro_black_02_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/t/e/tecno_pova_8_5g_pro_black_03_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/t/e/tecno_pova_8_5g_pro_black_04_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/t/e/tecno_pova_8_5g_pro_black_05_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/t/e/tecno_pova_8_5g_pro_black_06_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/t/e/tecno_pova_8_5g_pro_black_07_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/t/e/tecno_pova_8_5g_pro_black_08_1.webp" ], "urlKey": "tecno-pova-8-pro-5g", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 5999000, "priceMin": 5999000, "isLimited": false, "productId": "455566", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/t/e/tecno_pova_8_5g_pro_black_01_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "XIA-R17-CON", "url": "https://eraspace.com/eraspace/produk/xiaomi-redmi-17", "name": "Xiaomi Redmi 17", "price": 2899000, "stock": 36, "colors": [ "Oak Green", "Deep Blue", "Lotus Purple", "Black" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_redmi_17_oak_green_1__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_redmi_17_oak_green_2__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_redmi_17_oak_green_3__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_redmi_17_oak_green_4__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_redmi_17_oak_green_5__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_redmi_17_oak_green_6__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_redmi_17_oak_green_7__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_redmi_17_oak_green_8__2.webp" ], "urlKey": "xiaomi-redmi-17", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 2899000, "priceMin": 2899000, "isLimited": false, "productId": "454707", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_redmi_17_oak_green_1__2.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "HUA-P90SPM-CON", "url": "https://eraspace.com/eraspace/produk/huawei-pura-90s-pro-max", "name": "Huawei Pura 90s Pro Max", "badge": "Free Exclusive Gift", "price": 20999000, "stock": 6, "colors": [ "Graphite Black", "Blush Gold", "Orange Ocean" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/h/u/huawei_pura_90s_pro_max_graphite_black_1__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/h/u/huawei_pura_90s_pro_max_graphite_black_2__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/h/u/huawei_pura_90s_pro_max_graphite_black_3__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/h/u/huawei_pura_90s_pro_max_graphite_black_4__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/h/u/huawei_pura_90s_pro_max_graphite_black_5__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/h/u/huawei_pura_90s_pro_max_graphite_black_6__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/h/u/huawei_pura_90s_pro_max_graphite_black_7__2.webp", "https://cdnpro.eraspace.com/media/catalog/product/h/u/huawei_pura_90s_pro_max_graphite_black_8__2.webp" ], "urlKey": "huawei-pura-90s-pro-max", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 20999000, "priceMin": 20999000, "isLimited": false, "productId": "453498", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/h/u/huawei_pura_90s_pro_max_graphite_black_1__2.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "XIA-17TP-CON", "url": "https://eraspace.com/eraspace/produk/xiaomi-17t-pro", "name": "Xiaomi 17T Pro", "badge": "Free Exclusive Gift", "price": 12999000, "stock": 4, "colors": [ "Deep Violet", "Black", "Deep Blue" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_17t_pro_deep_violet_01.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_17t_pro_deep_violet_02.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_17t_pro_deep_violet_03.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_17t_pro_deep_violet_04.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_17t_pro_deep_violet_05.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_17t_pro_deep_violet_06.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_17t_pro_deep_violet_07.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_17t_pro_deep_violet_08.webp" ], "rating": 5, "urlKey": "xiaomi-17t-pro", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 12999000, "priceMin": 12999000, "isLimited": false, "productId": "350519", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_17t_pro_deep_violet_01.webp", "isPreorder": false, "reviewCount": 3 }, { "sku": "XIA-17T-CON", "url": "https://eraspace.com/eraspace/produk/xiaomi-17t", "name": "Xiaomi 17T", "badge": "Free Exclusive Gift", "price": 9999000, "stock": 5, "colors": [ "Black", "Opal White", "Violet" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_17t_black_01.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_17t_black_02.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_17t_black_03.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_17t_black_04.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_17t_black_05.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_17t_black_06.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_17t_black_07.webp", "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_17t_black_08.webp" ], "rating": 5, "urlKey": "xiaomi-17t", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 9999000, "priceMin": 9999000, "isLimited": false, "productId": "350518", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/x/i/xiaomi_17t_black_01.webp", "isPreorder": false, "reviewCount": 4 } ], "hasMore": true, "category": null, "nextPage": 2, "totalData": 347, "categoryId": "23", "totalDataText": null } ``` --- ### Filters filter facets and sort options for a category or a search - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:eraspace/filters` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `categoryId` | string | query | no | Numeric category id — facets for that category. Use this OR query | | `query` | string | query | no | Search keyword — facets for that search. Use this OR categoryId | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:eraspace/filters?categoryId=759&query=iphone" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:eraspace/filters?categoryId=759&query=iphone", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:eraspace/filters?categoryId=759&query=iphone", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 10, "sorts": [ { "label": "Paling Sesuai", "value": "relevance" }, { "label": "Ulasan Terbaik", "value": "top_rated" }, { "label": "Terbaru", "value": "newest" }, { "label": "Harga Tertinggi", "value": "price_desc" }, { "label": "Harga Terendah", "value": "price_asc" } ], "facets": [ { "type": "checkbox", "label": "BRAND", "options": [ { "count": 104, "label": "OPPO", "value": "OPPO" }, { "count": 51, "label": "Samsung", "value": "Samsung" }, { "count": 33, "label": "realme", "value": "realme" }, { "count": 26, "label": "Tecno", "value": "Tecno" }, { "count": 25, "label": "vivo", "value": "vivo" }, { "count": 22, "label": "Xiaomi", "value": "Xiaomi" }, { "count": 18, "label": "Apple", "value": "Apple" }, { "count": 17, "label": "Sharp", "value": "Sharp" } ], "parameter": "Brand" }, { "type": "checkbox", "label": "KAMERA BELAKANG", "options": [ { "count": 317, "label": "> 30 MP", "value": "> 30 MP" }, { "count": 16, "label": "< 10 MP", "value": "< 10 MP" }, { "count": 14, "label": "10 - 15 MP", "value": "10 - 15 MP" } ], "parameter": "Kamera Belakang" }, { "type": "checkbox", "label": "KAMERA DEPAN", "options": [ { "count": 137, "label": "> 20 MP", "value": "> 20 MP" }, { "count": 118, "label": "5 - 10 MP", "value": "5 - 10 MP" }, { "count": 62, "label": "11 - 15 MP", "value": "11 - 15 MP" }, { "count": 30, "label": "16 - 20 MP", "value": "16 - 20 MP" } ], "parameter": "Kamera Depan" }, { "type": "checkbox", "label": "KAPASITAS", "options": [ { "count": 168, "label": "256 GB", "value": "256 GB" }, { "count": 93, "label": "128 GB", "value": "128 GB" }, { "count": 59, "label": "512 GB", "value": "512 GB" }, { "count": 24, "label": "64 GB", "value": "64 GB" }, { "count": 2, "label": "32 GB", "value": "32 GB" }, { "count": 1, "label": "1 TB", "value": "1 TB" } ], "parameter": "Kapasitas" }, { "type": "checkbox", "label": "WARNA", "options": [ { "count": 48, "label": "Black", "value": "Black" }, { "count": 13, "label": "White", "value": "White" }, { "count": 9, "label": "Black ", "value": "Black " }, { "count": 9, "label": "Blue ", "value": "Blue " }, { "count": 9, "label": "Gray", "value": "Gray" }, { "count": 6, "label": "Blue", "value": "Blue" }, { "count": 6, "label": "Glowing Black", "value": "Glowing Black" }, { "count": 6, "label": "Light Green", "value": "Light Green" } ], "parameter": "Warna" }, { "type": "checkbox", "label": "PROSESOR", "options": [ { "count": 166, "label": "Mediatek", "value": "Mediatek" }, { "count": 119, "label": "Qualcomm Snapdragon", "value": "Qualcomm Snapdragon" }, { "count": 18, "label": "Apple A Series", "value": "Apple A Series" }, { "count": 15, "label": "Samsung Exynos", "value": "Samsung Exynos" }, { "count": 14, "label": "Unisoc", "value": "Unisoc" }, { "count": 13, "label": "Kirin", "value": "Kirin" } ], "parameter": "Prosesor" }, { "type": "checkbox", "label": "UKURAN LAYAR", "options": [ { "count": 326, "label": "5.50 - 6.99 inch", "value": "5.50 - 6.99 inch" }, { "count": 17, "label": "Foldable", "value": "Foldable" } ], "parameter": "Ukuran Layar" }, { "type": "checkbox", "label": "BATERAI", "options": [ { "count": 191, "label": "5000 - 5999 mAh", "value": "5000 - 5999 mAh" }, { "count": 105, "label": "> 6000 mAh", "value": "> 6000 mAh" }, { "count": 35, "label": "4000 - 4999 mAh", "value": "4000 - 4999 mAh" }, { "count": 6, "label": "3000 - 3999 mAh", "value": "3000 - 3999 mAh" } ], "parameter": "Baterai" } ], "categoryId": "23" } ``` --- ### Related products related to one product - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:eraspace/related` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `sku` | string | query | yes | Product SKU (the `sku` field of a product or search response) | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:eraspace/related?sku=8100226831" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:eraspace/related?sku=8100226831", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:eraspace/related?sku=8100226831", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "sku": "SAM-GS26U-CON", "count": 8, "items": [ { "sku": "SAM-S26ULCM-CON", "url": "https://eraspace.com/eraspace/produk/samsung-s26-ultra-slim-magnet-case", "name": "Samsung S26 Ultra Slim Magnet Case", "price": 559300, "stock": 20, "colors": [ "Black", "Gray", "Light Blue", "Light Violet" ], "images": [ "/s/a/samsung_s26_ultra_slim_magnet_case_black_1.webp", "/s/a/samsung_s26_ultra_slim_magnet_case_black_2.webp", "/s/a/samsung_s26_ultra_slim_magnet_case_black_3.webp", "/s/a/samsung_s26_ultra_slim_magnet_case_black_4.webp", "/s/a/samsung_s26_ultra_slim_magnet_case_black_5.webp", "/s/a/samsung_s26_ultra_slim_magnet_case_black_6.webp" ], "rating": 5, "urlKey": "samsung-s26-ultra-slim-magnet-case", "inStock": true, "category": "Mobile Accessories/Casing", "priceMax": 799000, "priceMin": 799000, "isLimited": false, "listPrice": 799000, "productId": "345006", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_s26_ultra_slim_magnet_case_black_1.webp", "isPreorder": false, "reviewCount": 6 }, { "sku": "SAM-S26USCM-CON", "url": "https://eraspace.com/eraspace/produk/samsung-s26-ultra-silicone-magnet-case", "name": "Samsung S26 Ultra Silicone Magnet Case", "price": 419300, "stock": 25, "colors": [ "Black", "Blue Violet", "Coral Red", "Gray", "Light Blue", "White" ], "images": [ "/s/a/samsung_s26_ultra_silicone_magnet_case_black_1.webp", "/s/a/samsung_s26_ultra_silicone_magnet_case_black_2.webp", "/s/a/samsung_s26_ultra_silicone_magnet_case_black_3.webp", "/s/a/samsung_s26_ultra_silicone_magnet_case_black_4.webp", "/s/a/samsung_s26_ultra_silicone_magnet_case_black_5.webp", "/s/a/samsung_s26_ultra_silicone_magnet_case_black_6.webp" ], "rating": 5, "urlKey": "samsung-s26-ultra-silicone-magnet-case", "inStock": true, "category": "Mobile Accessories/Casing", "priceMax": 599000, "priceMin": 599000, "isLimited": false, "listPrice": 599000, "productId": "345007", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_s26_ultra_silicone_magnet_case_black_1.webp", "isPreorder": false, "reviewCount": 10 }, { "sku": "8100257903", "url": "https://eraspace.com/eraspace/produk/samsung-s26-ultra-clear-magnet-case", "name": "Samsung S26 Ultra Clear Magnet Case", "brand": "Samsung", "price": 349300, "stock": 5, "images": [ "/s/a/samsung_s26_ultra_clear_magnet_case_1.webp", "/s/a/samsung_s26_ultra_clear_magnet_case_2.webp", "/s/a/samsung_s26_ultra_clear_magnet_case_3.webp", "/s/a/samsung_s26_ultra_clear_magnet_case_4.webp", "/s/a/samsung_s26_ultra_clear_magnet_case_5.webp", "/s/a/samsung_s26_ultra_clear_magnet_case_6.webp" ], "urlKey": "samsung-s26-ultra-clear-magnet-case", "inStock": true, "category": "Mobile Accessories/Casing", "priceMax": 499000, "priceMin": 499000, "isLimited": false, "listPrice": 499000, "productId": "344887", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_s26_ultra_clear_magnet_case_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "8100257904", "url": "https://eraspace.com/eraspace/produk/samsung-s26-ultra-clear-case", "name": "Samsung S26 Ultra Clear Case", "brand": "Samsung", "price": 174300, "stock": 3, "images": [ "/s/a/samsung_s26_ultra_clear_case_1.webp", "/s/a/samsung_s26_ultra_clear_case_2.webp", "/s/a/samsung_s26_ultra_clear_case_3.webp", "/s/a/samsung_s26_ultra_clear_case_4.webp", "/s/a/samsung_s26_ultra_clear_case_5.webp", "/s/a/samsung_s26_ultra_clear_case_6.webp" ], "rating": 5, "urlKey": "samsung-s26-ultra-clear-case", "inStock": true, "category": "Mobile Accessories/Casing", "priceMax": 249000, "priceMin": 249000, "isLimited": false, "listPrice": 249000, "productId": "344888", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_s26_ultra_clear_case_1.webp", "isPreorder": false, "reviewCount": 3 }, { "sku": "8100257905", "url": "https://eraspace.com/eraspace/produk/samsung-s26-ultra-rugged-magnet-case-black", "name": "Samsung S26 Ultra Rugged Magnet Case - Black", "brand": "Samsung", "price": 559300, "stock": 0, "images": [ "/s/a/samsung_s26_ultra_rugged_magnet_case_black_1.webp", "/s/a/samsung_s26_ultra_rugged_magnet_case_black_2.webp", "/s/a/samsung_s26_ultra_rugged_magnet_case_black_3.webp", "/s/a/samsung_s26_ultra_rugged_magnet_case_black_4.webp", "/s/a/samsung_s26_ultra_rugged_magnet_case_black_5.webp", "/s/a/samsung_s26_ultra_rugged_magnet_case_black_6.webp" ], "rating": 5, "urlKey": "samsung-s26-ultra-rugged-magnet-case-black", "inStock": false, "category": "Mobile Accessories/Casing", "priceMax": 799000, "priceMin": 799000, "isLimited": false, "listPrice": 799000, "productId": "344889", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_s26_ultra_rugged_magnet_case_black_1.webp", "isPreorder": false, "reviewCount": 6 }, { "sku": "8100257906", "url": "https://eraspace.com/eraspace/produk/samsung-s26-ultra-capella-magnet-case-frost-black", "name": "Samsung S26 Ultra Capella Magnet Case - Frost Black", "brand": "Samsung", "price": 419300, "stock": 0, "images": [ "/s/a/samsung_s26_ultra_capella_magnet_case_frost_black_1.webp", "/s/a/samsung_s26_ultra_capella_magnet_case_frost_black_2.webp", "/s/a/samsung_s26_ultra_capella_magnet_case_frost_black_3.webp", "/s/a/samsung_s26_ultra_capella_magnet_case_frost_black_4.webp", "/s/a/samsung_s26_ultra_capella_magnet_case_frost_black_5.webp" ], "rating": 5, "urlKey": "samsung-s26-ultra-capella-magnet-case-frost-black", "inStock": false, "category": "Mobile Accessories/Casing", "priceMax": 599000, "priceMin": 599000, "isLimited": false, "listPrice": 599000, "productId": "344890", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_s26_ultra_capella_magnet_case_frost_black_1.webp", "isPreorder": false, "reviewCount": 4 }, { "sku": "8100257907", "url": "https://eraspace.com/eraspace/produk/samsung-s26-ultra-cronos-magnet-case-black", "name": "Samsung S26 Ultra Cronos Magnet Case - Black", "brand": "Samsung", "price": 419300, "stock": 0, "images": [ "/s/a/samsung_s26_ultra_cronos_magnet_case_black_1.webp", "/s/a/samsung_s26_ultra_cronos_magnet_case_black_2.webp", "/s/a/samsung_s26_ultra_cronos_magnet_case_black_3.webp", "/s/a/samsung_s26_ultra_cronos_magnet_case_black_4.webp", "/s/a/samsung_s26_ultra_cronos_magnet_case_black_5.webp" ], "rating": 5, "urlKey": "samsung-s26-ultra-cronos-magnet-case-black", "inStock": false, "category": "Mobile Accessories/Casing", "priceMax": 599000, "priceMin": 599000, "isLimited": false, "listPrice": 599000, "productId": "344891", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_s26_ultra_cronos_magnet_case_black_1.webp", "isPreorder": false, "reviewCount": 1 }, { "sku": "8100257908", "url": "https://eraspace.com/eraspace/produk/samsung-s26-ultra-fearless-magnet-case-blue", "name": "Samsung S26 Ultra Fearless Magnet Case - Blue", "brand": "Samsung", "price": 419300, "stock": 0, "images": [ "/s/a/samsung_s26_ultra_fearless_magnet_case_blue_1.webp", "/s/a/samsung_s26_ultra_fearless_magnet_case_blue_2.webp", "/s/a/samsung_s26_ultra_fearless_magnet_case_blue_3.webp", "/s/a/samsung_s26_ultra_fearless_magnet_case_blue_4.webp", "/s/a/samsung_s26_ultra_fearless_magnet_case_blue_5.webp" ], "rating": 5, "urlKey": "samsung-s26-ultra-fearless-magnet-case-blue", "inStock": false, "category": "Mobile Accessories/Casing", "priceMax": 599000, "priceMin": 599000, "isLimited": false, "listPrice": 599000, "productId": "344892", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/s/a/samsung_s26_ultra_fearless_magnet_case_blue_1.webp", "isPreorder": false, "reviewCount": 3 } ] } ``` --- ## Erigo **Category:** marketplace · **Slug:** `erigo` **Detail page:** https://zapi.ink/api/marketplace/erigo Erigo official apparel store — product detail from the official erigostore.co.id store. **Tags:** marketplace, ecommerce, product, indonesia ### Product Detail Full product detail from erigostore.co.id: price, stock, variants, specs, images and description. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:erigo/product` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `url` | string | query | yes | Product page URL on erigostore.co.id | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:erigo/product?url=https%3A%2F%2Ferigostore.co.id%2Fproducts%2Ferigo-flight-jacket-jovi-navy-unisex" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:erigo/product?url=https%3A%2F%2Ferigostore.co.id%2Fproducts%2Ferigo-flight-jacket-jovi-navy-unisex", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:erigo/product?url=https%3A%2F%2Ferigostore.co.id%2Fproducts%2Ferigo-flight-jacket-jovi-navy-unisex", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "sku": "00ERXG0054", "url": "https://erigostore.co.id/products/erigo-flight-jacket-jovi-navy-unisex", "name": "Erigo Flight Jacket Jovi Navy", "brand": "ERIGO", "price": 193000, "store": { "host": "erigostore.co.id", "name": "ERIGO" }, "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Xx2OPFdL-Flight-Jacket-Jovi-Navy-14.jpg?v=1750320496", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/IrRfjVkB-Flight-Jacket-Jovi-Navy-11.jpg?v=1750320496", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/bRSG6hOc-Flight-Jacket-Jovi-Navy-13.jpg?v=1750320496", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/hVZ9OTdf-M2R2TozV-Flight-Jacket-Jovi-Navy-1.jpg?v=1750320496", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/BLOWk3jZ-Flight-Jacket-Jovi-Navy-26.jpg?v=1750320496", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/d6JHLoDu-Flight-Jacket-Jovi-Navy-25.jpg?v=1750320496", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98r-lym55c1xkiko03.jpg?v=1750320496", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98x-lym55dkbh5uw7e.jpg?v=1750320496" ], "inStock": true, "options": [ { "name": "Size", "values": [ "S", "M", "L", "XL" ] } ], "category": "Flight Jacket", "currency": "IDR", "platform": "shopify", "priceMax": 193000, "priceMin": 193000, "variants": [ { "sku": "00ERXG0054", "name": "Erigo Flight Jacket Jovi Navy - S", "price": 193000, "options": [ "S" ], "available": false, "listPrice": 249000, "variantId": "49723090665785" }, { "sku": "00ERXG0055", "name": "Erigo Flight Jacket Jovi Navy - M", "price": 193000, "options": [ "M" ], "available": true, "listPrice": 249000, "variantId": "49723090698553" }, { "sku": "00ERXG0056", "name": "Erigo Flight Jacket Jovi Navy - L", "price": 193000, "options": [ "L" ], "available": false, "listPrice": 249000, "variantId": "49723090731321" }, { "sku": "00ERXG0057", "name": "Erigo Flight Jacket Jovi Navy - XL", "price": 193000, "options": [ "XL" ], "available": false, "listPrice": 249000, "variantId": "49723090764089" } ], "listPrice": 249000, "productId": "9588728791353", "isPreorder": false, "description": "Tidak kehilangan siluet klasik di tengah era modern. Ini adalah Erigo Flight Jacket yang jadi pelengkap outfit untuk lebih stylish. Tidak hanya stylish, jaket ini menunjang kenyamanan dengan bahan jaket yang terbuat dari taslan dan potongan regular-fit. Memiliki 3 saku fungsional yang makin membuat Erigo Flight Jacket nyaman dipakai sehari-hari.\n\n \n\n Highlights:\n\n - Regular-fit\n\n - Zipper full\n\n - Rib\n\n - Furing\n\n - 2 saku samping dengan snap button dan 1 saku hidden\n\n \n\n Bahan:\n\n Taslan\n\n \n\n Model:\n\n - Tinggi 185-186 cm\n\n - Berat 75 kg\n\n - Menggunakan Ukuran L\n\n *Detail size lihat pada slide gambar produk*\n\n *Toleransi setiap size 1-2 cm*\n\n \n\n Rawat outerwear ini dengan:\n\n - Setrika menggunakan suhu sedang, maksimal 150 °C\n\n - Cuci menggunakan air dengan suhu ruang\n\n - Jika menggunakan mesin cuci, gunakan putaran pengering dengan tekanan rendah\n\n - Jangan gunakan pemutih", "defaultImage": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Xx2OPFdL-Flight-Jacket-Jovi-Navy-14.jpg?v=1750320496", "descriptionHtml": "

Tidak kehilangan siluet klasik di tengah era modern. Ini adalah Erigo Flight Jacket yang jadi pelengkap outfit untuk lebih stylish. Tidak hanya stylish, jaket ini menunjang kenyamanan dengan bahan jaket yang terbuat dari taslan dan potongan regular-fit. Memiliki 3 saku fungsional yang makin membuat Erigo Flight Jacket nyaman dipakai sehari-hari.

\n


\n

Highlights:

\n

- Regular-fit

\n

- Zipper full

\n

- Rib

\n

- Furing

\n

- 2 saku samping dengan snap button dan 1 saku hidden

\n


\n

Bahan:

\n

Taslan

\n


\n

Model:

\n

- Tinggi 185-186 cm

\n

- Berat 75 kg

\n

- Menggunakan Ukuran L

\n

*Detail size lihat pada slide gambar produk*

\n

*Toleransi setiap size 1-2 cm*

\n


\n

Rawat outerwear ini dengan:

\n

- Setrika menggunakan suhu sedang, maksimal 150 °C

\n

- Cuci menggunakan air dengan suhu ruang

\n

- Jika menggunakan mesin cuci, gunakan putaran pengering dengan tekanan rendah

\n

- Jangan gunakan pemutih

" } ``` --- ### Products full product catalogue, paged - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:erigo/products` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `page` | number | query | no | Result page. Default 1 | | `limit` | number | query | no | Items per page. Default 50, max 250 (upstream cap) | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:erigo/products?page=1&limit=50" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:erigo/products?page=1&limit=50", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:erigo/products?page=1&limit=50", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 20, "items": [ { "url": "https://erigostore.co.id/products/erigo-progressive-tee-the-flag-white-kaos-unisex", "name": "Erigo Progressive Tee The Flag White - Kaos Unisex", "brand": "ERIGO", "price": 199000, "handle": "erigo-progressive-tee-the-flag-white-kaos-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/The_Flag_White_Cover.jpg?v=1765343259", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/PROGRESSIVE-TEE-THE-FLAG-WHITE_1.jpg?v=1765349411", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/PROGRESSIVE-TEE-THE-FLAG-WHITE_2.jpg?v=1765349411", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/PROGRESSIVE-TEE-THE-FLAG-WHITE_3.jpg?v=1765349411", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/PROGRESSIVE-TEE-THE-FLAG-WHITE_5.jpg?v=1765343322", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/PROGRESSIVE-TEE-THE-FLAG-WHITE_4.jpg?v=1765343316", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Size-Chart-T-Shirt_1.jpg?v=1765348300" ], "options": [ { "name": "Size", "values": [ "S", "M", "L", "XL", "XXL" ] } ], "category": "T-Shirt", "variants": [ { "sku": "00ERYA0408", "name": "S", "price": 199000, "available": true, "variantId": "51433424847161" }, { "sku": "00ERYA0409", "name": "M", "price": 199000, "available": true, "variantId": "51433424879929" }, { "sku": "00ERYA0410", "name": "L", "price": 199000, "available": true, "variantId": "51433424912697" }, { "sku": "00ERYA0411", "name": "XL", "price": 199000, "available": true, "variantId": "51433424945465" }, { "sku": "00ERYA0412", "name": "XXL", "price": 199000, "available": true, "variantId": "51433424978233" } ], "available": true, "productId": "10068493762873", "description": "Erigo memperkenalkan Progressive Tees: Joy In Motion, koleksi yang menggabungkan semangat kebebasan, energi, dan gaya hidup aktif dalam satu tampilan. Koleksi ini dirancang untuk mewakili joy, fun, happiness, sekaligus thrill dan excitement dari setiap aktivitas yang Anda lakukan. Terinspirasi dari gerakan urban dan aktivitas outdoor, Joy In Motion membawa energi positif dari gaya hidup Lifestyle – Athleisure – Activewear, menjadikannya pilihan ideal untuk Anda yang aktif, dinamis, dan berani tampil beda. Menggunakan material cotton premium dengan efek washed yang lembut dan ringan, kaos ini m", "publishedAt": "2025-12-10T13:50:02+07:00" }, { "url": "https://erigostore.co.id/products/erigo-progressive-tee-the-mota-white-kaos-unisex", "name": "Erigo Progressive Tee The Mota White - Kaos Unisex", "brand": "ERIGO", "price": 199000, "handle": "erigo-progressive-tee-the-mota-white-kaos-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/MotaWhiteCover.jpg?v=1765343229", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/PROGRESSIVE-TEE-THE-MOTA-WHITE_1.jpg?v=1765343330", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/PROGRESSIVE-TEE-THE-MOTA-WHITE_2.jpg?v=1765343331", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/PROGRESSIVE-TEE-THE-MOTA-WHITE_3.jpg?v=1765343332", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/PROGRESSIVE-TEE-THE-MOTA-WHITE_5.jpg?v=1765343323", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/PROGRESSIVE-TEE-THE-MOTA-WHITE_4.jpg?v=1765343315", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Size-Chart-T-Shirt_1.jpg?v=1765348300" ], "options": [ { "name": "Size", "values": [ "S", "M", "L", "XL", "XXL" ] } ], "category": "T-Shirt", "variants": [ { "sku": "00ERYA0413", "name": "S", "price": 199000, "available": true, "variantId": "51433403056441" }, { "sku": "00ERYA0414", "name": "M", "price": 199000, "available": true, "variantId": "51433403089209" }, { "sku": "00ERYA0415", "name": "L", "price": 199000, "available": true, "variantId": "51433403121977" }, { "sku": "00ERYA0416", "name": "XL", "price": 199000, "available": true, "variantId": "51433403154745" }, { "sku": "00ERYA0417", "name": "XXL", "price": 199000, "available": true, "variantId": "51433403187513" } ], "available": true, "productId": "10068491206969", "description": "Erigo memperkenalkan Progressive Tees: Joy In Motion, koleksi yang menggabungkan semangat kebebasan, energi, dan gaya hidup aktif dalam satu tampilan. Koleksi ini dirancang untuk mewakili joy, fun, happiness, sekaligus thrill dan excitement dari setiap aktivitas yang Anda lakukan. Terinspirasi dari gerakan urban dan aktivitas outdoor, Joy In Motion membawa energi positif dari gaya hidup Lifestyle – Athleisure – Activewear, menjadikannya pilihan ideal untuk Anda yang aktif, dinamis, dan berani tampil beda. Menggunakan material cotton premium dengan efek washed yang lembut dan ringan, kaos ini m", "publishedAt": "2025-12-10T13:33:25+07:00" }, { "url": "https://erigostore.co.id/products/erigo-t-shirt-yoshe-dark-blue-unisex", "name": "Erigo T-Shirt Yoshe Dark Blue Unisex", "brand": "ERIGO", "price": 91000, "handle": "erigo-t-shirt-yoshe-dark-blue-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98y-lx9mkntruwzx21.jpg?v=1750319460", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98p-lx9mkob95cj054.jpg?v=1750319460", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98o-lx9mkorwgz72f8.jpg?v=1750319460", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98y-lx9mkp9drehqb5.jpg?v=1750319460", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r992-lx9mkpkhb5ws5f.jpg?v=1750319460", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98y-lx9mkntruwzx21_66a84a30-64f0-4fb0-afaa-d82932d5ae78.jpg?v=1750319460", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98y-lx9mkntruwzx21_cae7cb69-ae0b-409d-9920-f49045bb4530.jpg?v=1750319460", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98y-lx9mkntruwzx21_c01138b7-ec48-4a75-8a02-9ea21c487f37.jpg?v=1750319460" ], "options": [ { "name": "Size", "values": [ "S", "M", "L", "XL", "XXL" ] } ], "category": "T-Shirt Japan Series", "variants": [ { "sku": "00ERXD0403", "name": "S", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98y-lx9mkntruwzx21_66a84a30-64f0-4fb0-afaa-d82932d5ae78.jpg?v=1750319460", "price": 91000, "available": false, "listPrice": 250000, "variantId": "49775040299321" }, { "sku": "00ERXD0404", "name": "M", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98y-lx9mkntruwzx21_cae7cb69-ae0b-409d-9920-f49045bb4530.jpg?v=1750319460", "price": 91000, "available": false, "listPrice": 250000, "variantId": "49775040332089" }, { "sku": "00ERXD0405", "name": "L", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98y-lx9mkntruwzx21_c01138b7-ec48-4a75-8a02-9ea21c487f37.jpg?v=1750319460", "price": 91000, "available": false, "listPrice": 250000, "variantId": "49775040364857" }, { "sku": "00ERXD0406", "name": "XL", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98y-lx9mkntruwzx21_35293478-93e6-4d2a-b24d-64f380897568.jpg?v=1750319460", "price": 91000, "available": true, "listPrice": 250000, "variantId": "49775040397625" }, { "sku": "00ERXD0407", "name": "XXL", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98y-lx9mkntruwzx21_7e5e7835-9986-46db-a3ef-46e5b2375f26.jpg?v=1750319460", "price": 91000, "available": false, "listPrice": 250000, "variantId": "49775040430393" } ], "available": true, "listPrice": 250000, "productId": "9610886316345", "description": "Mencari T-shirt dengan grafik yang timeless, bahan yang nyaman dan warna-warna versatile maka Japan T-shirt adalah jawabannya! Erigo Japan T-shirt menjadi basic outfit untuk segala kesempatan. Miliki beragam grafik dari Japan T-shirt Series untuk menemani outfit kasual sehari-hari. Highlights: Regular Fit Grafik Detail Bahan Baju: Cotton Combed 30s Sablon: Plastisol Model: Tinggi 185-186 cm Berat 75 kg Menggunakan Ukuran L *Detail size lihat pada slide gambar produk* *Toleransi setiap size 1-2 cm* Rawat T-shirt ini dengan: Setrika menggunakan suhu sedang, maksimal 150 °C (hindari bagian grafik", "publishedAt": "2025-10-01T15:47:27+07:00" }, { "url": "https://erigostore.co.id/products/erigo-coach-jacket-gentry-asphalt-unisex", "name": "Erigo Coach Jacket Gentry Asphalt", "brand": "ERIGO", "price": 193000, "handle": "erigo-coach-jacket-gentry-asphalt-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r992-lrfoua3pczfk30.jpg?v=1750319012", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98q-lrfoua7v6w7e33.jpg?v=1750319012", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98u-lrfoua7l7atm4d.jpg?v=1750319012", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98p-lrfoua856hbrc0.jpg?v=1750319012", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98w-lrfoua7v6vnbad.jpg?v=1750319013", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98z-lrfoua856h9l5f.jpg?v=1750319013", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r991-lrfoua6r8i4wf1.jpg?v=1750319013", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r992-lrfoua679bancf.jpg?v=1750319013" ], "options": [ { "name": "Size", "values": [ "S", "M", "L", "XL" ] } ], "category": "Coach Jacket Graphic", "variants": [ { "sku": "00ERVF0209", "name": "S", "price": 193000, "available": true, "listPrice": 500000, "variantId": "50130130698553" }, { "sku": "00ERVF0210", "name": "M", "price": 193000, "available": false, "listPrice": 500000, "variantId": "50130130731321" }, { "sku": "00ERVF0211", "name": "L", "price": 193000, "available": false, "listPrice": 500000, "variantId": "50130130764089" }, { "sku": "00ERVF0212", "name": "XL", "price": 193000, "available": false, "listPrice": 500000, "variantId": "50130130796857" } ], "available": true, "listPrice": 500000, "productId": "9697714995513", "description": "Jaket multifungsi yang memberi kenyamanan dengan gaya yang stylish. Menggunakan bahan taslan (waterproof), snap button untuk penutup jaket & lapisan furing pada bagian dalam. Dilengkapi 2 saku & tali serut di bagian bawah jaket. Erigo Coach Jacket akan membuat orang jatuh cinta, ditambah dengan gambar yang dicetak pada bagian depan & belakang, menggunakan sablon plastisol sehingga gambar pada Erigo Coach Jacket akan awet & tahan lama. Highlights: Zipper Snap Button Lapisan Furing 2 Saku di Bagian Bawah Tali Serut Bahan : Jaket: Taslan Sablon: Plastisol Model: Tinggi 185-186 cm Berat 75 kg Meng", "publishedAt": "2025-09-30T15:56:21+07:00" }, { "url": "https://erigostore.co.id/products/erigo-t-shirt-graphic-akaya-black", "name": "Erigo T-Shirt Graphic Akaya Black", "brand": "ERIGO", "price": 109000, "handle": "erigo-t-shirt-graphic-akaya-black", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98r-lz60gwm6jv1ae3.jpg?v=1750319542", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98z-lz60gwqcdru083.jpg?v=1750319543", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98v-lz60gwp8fe8udb.jpg?v=1750319543", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98v-lz60gwo4h0ed57.jpg?v=1750319543", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98r-lz60gwm6jv1ae3_068a781e-a910-4e2d-8cf6-fd69002d6b01.jpg?v=1750319543", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98r-lz60gwm6jv1ae3_16a8a22e-4785-4239-8b50-2ed511fe4b33.jpg?v=1750319543", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98r-lz60gwm6jv1ae3_a3011dd0-48fe-475a-a989-f14248112ac1.jpg?v=1750319543", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98r-lz60gwm6jv1ae3_a0e87911-5460-42bb-bb29-0da0788915bd.jpg?v=1750319543" ], "options": [ { "name": "Size", "values": [ "S", "M", "L", "XL", "XXL" ] } ], "category": "T-Shirt Graphic", "variants": [ { "sku": "00ERXC0207", "name": "S", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98r-lz60gwm6jv1ae3_068a781e-a910-4e2d-8cf6-fd69002d6b01.jpg?v=1750319543", "price": 109000, "available": true, "listPrice": 300000, "variantId": "49774809284921" }, { "sku": "00ERXF0150", "name": "M", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98r-lz60gwm6jv1ae3_16a8a22e-4785-4239-8b50-2ed511fe4b33.jpg?v=1750319543", "price": 109000, "available": false, "listPrice": 300000, "variantId": "49774809317689" }, { "sku": "00ERXF0151", "name": "L", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98r-lz60gwm6jv1ae3_a3011dd0-48fe-475a-a989-f14248112ac1.jpg?v=1750319543", "price": 109000, "available": false, "listPrice": 300000, "variantId": "49774809350457" }, { "sku": "00ERXF0152", "name": "XL", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98r-lz60gwm6jv1ae3_a0e87911-5460-42bb-bb29-0da0788915bd.jpg?v=1750319543", "price": 109000, "available": false, "listPrice": 300000, "variantId": "49774809383225" }, { "sku": "00ERXF0153", "name": "XXL", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98r-lz60gwm6jv1ae3_83fd893a-1502-4285-a477-80e7ba5fe9c4.jpg?v=1750319543", "price": 109000, "available": false, "listPrice": 300000, "variantId": "49774809415993" } ], "available": true, "listPrice": 300000, "productId": "9610777657657", "description": "Series DTF hadir dengan inovasi terbaru! Semakin nyaman dikenakan karena sekarang series DTF menggunakan cotton combed 30s yang lembut dan sejuk. T-shirt DTF kali ini didesain dengan potongan regular-fit sehingga semakin nyaman untuk beraktivitas. DTF Series memiliki banyak sekali pilihan grafik dengan berbagai tema. Bisa dipilih sesuai mood atau suasana! Highlights: - Regular-Fit - Sablon Depan & Belakang Bahan T-shirt: Cotton Combed 30s Sablon: DTF Detail size lihat pada slide gambar produk Toleransi setiap size 1-2 cm Rawat T-shirt DTF ini dengan: - Setrika menggunakan suhu sedang, maksimal", "publishedAt": "2025-09-30T15:56:21+07:00" }, { "url": "https://erigostore.co.id/products/erigo-relax-chino-pants-evander-light-khaky-celana-panjang-relax-unisex", "name": "Erigo Relax Chino Pants Evander Light Khaky - Celana Panjang Relax Unisex", "brand": "ERIGO", "price": 247000, "handle": "erigo-relax-chino-pants-evander-light-khaky-celana-panjang-relax-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/COVER_RELAX-CHINO-PANTS-EVANDER-LIGHT-KHAKY-01.jpg?v=1750318857", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rasc-m5axev46y1p2ae.jpg?v=1750318857", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rasm-m5axevkka4qq79.jpg?v=1750318857", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rash-m5axevxbreug26.jpg?v=1750318857", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rasg-m5axewbh6qqb4b.jpg?v=1750318857", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rase-m5axewpwll9k77.jpg?v=1750318857", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rasm-m5axeuijtpr1a5_77ee3e90-4cd4-4133-9ffe-157cdb17eb6b.jpg?v=1750318857", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rasm-m5axeuijtpr1a5_cc9fdbf9-9c0c-414b-805f-bda951a1995e.jpg?v=1750318857" ], "options": [ { "name": "Size", "values": [ "28", "30", "32", "34", "36", "38", "40" ] } ], "category": "Relax Chino Pants", "variants": [ { "sku": "00ERXJ0373", "name": "28", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rasm-m5axeuijtpr1a5_77ee3e90-4cd4-4133-9ffe-157cdb17eb6b.jpg?v=1750318857", "price": 247000, "available": false, "listPrice": 349000, "variantId": "50382318698809" }, { "sku": "00ERXJ0374", "name": "30", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rasm-m5axeuijtpr1a5_cc9fdbf9-9c0c-414b-805f-bda951a1995e.jpg?v=1750318857", "price": 247000, "available": false, "listPrice": 349000, "variantId": "50382318731577" }, { "sku": "00ERXJ0375", "name": "32", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rasm-m5axeuijtpr1a5_c69753e5-542c-4923-b9bb-251707a1af9b.jpg?v=1750318857", "price": 247000, "available": true, "listPrice": 349000, "variantId": "50382318764345" }, { "sku": "00ERXJ0376", "name": "34", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rasm-m5axeuijtpr1a5_edb8b2ef-00f1-4e8a-a181-6f3bf2c856ec.jpg?v=1750318857", "price": 247000, "available": false, "listPrice": 349000, "variantId": "50382318797113" }, { "sku": "00ERXJ0377", "name": "36", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rasm-m5axeuijtpr1a5_e35ca815-f6b5-4db7-af6b-f4e4fe170f8c.jpg?v=1750318857", "price": 247000, "available": false, "listPrice": 349000, "variantId": "50382318829881" }, { "sku": "00ERXJ0378", "name": "38", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rasm-m5axeuijtpr1a5_892bd565-9486-4733-8d34-a15ce6ad277c.jpg?v=1750318857", "price": 247000, "available": false, "listPrice": 349000, "variantId": "50382318862649" }, { "sku": "00ERXJ0379", "name": "40", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rasm-m5axeuijtpr1a5_c51d60ea-9183-4978-a55d-558bb7b3e61b.jpg?v=1750318857", "price": 247000, "available": false, "listPrice": 349000, "variantId": "50382318895417" } ], "available": true, "listPrice": 349000, "productId": "9764870979897", "description": "Banyak orang setuju bahwa fashion bicara soal kenyamanan. Maka dari itu Erigo Chino Relax Pants hadir ke permukaan, untuk menjadi sahabat sejati orang-orang yang sibuk akan aktivitas hariannya. Celana ini jawaban untuk semua urusan, pastikan untuk memiliki lebih dari satu karena kita yakin Erigo Chino Relax Pants akan jadi celana favorit semua orang! - Straight-fit - Zipper metal front fly - Bordir embro logo (E) untuk kesan lebih estetik - 4 Pocket; 2 saku samping (1 saku menggunakan zipper Jepang) dan 2 welt back pocket - Bahan nyaman untuk banyak aktivitas Bahan: Poly Spandex Model: - Tingg", "publishedAt": "2025-09-27T15:52:36+07:00" }, { "url": "https://erigostore.co.id/products/erigo-t-shirt-yagate-black-unisex", "name": "Erigo T-Shirt Yagate Black Unisex", "brand": "ERIGO", "price": 91000, "handle": "erigo-t-shirt-yagate-black-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r990-lx9mkme5yg8cb6.png?v=1750319465", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98u-lx9mklw4otuy40.jpg?v=1750319466", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r992-lx9mkmyp4em5cc.jpg?v=1750319466", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r990-lx9mkme5yg8cb6.jpg?v=1750319466", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98u-lx9mkld9gfwtb8.jpg?v=1750319466", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r990-lx9mknammxcrbd.jpg?v=1750319466" ], "options": [ { "name": "Size", "values": [ "S", "M", "L", "XL", "XXL" ] } ], "category": "T-Shirt Japan Series", "variants": [ { "sku": "00ERXD0378", "name": "S", "price": 91000, "available": true, "listPrice": 250000, "variantId": "49775039185209" }, { "sku": "00ERXD0379", "name": "M", "price": 91000, "available": false, "listPrice": 250000, "variantId": "49775039217977" }, { "sku": "00ERXD0380", "name": "L", "price": 91000, "available": false, "listPrice": 250000, "variantId": "49775039250745" }, { "sku": "00ERXD0381", "name": "XL", "price": 91000, "available": false, "listPrice": 250000, "variantId": "49775039283513" }, { "sku": "00ERXD0382", "name": "XXL", "price": 91000, "available": false, "listPrice": 250000, "variantId": "49775039316281" } ], "available": true, "listPrice": 250000, "productId": "9610886054201", "description": "Mencari T-shirt dengan grafik yang timeless, bahan yang nyaman dan warna-warna versatile maka Japan T-shirt adalah jawabannya! Erigo Japan T-shirt menjadi basic outfit untuk segala kesempatan. Miliki beragam grafik dari Japan T-shirt Series untuk menemani outfit kasual sehari-hari. Highlights: Regular Fit Grafik Detail Bahan Baju: Cotton Combed 30s Sablon: Plastisol Model: Tinggi 185-186 cm Berat 75 kg Menggunakan Ukuran L *Detail size lihat pada slide gambar produk* *Toleransi setiap size 1-2 cm* Rawat T-shirt ini dengan: Setrika menggunakan suhu sedang, maksimal 150 °C (hindari bagian grafik", "publishedAt": "2025-09-27T15:52:35+07:00" }, { "url": "https://erigostore.co.id/products/erigo-shirt-jacket-derriel-light-brown-unisex", "name": "Erigo Shirt Jacket Derriel Light Brown Unisex", "brand": "ERIGO", "price": 166000, "handle": "erigo-shirt-jacket-derriel-light-brown-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/COVER_DERRIEL_SHIRT_JACKET_LIGHT_BROWN.jpg?v=1750320474", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r992-lym5572outrcb1.jpg?v=1750320474", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98r-lym557my16ug4c.jpg?v=1750320474", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98y-lym5580twc0u30.jpg?v=1750320474", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r992-lym558b31v3h21_a80fb172-8db6-41d1-bf67-133ae2d1246f.jpg?v=1750320475" ], "options": [ { "name": "Size", "values": [ "S", "M", "L", "XL", "XXL" ] } ], "category": "Shacket (Shirt Jacket)", "variants": [ { "sku": "00ERXG0158", "name": "S", "price": 166000, "available": false, "listPrice": 229000, "variantId": "49723095515449" }, { "sku": "00ERXG0159", "name": "M", "price": 166000, "available": false, "listPrice": 229000, "variantId": "49723095548217" }, { "sku": "00ERXG0160", "name": "L", "price": 166000, "available": true, "listPrice": 229000, "variantId": "49723095580985" }, { "sku": "00ERXG0161", "name": "XL", "price": 166000, "available": false, "listPrice": 229000, "variantId": "49723095613753" }, { "sku": "00ERXG0162", "name": "XXL", "price": 166000, "available": false, "listPrice": 229000, "variantId": "49723095646521" } ], "available": true, "listPrice": 229000, "productId": "9588729938233", "description": "Produk yang dapat dikenakan menjadi sebuah jaket dan kemeja dalam waktu yang bersamaan. Erigo Shirt Jacket didesain untuk segala aktivitas, pakaian formal yang dapat dijadikan setelan kasual dalam waktu singkat. Terbuat dari bahan baby canvas yang pastinya akan sejuk dan nyaman saat digunakan. Terdapat saku yang akan memudahkan pengguna menaruh barang-barang kecil. Highlights: - Regular-fit - Kancing emboss - Detail contrast stitching (Bartack stitch) - 2 Saku lipit di bagian dada Bahan: Baby canvas Model: - Tinggi 185-186 cm - Berat 75 kg - Menggunakan Ukuran L *Detail size lihat pada slide g", "publishedAt": "2025-09-27T15:52:34+07:00" } ], "hasMore": true, "nextPage": 2, "totalData": null, "totalDataText": null } ``` --- ### Collections collections (categories), paged - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:erigo/collections` - **Cache TTL:** 3600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `page` | number | query | no | Result page. Default 1 | | `limit` | number | query | no | Items per page. Default 50, max 250 (upstream cap) | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:erigo/collections?page=1&limit=50" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:erigo/collections?page=1&limit=50", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:erigo/collections?page=1&limit=50", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 20, "items": [ { "url": "https://erigostore.co.id/collections/accessories", "name": "Aksesoris", "handle": "accessories", "updatedAt": "2026-06-06T22:07:18+07:00", "collectionId": "479030903097", "productCount": 73 }, { "url": "https://erigostore.co.id/collections/collection-all", "name": "All", "handle": "collection-all", "updatedAt": "2026-06-06T16:28:08+07:00", "collectionId": "463442870585", "productCount": 1371 }, { "url": "https://erigostore.co.id/collections/all-outerwear", "name": "All Outerwear", "handle": "all-outerwear", "updatedAt": "2026-06-06T16:49:46+07:00", "collectionId": "464460972345", "productCount": 28 }, { "url": "https://erigostore.co.id/collections/all-pants", "name": "All Pants", "handle": "all-pants", "updatedAt": "2026-06-06T16:49:44+07:00", "collectionId": "464459661625", "productCount": 110 }, { "url": "https://erigostore.co.id/collections/all-product", "name": "All Product", "handle": "all-product", "updatedAt": "2026-06-06T21:06:04+07:00", "collectionId": "476180349241", "productCount": 355 }, { "url": "https://erigostore.co.id/collections/all-shirt", "name": "All Shirt", "handle": "all-shirt", "updatedAt": "2026-06-06T16:49:45+07:00", "collectionId": "464460284217", "productCount": 99 }, { "url": "https://erigostore.co.id/collections/all-t-shirt", "name": "All T-Shirt", "handle": "all-t-shirt", "updatedAt": "2026-06-06T16:49:43+07:00", "collectionId": "464459202873", "productCount": 654 }, { "url": "https://erigostore.co.id/collections/atasan", "name": "Atasan", "handle": "atasan", "updatedAt": "2026-04-21T04:48:33+07:00", "collectionId": "482744795449", "productCount": 662 } ], "hasMore": true, "nextPage": 2, "totalData": null, "totalDataText": null } ``` --- ### Collection one collection's detail - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:erigo/collection` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `collection` | string | query | yes | Collection handle, or a collection URL | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:erigo/collection?collection=all" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:erigo/collection?collection=all", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:erigo/collection?collection=all", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "url": "https://erigostore.co.id/collections/accessories", "name": "Aksesoris", "handle": "accessories", "updatedAt": "2026-06-06T22:07:18+07:00", "publishedAt": "2024-07-23T11:28:20+07:00", "collectionId": "479030903097", "productCount": 73 } ``` --- ### Collection Products products inside one collection, paged - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:erigo/collection-products` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `collection` | string | query | yes | Collection handle, or a collection URL | | `page` | number | query | no | Result page. Default 1 | | `limit` | number | query | no | Items per page. Default 50, max 250 (upstream cap) | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:erigo/collection-products?collection=all&page=1&limit=50" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:erigo/collection-products?collection=all&page=1&limit=50", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:erigo/collection-products?collection=all&page=1&limit=50", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 12, "items": [ { "url": "https://erigostore.co.id/products/erigo-tote-bag-preston-khaki-army-unisex", "name": "Erigo Tote Bag Preston Khaki Army", "brand": "ERIGO", "price": 235000, "handle": "erigo-tote-bag-preston-khaki-army-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/TOTEBAG-PRESTON-KHAKI-ARMY6.jpg?v=1750319873", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/EU4rLRX0-TOTEBAG-PRESTON-KHAKI-ARMY.jpg?v=1750319873", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/TOTEBAG-PRESTON-KHAKI-ARMY7.jpg?v=1750319873", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/TOTEBAG-PRESTON-KHAKI-ARMY1.jpg?v=1750319873", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/TOTEBAG-PRESTON-KHAKI-ARMY3.jpg?v=1750319873", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/TOTEBAG-PRESTON-KHAKI-ARMY4.jpg?v=1750319873", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/TOTEBAG-PRESTON-KHAKI-ARMY2.jpg?v=1750319874", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98p-lxnk5d5x2sgd9a.jpg?v=1750319874" ], "options": [ { "name": "Size", "values": [ "AS" ] } ], "category": "Totebag Street/College", "variants": [ { "sku": "00ERXF0171", "name": "AS", "price": 235000, "available": true, "listPrice": 229000, "variantId": "49767265435961" } ], "available": true, "listPrice": 229000, "productId": "9608348598585", "description": "Tote Bag Preston akan jadi tas ideal untuk penggunaan sehari-hari. Memiliki ruang yang luas, cukup untuk semua kebutuhan dalam 1 tas. Memiliki ruang khusus yang dapat memuat laptop sampai ukuran 14 inch. Terdapat juga kompartemen lainnya yang dapat memuat botol minum, dompet, handphone, buku dan barang-barang kecil seperti kunci atau headset. Tote Bag Preston dilengkapi dengan tali panjang yang dapat dilepas pasang, agar pengguna dapat menyesuaikan style yang lebih santai dan nyaman saat digunakan. Highlights: 1 Saku Utama 1 Saku Depan Dengan Resleting 2 Saku Samping 1 Laptop Kompartemen Denga", "publishedAt": "2025-08-18T15:36:31+07:00" }, { "url": "https://erigostore.co.id/products/erigo-tote-bag-preston-black-khaki-unisex", "name": "Erigo Tote Bag Preston Black Khaki", "brand": "ERIGO", "price": 235000, "handle": "erigo-tote-bag-preston-black-khaki-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/TOTEBAG-PRESTON-BLACK-KHAKI4.jpg?v=1750319876", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/TOTEBAG-PRESTON-BLACK-KHAKI1.jpg?v=1750319876", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/TOTEBAG-PRESTON-BLACK-KHAKI2.jpg?v=1750319876", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/mLV20ps2-TOTEBAG-PRESTON-BLACK-KHAKI_c2c8a093-0295-4635-8c90-d6bb26138e63.jpg?v=1750319876", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/TOTEBAG-PRESTON-BLACK-KHAKI6.jpg?v=1750319876", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/TOTEBAG-PRESTON-BLACK-KHAKI5.jpg?v=1750319876", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r991-lxnk5b5s0cpn85.jpg?v=1750319876", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98s-lxnk59ny74p9a9.jpg?v=1750319876" ], "options": [ { "name": "Size", "values": [ "AS" ] } ], "category": "Totebag Street/College", "variants": [ { "sku": "00ERXF0170", "name": "AS", "price": 235000, "available": true, "listPrice": 229000, "variantId": "49767265009977" } ], "available": true, "listPrice": 229000, "productId": "9608348434745", "description": "Tote Bag Preston akan jadi tas ideal untuk penggunaan sehari-hari. Memiliki ruang yang luas, cukup untuk semua kebutuhan dalam 1 tas. Memiliki ruang khusus yang dapat memuat laptop sampai ukuran 14 inch. Terdapat juga kompartemen lainnya yang dapat memuat botol minum, dompet, handphone, buku dan barang-barang kecil seperti kunci atau headset. Tote Bag Preston dilengkapi dengan tali panjang yang dapat dilepas pasang, agar pengguna dapat menyesuaikan style yang lebih santai dan nyaman saat digunakan. Highlights: 1 Saku Utama 1 Saku Depan Dengan Resleting 2 Saku Samping 1 Laptop Kompartemen Denga", "publishedAt": "2025-09-10T15:44:57+07:00" }, { "url": "https://erigostore.co.id/products/erigo-tote-bag-derby-navy-khaki-unisex", "name": "Erigo Tote Bag Derby Navy Khaki", "brand": "ERIGO", "price": 235000, "handle": "erigo-tote-bag-derby-navy-khaki-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/LdhzTMkp-TOTEBAG-DERBY-NAVY-KHAKI.jpg?v=1750319875", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98q-lxnk5ceq6l2m5a.jpg?v=1750319875", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98v-lxnk5bzqsi7e89.jpg?v=1750319875", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/TOTEBAG-DERBY-NAVY-KHAKI2.jpg?v=1750319875", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/TOTEBAG-DERBY-NAVY-KHAKI3.jpg?v=1750319875", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98p-lxnk5bnjad7f53_058f3d2a-3766-43a5-bcee-6af24a993208.jpg?v=1750319875", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r992-lxnk5dbgunvfd9.jpg?v=1750319875", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Care_Label.jpg?v=1752570173" ], "options": [ { "name": "Size", "values": [ "AS" ] } ], "category": "Totebag Street/College", "variants": [ { "sku": "00ERXF0169", "name": "AS", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98p-lxnk5bnjad7f53_058f3d2a-3766-43a5-bcee-6af24a993208.jpg?v=1750319875", "price": 235000, "available": true, "listPrice": 219000, "variantId": "49767265075513" } ], "available": true, "listPrice": 219000, "productId": "9608348500281", "description": "Tote Bag Derby akan jadi tas ideal untuk penggunaan sehari-hari. Memiliki ruang yang luas, cukup untuk semua kebutuhan dalam 1 tas. Memiliki ruang khusus yang dapat memuat laptop sampai ukuran 14 inch. Terdapat juga kompartemen lainnya yang dapat memuat botol minum, dompet, handphone dan buku. Tote Bag Derby Memiliki double handle agar pengguna dapat membawa tas dengan cara ditenteng atau digantung pada bahu. Selain itu, tas ini dilengkapi dengan tali panjang yang dapat dilepas pasang, agar pengguna dapat menyesuaikan style yang lebih santai dan nyaman saat digunakan. Highlights: 1 Saku Utama ", "publishedAt": "2024-11-25T11:35:30+07:00" }, { "url": "https://erigostore.co.id/products/erigo-tote-bag-miuccia-maroon-unisex-1", "name": "Erigo Tote Bag Miuccia Maroon Unisex", "brand": "ERIGO", "price": 147000, "handle": "erigo-tote-bag-miuccia-maroon-unisex-1", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98x-lrfosxt4170jb4_144d0076-b4f2-40e7-855a-ccfb91680f86.jpg?v=1750319872", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98s-lrfosxwfwbfoff_dc1072c0-da45-42e8-94ba-4e445f96a98f.jpg?v=1750319872", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98z-lrfosxwpxbt0a0_5f20e6f3-daee-40c0-833d-d665f9df76bc.jpg?v=1750319872", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98p-lrfosxy3tvr6a3_1f82d2c6-8b59-40c3-b0fa-ba21d3401019.jpg?v=1750319872", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98x-lrfosxt4170jb4_3dbfb589-5253-48e5-a9d7-617368450a72.jpg?v=1750319872" ], "options": [ { "name": "Size", "values": [ "AS" ] } ], "category": "Tote Bag", "variants": [ { "sku": "00ERVG0149", "name": "AS", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7r98x-lrfosxt4170jb4_3dbfb589-5253-48e5-a9d7-617368450a72.jpg?v=1750319872", "price": 147000, "available": true, "listPrice": 250000, "variantId": "49767277166905" } ], "available": true, "listPrice": 250000, "productId": "9608350236985", "description": "Erigo Tote Bag siap jadi teman kemana saja! Menggunakan bahan canvas yang dilengkapi furing pada lapisan dalam. Memiliki ruang yang luas untuk barang-barang penting, tas yang cocok digunakan setiap hari karena ringan & stylish. *Detail size lihat pada slide gambar produk* Toleransi size 1-2 cm", "publishedAt": "2024-11-25T11:37:13+07:00" }, { "url": "https://erigostore.co.id/products/erigo-daypack-oxford-black-khaki-unisex", "name": "Erigo Daypack Oxford Black Khaki", "brand": "ERIGO", "price": 237000, "handle": "erigo-daypack-oxford-black-khaki-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Daypack-Oxford-Black-Khaki-2.jpg?v=1750319914", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Daypack-Oxford-Black-Khaki-3_77bb88ee-1475-49bc-8f93-c3eb1287ee36.jpg?v=1750319914", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Daypack-Oxford-Black-Khaki-4.jpg?v=1750319914", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Daypack-Oxford-Black-Khaki-7.jpg?v=1750319914", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Daypack-Oxford-Black-Khaki-1.jpg?v=1750319915", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Daypack-Oxford-Black-Khaki-6.jpg?v=1750319915", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Daypack-Oxford-Black-Khaki-5.jpg?v=1750319915", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134207-7r98z-lxj3z87gtsx889_ff299f3b-b736-47c1-b950-97d4afa35088.jpg?v=1750319915" ], "options": [ { "name": "Size", "values": [ "AS" ] } ], "category": "Daypack College", "variants": [ { "sku": "00ERXF0076", "name": "AS", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134207-7r98z-lxj3z87gtsx889_ff299f3b-b736-47c1-b950-97d4afa35088.jpg?v=1750319915", "price": 237000, "available": true, "listPrice": 249000, "variantId": "49767190200633" } ], "available": true, "listPrice": 249000, "productId": "9608340537657", "description": "Daypack Oxford menjadi pilihan utama untuk upgrade Daypack yang sudah usang! Cocok digunakan sehari-hari karena menggunakan bahan berkualitas sehingga awet dan kuat. Didesain dengan ukuran 20L yang cukup untuk membawa barang harian seperti laptop, buku, pouch, dan barang lainnya. Pergi travelling, jalan-jalan di perkotaan, sekolah, WFH sambil nongkrong atau kuliah, semua bisa menggunakan Daypack Oxford! Highlights: 1 Saku Depan Dengan Resleting 1 Saku Utama 1 Saku Samping di Bagian Dalam Kompartemen Laptop di Bagian Dalam Bahan: Nylon Ribstop Size: 42 cm x 28 cm x 12 cm *Detail size lihat pada", "publishedAt": "2025-09-09T15:49:08+07:00" }, { "url": "https://erigostore.co.id/products/erigo-daypack-oxford-khaki-army-unisex", "name": "Erigo Daypack Oxford Khaki Army", "brand": "ERIGO", "price": 237000, "handle": "erigo-daypack-oxford-khaki-army-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Daypack-Oxford-Khaki-Army-2.jpg?v=1750319913", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Daypack-Oxford-Khaki-Army-5.jpg?v=1750319913", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Daypack-Oxford-Khaki-Army-6.jpg?v=1750319913", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Daypack-Oxford-Khaki-Army-3.jpg?v=1750319913", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Daypack-Oxford-Khaki-Army-4.jpg?v=1750319913", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Daypack-Oxford-Khaki-Army-1.jpg?v=1750319913", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Daypack-Oxford-Khaki-Army-7.jpg?v=1750319913", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134207-7r98x-lxj3z87gv7ho0a.jpg?v=1750319913" ], "options": [ { "name": "Size", "values": [ "AS" ] } ], "category": "Daypack College", "variants": [ { "sku": "00ERXF0077", "name": "AS", "price": 237000, "available": true, "listPrice": 249000, "variantId": "49767190266169" } ], "available": true, "listPrice": 249000, "productId": "9608340570425", "description": "Daypack Oxford menjadi pilihan utama untuk upgrade Daypack yang sudah usang! Cocok digunakan sehari-hari karena menggunakan bahan berkualitas sehingga awet dan kuat. Didesain dengan ukuran 20L yang cukup untuk membawa barang harian seperti laptop, buku, pouch, dan barang lainnya. Pergi travelling, jalan-jalan di perkotaan, sekolah, WFH sambil nongkrong atau kuliah, semua bisa menggunakan Daypack Oxford! Highlights: 1 Saku Depan Dengan Resleting 1 Saku Utama 1 Saku Samping di Bagian Dalam Kompartemen Laptop di Bagian Dalam Bahan: Nylon Ripbstop Size: 42 cm x 28 cm x 12 cm *Detail size lihat pad", "publishedAt": "2025-02-07T16:13:07+07:00" }, { "url": "https://erigostore.co.id/products/erigo-snapback-caps-myogi-olive", "name": "Erigo Snapback Caps Myogi Olive", "brand": "ERIGO", "price": 141000, "handle": "erigo-snapback-caps-myogi-olive", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7ras8-m15asx8o816qc0.jpg?v=1750319193", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rasi-m15asxndmigy57.jpg?v=1750319193", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rasc-m15asy6su3wid2.jpg?v=1750319194", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rasa-m15aswt4uscf9b.jpg?v=1750319194", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Care_Label.jpg?v=1752570173" ], "options": [ { "name": "Size", "values": [ "AS" ] } ], "category": "Snapback", "variants": [ { "sku": "00ERXG0447", "name": "AS", "price": 141000, "available": true, "listPrice": 159000, "variantId": "50021236310329" } ], "available": true, "listPrice": 159000, "productId": "9675215536441", "description": "Pelengkap gaya kasual ada di sini! Erigo Cap didesain simple dan menarik, memiliki strap yang dapat disesuaikan dengan ukuran kepala pengguna. Memiliki Erigo Cap adalah cara terbaik terlindung dari terik matahari dengan gaya. Erigo Cap memiliki 2 pilihan warna versatile dan 4 desain yang minimalis. Highlights: - Backstrap yang dapat disesuaikan - Logo print HD - Fuse tape pada bagian dalam Bahan - Poly twill Ukuran: As *Detail size lihat pada slide gambar produk* *Toleransi setiap size 1-2 cm*", "publishedAt": "2025-08-27T15:43:08+07:00" }, { "url": "https://erigostore.co.id/products/erigo-snapback-caps-senjo-black", "name": "Erigo Snapback Caps Senjo Black", "brand": "ERIGO", "price": 141000, "handle": "erigo-snapback-caps-senjo-black", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rasf-m15asx66bpf4de.jpg?v=1750319192", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rasf-m15asxk1re96e4.jpg?v=1750319192", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rash-m15asy053u2qac.jpg?v=1750319192", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rasc-m15aswusscfe4f.jpg?v=1750319192", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Care_Label.jpg?v=1752570173" ], "options": [ { "name": "Size", "values": [ "AS" ] } ], "category": "Snapback", "variants": [ { "sku": "00ERXG0444", "name": "AS", "price": 141000, "available": true, "listPrice": 159000, "variantId": "50021236343097" } ], "available": true, "listPrice": 159000, "productId": "9675215569209", "description": "Pelengkap gaya kasual ada di sini! Erigo Cap didesain simple dan menarik, memiliki strap yang dapat disesuaikan dengan ukuran kepala pengguna. Memiliki Erigo Cap adalah cara terbaik terlindung dari terik matahari dengan gaya. Erigo Cap memiliki 2 pilihan warna versatile dan 4 desain yang minimalis. Highlights: - Backstrap yang dapat disesuaikan - Logo woven label - Fuse tape pada bagian dalam Bahan - Poly twill Ukuran: As *Detail size lihat pada slide gambar produk* *Toleransi setiap size 1-2 cm*", "publishedAt": "2025-09-09T15:49:12+07:00" } ], "hasMore": false, "nextPage": null, "totalData": null, "collection": "accessories", "totalDataText": null } ``` --- ### Search search products, collections and query suggestions - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:erigo/search` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `query` | string | query | yes | Search keyword | | `limit` | number | query | no | Results per resource. Default 10, max 10 (upstream cap) | | `types` | string | query | no | Comma list of what to return: product, collection, query (autocomplete terms). Default product | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:erigo/search?query=jacket&limit=10&types=product%2Ccollection%2Cquery" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:erigo/search?query=jacket&limit=10&types=product%2Ccollection%2Cquery", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:erigo/search?query=jacket&limit=10&types=product%2Ccollection%2Cquery", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 3, "items": [ { "url": "https://erigostore.co.id/products/erigo-flight-jacket-jovi-navy-unisex", "name": "Erigo Flight Jacket Jovi Navy", "brand": "ERIGO", "price": 193000, "handle": "erigo-flight-jacket-jovi-navy-unisex", "category": "Flight Jacket", "priceMax": 193000, "priceMin": 193000, "available": true, "listPrice": 249000, "productId": "9588728791353", "description": "Tidak kehilangan siluet klasik di tengah era modern. Ini adalah Erigo Flight Jacket yang jadi pelengkap outfit untuk lebih stylish. Tidak hanya stylish, jaket ini menunjang kenyamanan dengan bahan jaket yang terbuat dari taslan dan potongan regular-fit. Memiliki 3 saku fungsional yang makin membuat Erigo Flight Jacket nyaman dipakai sehari-hari. Highlights: - Regular-fit - Zipper full - Rib - Furing - 2 saku samping dengan snap button dan 1 saku hidden Bahan: Taslan Model: - Tinggi 185-186 cm - Berat 75 kg - Menggunakan Ukuran L *Detail size lihat pada slide gambar produk* *Toleransi setiap si", "defaultImage": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Xx2OPFdL-Flight-Jacket-Jovi-Navy-14.jpg?v=1750320496" }, { "url": "https://erigostore.co.id/products/erigo-ultra-lightweight-jacket-neron-navy-jaket-ultra-light-weight-unisex", "name": "Erigo Ultra Light Weight Jacket Neron Navy - Jaket Ultra Light Weight Unisex", "brand": "ERIGO", "price": 273000, "handle": "erigo-ultra-lightweight-jacket-neron-navy-jaket-ultra-light-weight-unisex", "category": "Ultra Lightweight Jacket", "priceMax": 273000, "priceMin": 273000, "available": true, "listPrice": 379000, "productId": "9896953938233", "description": "Ditengah cuaca yang gak pasti, harus selalu siap sedia outer yang ngerti padatnya kegiatan kamu. Erigo Ultra Light Jacket adalah outer yang tepat untuk jadi partner sehari-hari. Jaket ini ringan, hangat dan memiliki banyak saku untuk barang-barang kamu, dapat dilipat menjadi kecil sehingga kamu tidak perlu repot membawa tas yang besar saat bepergian. - Regular-fit - Terdapat pouch untuk menaruh jaket saat dilipat - Multifungsi untuk setiap aktivitas - Terdapat 4 saku dan 1 pouch Bahan: Nylon Spandex *Detail size lihat pada slide gambar produk* *Toleransi setiap size 1-2 cm*", "defaultImage": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/NERON-LIGHT-WEIGHT-JACKET-NAVY-copy-3-100.jpg?v=1750318466" }, { "url": "https://erigostore.co.id/products/erigo-ultra-lightweight-jacket-narve-black-jaket-ultra-light-weight-unisex", "name": "Erigo Ultra Light Weight Jacket Narve Black - Jaket Ultra Light Weight Unisex", "brand": "ERIGO", "price": 273000, "handle": "erigo-ultra-lightweight-jacket-narve-black-jaket-ultra-light-weight-unisex", "category": "Ultra Lightweight Jacket", "priceMax": 273000, "priceMin": 273000, "available": true, "listPrice": 379000, "productId": "9896954069305", "description": "Ditengah cuaca yang gak pasti, harus selalu siap sedia outer yang ngerti padatnya kegiatan kamu. Erigo Ultra Light Jacket adalah outer yang tepat untuk jadi partner sehari-hari. Jaket ini ringan, hangat dan memiliki banyak saku untuk barang-barang kamu, dapat dilipat menjadi kecil sehingga kamu tidak perlu repot membawa tas yang besar saat bepergian. - Regular-fit - Terdapat pouch untuk menaruh jaket saat dilipat - Multifungsi untuk setiap aktivitas - Terdapat 4 saku dan 1 pouch Bahan: Nylon Spandex *Detail size lihat pada slide gambar produk* *Toleransi setiap size 1-2 cm*", "defaultImage": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/NARVE-LIGHT-WEIGHT-JACKET-BLACK-100.jpg?v=1750318458" } ], "query": "jacket", "collections": [ { "url": "https://erigostore.co.id/collections/shirt-jacket?_pos=1&_psq=jacket&_psid=348c2eef1&_ss=e", "name": "Shirt Jacket", "handle": "shirt-jacket", "collectionId": "482748727609" }, { "url": "https://erigostore.co.id/collections/flight-jacket?_pos=2&_psq=jacket&_psid=348c2eef1&_ss=e", "name": "Flight Jacket", "handle": "flight-jacket", "collectionId": "482449228089" }, { "url": "https://erigostore.co.id/collections/parka-jacket?_pos=3&_psq=jacket&_psid=348c2eef1&_ss=e", "name": "Parka Jacket", "handle": "parka-jacket", "collectionId": "476551283001" } ], "suggestions": [ { "url": "https://erigostore.co.id/search?q=jacket&_pos=1&_psq=jacket&_psid=348c2eef1&_ss=e", "text": "jacket" }, { "url": "https://erigostore.co.id/search?q=denim+jacket&_pos=2&_psq=jacket&_psid=348c2eef1&_ss=e", "text": "denim jacket" }, { "url": "https://erigostore.co.id/search?q=ultra+light+jacket&_pos=3&_psq=jacket&_psid=348c2eef1&_ss=e", "text": "ultra light jacket" }, { "url": "https://erigostore.co.id/search?q=erigo+denim+jacket&_pos=4&_psq=jacket&_psid=348c2eef1&_ss=e", "text": "erigo denim jacket" } ] } ``` --- ### Related related products for one product - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:erigo/related` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `productId` | string | query | yes | Numeric product id (the `productId` field of a product response) | | `limit` | number | query | no | How many related products. Default 10, max 10 | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:erigo/related?productId=10068493762873&limit=10" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:erigo/related?productId=10068493762873&limit=10", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:erigo/related?productId=10068493762873&limit=10", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 10, "items": [ { "url": "https://erigostore.co.id/products/erigo-progressive-tee-the-mota-white-kaos-unisex", "name": "Erigo Progressive Tee The Mota White - Kaos Unisex", "brand": "ERIGO", "price": 199000, "handle": "erigo-progressive-tee-the-mota-white-kaos-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/MotaWhiteCover.jpg?v=1765343229", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/PROGRESSIVE-TEE-THE-MOTA-WHITE_1.jpg?v=1765343330", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/PROGRESSIVE-TEE-THE-MOTA-WHITE_2.jpg?v=1765343331", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/PROGRESSIVE-TEE-THE-MOTA-WHITE_3.jpg?v=1765343332", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/PROGRESSIVE-TEE-THE-MOTA-WHITE_5.jpg?v=1765343323", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/PROGRESSIVE-TEE-THE-MOTA-WHITE_4.jpg?v=1765343315", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/Size-Chart-T-Shirt_1.jpg?v=1765348300" ], "options": [ { "name": "Size", "values": [ "S", "M", "L", "XL", "XXL" ] } ], "category": "T-Shirt", "priceMax": 199000, "priceMin": 199000, "variants": [ { "sku": "00ERYA0413", "name": "S", "price": 199000, "options": [ "S" ], "available": true, "variantId": "51433403056441" }, { "sku": "00ERYA0414", "name": "M", "price": 199000, "options": [ "M" ], "available": true, "variantId": "51433403089209" }, { "sku": "00ERYA0415", "name": "L", "price": 199000, "options": [ "L" ], "available": true, "variantId": "51433403121977" }, { "sku": "00ERYA0416", "name": "XL", "price": 199000, "options": [ "XL" ], "available": true, "variantId": "51433403154745" }, { "sku": "00ERYA0417", "name": "XXL", "price": 199000, "options": [ "XXL" ], "available": true, "variantId": "51433403187513" } ], "available": true, "listPrice": 0, "productId": "10068491206969", "description": "Erigo memperkenalkan Progressive Tees: Joy In Motion, koleksi yang menggabungkan semangat kebebasan, energi, dan gaya hidup aktif dalam satu tampilan. Koleksi ini dirancang untuk mewakili joy, fun, happiness, sekaligus thrill dan excitement dari setiap aktivitas yang Anda lakukan. Terinspirasi dari gerakan urban dan aktivitas outdoor, Joy In Motion membawa energi positif dari gaya hidup Lifestyle – Athleisure – Activewear, menjadikannya pilihan ideal untuk Anda yang aktif, dinamis, dan berani tampil beda. Menggunakan material cotton premium dengan efek washed yang lembut dan ringan, kaos ini m", "publishedAt": "2025-12-10T13:33:25+07:00", "defaultImage": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/MotaWhiteCover.jpg?v=1765343229" }, { "url": "https://erigostore.co.id/products/erigo-active-tees-vizy-black-kaos-jersey-unisex", "name": "Erigo Active Tees Vizy Black - Kaos Jersey Unisex", "brand": "ERIGO", "price": 116000, "handle": "erigo-active-tees-vizy-black-kaos-jersey-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0ws71v42rc5.jpg?v=1753688258", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0s-mcq0ws6rvk0oe8.jpg?v=1753688260", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0h-mcq0ws183od4f4.jpg?v=1753688263", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0i-mcq0ws2m1na052.jpg?v=1753688268", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0o-mcq0wre71dtj09_158a176e-a9e3-4378-b64f-921631d53e8a.jpg?v=1753688270", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0ws71v42rc5_33525306-d568-4c82-a09b-7beaf8881fe7.jpg?v=1753688273", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0ws71v42rc5_2f172bd0-9acf-419a-a4e6-c77e98e05cb4.jpg?v=1753688275", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0ws71v42rc5_5d6dcea4-05fa-4792-b577-cbdc061ca8dd.jpg?v=1753688277" ], "options": [ { "name": "Size", "values": [ "S", "M", "L", "XL", "XXL" ] } ], "category": "Active Tees", "priceMax": 116000, "priceMin": 116000, "variants": [ { "sku": "00ERYE0035", "name": "S", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0ws71v42rc5_33525306-d568-4c82-a09b-7beaf8881fe7.jpg?v=1753688273", "price": 116000, "options": [ "S" ], "available": false, "listPrice": 199000, "variantId": "51025611260217" }, { "sku": "00ERYE0036", "name": "M", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0ws71v42rc5_2f172bd0-9acf-419a-a4e6-c77e98e05cb4.jpg?v=1753688275", "price": 116000, "options": [ "M" ], "available": true, "listPrice": 199000, "variantId": "51025611292985" }, { "sku": "00ERYE0037", "name": "L", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0ws71v42rc5_5d6dcea4-05fa-4792-b577-cbdc061ca8dd.jpg?v=1753688277", "price": 116000, "options": [ "L" ], "available": true, "listPrice": 199000, "variantId": "51025611325753" }, { "sku": "00ERYE0038", "name": "XL", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0ws71v42rc5_5ed68f55-de4e-4631-9fc0-d4ac4f2dd3fc.jpg?v=1753688279", "price": 116000, "options": [ "XL" ], "available": true, "listPrice": 199000, "variantId": "51025611358521" }, { "sku": "00ERYE0039", "name": "XXL", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0ws71v42rc5_bda20ff3-1e12-46f7-8bea-f995355f3095.jpg?v=1753688281", "price": 116000, "options": [ "XXL" ], "available": true, "listPrice": 199000, "variantId": "51025611391289" } ], "available": true, "listPrice": 199000, "productId": "9936017391929", "description": "Hidup emang banyak drama, tapi activewear kamu jangan. Kenalin ini adalah Erigo Active Tees, didesain untuk kamu yang cari kenyamanan saat olahraga. Bahannya super ringan, gerak aktif kaya gimana pun kamu bakalan tetep fokus! - Regular-fit: buat gerak lebih fleksibel - Bentuk asimetris pada bagian bawa baju - Sablon “E” HD Bahan: Poly Spandex Model: - Tinggi 185-186 cm - Berat 75 kg - Menggunakan Ukuran XL *Detail size lihat pada slide gambar produk* *Toleransi setiap size 1-2 cm* Rawat T-shirt ini dengan: - Cuci menggunakan air dengan suhu ruang - Jika menggunakan mesin cuci, gunakan putaran ", "publishedAt": "2025-07-28T14:37:32+07:00", "defaultImage": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0ws71v42rc5.jpg?v=1753688258" }, { "url": "https://erigostore.co.id/products/erigo-active-tees-valyz-blue-kaos-jersey-unisex", "name": "Erigo Active Tees Valyz Blue - Kaos Jersey Unisex", "brand": "ERIGO", "price": 116000, "handle": "erigo-active-tees-valyz-blue-kaos-jersey-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0wt6uerzr92.jpg?v=1753688264", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0m-mcq0wt9mao9v86.jpg?v=1753688267", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0k-mcq0wt1um2vs37.jpg?v=1753688270", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0r-mcq0wt3skn4o33.jpg?v=1753688272", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0o-mcq0wre71dtj09_f7593922-852f-4f2c-9df4-d4c4061244e8.jpg?v=1753688273", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0wt6uerzr92_7ad34a6a-d6b4-4cfd-ade7-d81a93995430.jpg?v=1753688276", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0wt6uerzr92_fecea254-47bf-4f2f-bd16-566bbf2e453f.jpg?v=1753688277", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0wt6uerzr92_f9f27895-e43c-4aca-9cba-6129c8776aa9.jpg?v=1753688279" ], "options": [ { "name": "Size", "values": [ "S", "M", "L", "XL", "XXL" ] } ], "category": "Active Tees", "priceMax": 116000, "priceMin": 116000, "variants": [ { "sku": "00ERYE0045", "name": "S", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0wt6uerzr92_7ad34a6a-d6b4-4cfd-ade7-d81a93995430.jpg?v=1753688276", "price": 116000, "options": [ "S" ], "available": true, "listPrice": 199000, "variantId": "51025612013881" }, { "sku": "00ERYE0046", "name": "M", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0wt6uerzr92_fecea254-47bf-4f2f-bd16-566bbf2e453f.jpg?v=1753688277", "price": 116000, "options": [ "M" ], "available": true, "listPrice": 199000, "variantId": "51025612046649" }, { "sku": "00ERYE0047", "name": "L", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0wt6uerzr92_f9f27895-e43c-4aca-9cba-6129c8776aa9.jpg?v=1753688279", "price": 116000, "options": [ "L" ], "available": true, "listPrice": 199000, "variantId": "51025612079417" }, { "sku": "00ERYE0048", "name": "XL", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0wt6uerzr92_f638818a-15c2-4d1f-867d-70cb892ce63d.jpg?v=1753688281", "price": 116000, "options": [ "XL" ], "available": true, "listPrice": 199000, "variantId": "51025612112185" }, { "sku": "00ERYE0049", "name": "XXL", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0wt6uerzr92_76636fb4-4ce5-405b-8efe-fde0daefe794.jpg?v=1753688283", "price": 116000, "options": [ "XXL" ], "available": true, "listPrice": 199000, "variantId": "51025612144953" } ], "available": true, "listPrice": 199000, "productId": "9936017621305", "description": "Hidup emang banyak drama, tapi activewear kamu jangan. Kenalin ini adalah Erigo Active Tees, didesain untuk kamu yang cari kenyamanan saat olahraga. Bahannya super ringan, gerak aktif kaya gimana pun kamu bakalan tetep fokus! - Regular-fit: buat gerak lebih fleksibel - Bentuk asimetris pada bagian bawa baju - Sablon “E” HD Bahan: Poly Spandex Model: - Tinggi 185-186 cm - Berat 75 kg - Menggunakan Ukuran XL *Detail size lihat pada slide gambar produk* *Toleransi setiap size 1-2 cm* Rawat T-shirt ini dengan: - Cuci menggunakan air dengan suhu ruang - Jika menggunakan mesin cuci, gunakan putaran ", "publishedAt": "2025-07-28T14:37:36+07:00", "defaultImage": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0u-mcq0wt6uerzr92.jpg?v=1753688264" }, { "url": "https://erigostore.co.id/products/erigo-active-tees-vesca-grey-kaos-jersey-unisex", "name": "Erigo Active Tees Vesca Grey - Kaos Jersey Unisex", "brand": "ERIGO", "price": 116000, "handle": "erigo-active-tees-vesca-grey-kaos-jersey-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0t-mcq0wt38k1tb76.jpg?v=1753688254", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0o-mcq0wt06oh7r4f.jpg?v=1753688258", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0n-mcq0wt2ykgewaf.jpg?v=1753688263", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0l-mcq0wt5qgcvb70.jpg?v=1753688265", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0o-mcq0wre71dtj09_7dc8b146-2880-493e-b623-55bec567dc92.jpg?v=1753688269", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0t-mcq0wt38k1tb76_54d08dc1-d479-4ffe-8d21-c0916183a636.jpg?v=1753688272", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0t-mcq0wt38k1tb76_f655ea47-d384-4f2b-a430-37b6446993d2.jpg?v=1753688274", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0t-mcq0wt38k1tb76_1b63f76a-ca70-4f27-94c7-9e2d004af219.jpg?v=1753688277" ], "options": [ { "name": "Size", "values": [ "S", "M", "L", "XL", "XXL" ] } ], "category": "Active Tees", "priceMax": 116000, "priceMin": 116000, "variants": [ { "sku": "00ERYE0040", "name": "S", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0t-mcq0wt38k1tb76_54d08dc1-d479-4ffe-8d21-c0916183a636.jpg?v=1753688272", "price": 116000, "options": [ "S" ], "available": true, "listPrice": 199000, "variantId": "51025611063609" }, { "sku": "00ERYE0041", "name": "M", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0t-mcq0wt38k1tb76_f655ea47-d384-4f2b-a430-37b6446993d2.jpg?v=1753688274", "price": 116000, "options": [ "M" ], "available": true, "listPrice": 199000, "variantId": "51025611096377" }, { "sku": "00ERYE0042", "name": "L", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0t-mcq0wt38k1tb76_1b63f76a-ca70-4f27-94c7-9e2d004af219.jpg?v=1753688277", "price": 116000, "options": [ "L" ], "available": true, "listPrice": 199000, "variantId": "51025611129145" }, { "sku": "00ERYE0043", "name": "XL", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0t-mcq0wt38k1tb76_a3a89d8c-dee4-4a2b-8c12-df983b1ca906.jpg?v=1753688279", "price": 116000, "options": [ "XL" ], "available": true, "listPrice": 199000, "variantId": "51025611161913" }, { "sku": "00ERYE0044", "name": "XXL", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0t-mcq0wt38k1tb76_4a268298-7beb-4a43-8896-5109abff9739.jpg?v=1753688281", "price": 116000, "options": [ "XXL" ], "available": true, "listPrice": 199000, "variantId": "51025611194681" } ], "available": true, "listPrice": 199000, "productId": "9936017326393", "description": "Hidup emang banyak drama, tapi activewear kamu jangan. Kenalin ini adalah Erigo Active Tees, didesain untuk kamu yang cari kenyamanan saat olahraga. Bahannya super ringan, gerak aktif kaya gimana pun kamu bakalan tetep fokus! - Regular-fit: buat gerak lebih fleksibel - Bentuk asimetris pada bagian bawa baju - Sablon “E” HD Bahan: Poly Spandex Model: - Tinggi 185-186 cm - Berat 75 kg - Menggunakan Ukuran XL *Detail size lihat pada slide gambar produk* *Toleransi setiap size 1-2 cm* Rawat T-shirt ini dengan: - Cuci menggunakan air dengan suhu ruang - Jika menggunakan mesin cuci, gunakan putaran ", "publishedAt": "2025-07-28T14:37:27+07:00", "defaultImage": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134275-7ra0t-mcq0wt38k1tb76.jpg?v=1753688254" }, { "url": "https://erigostore.co.id/products/erigo-t-shirt-ring-tee-wisher-cream-kaos-unisex", "name": "Erigo T-Shirt Ring Tee Wisher Cream - Kaos Unisex", "brand": "ERIGO", "price": 99000, "handle": "erigo-t-shirt-ring-tee-wisher-cream-kaos-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/COVER_T-SHIRT-RING-TEE-WISHER-CREAM.jpg?v=1750318712", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbkc-m6xslxw1uc3195.jpg?v=1750318712", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbkc-m6xslxspz7d563.jpg?v=1750318712", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbkc-m6xslxttxjqicb.jpg?v=1750318712", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk9-m6xslwqpisn0e4_2c3db39e-d6bf-434f-8613-87c32c087f83.jpg?v=1750318712", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk0-m6xslxx5sphld6_a752e69e-24e5-4267-a477-b0ef0cf6b0b3.jpg?v=1750318712", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk0-m6xslxx5sphld6_16f48064-933a-4e63-bbd8-3b53429e7a25.jpg?v=1750318712", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk0-m6xslxx5sphld6_93cb4e94-121d-47c4-bd17-d50f2717272d.jpg?v=1750318712" ], "options": [ { "name": "Size", "values": [ "S", "M", "L", "XL", "XXL" ] } ], "priceMax": 99000, "priceMin": 99000, "variants": [ { "sku": "00ERXK0357", "name": "S", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk0-m6xslxx5sphld6_a752e69e-24e5-4267-a477-b0ef0cf6b0b3.jpg?v=1750318712", "price": 99000, "options": [ "S" ], "available": false, "listPrice": 149000, "variantId": "50560837517625" }, { "sku": "00ERXK0358", "name": "M", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk0-m6xslxx5sphld6_16f48064-933a-4e63-bbd8-3b53429e7a25.jpg?v=1750318712", "price": 99000, "options": [ "M" ], "available": false, "listPrice": 149000, "variantId": "50560837550393" }, { "sku": "00ERXK0359", "name": "L", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk0-m6xslxx5sphld6_93cb4e94-121d-47c4-bd17-d50f2717272d.jpg?v=1750318712", "price": 99000, "options": [ "L" ], "available": true, "listPrice": 149000, "variantId": "50560837583161" }, { "sku": "00ERXK0360", "name": "XL", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk0-m6xslxx5sphld6_3c34fdad-ed1f-44a2-acf7-2e27cd057ccf.jpg?v=1750318712", "price": 99000, "options": [ "XL" ], "available": true, "listPrice": 149000, "variantId": "50560837615929" }, { "sku": "00ERXK0361", "name": "XXL", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk0-m6xslxx5sphld6_f865c9d5-7e67-48ff-9c7f-e1c4178f57e1.jpg?v=1750318712", "price": 99000, "options": [ "XXL" ], "available": true, "listPrice": 149000, "variantId": "50560837648697" } ], "available": true, "listPrice": 149000, "productId": "9819342635321", "description": "Banyak orang menjadikan outfit sebagai salah satu media untuk mengekspresikan diri. Apakah kamu salah satunya? Menjadi yang paling beda, unik dan menarik dengan Erigo T-shirt Ring Tee. Memberikan vibes menyenangkan tiap menggunakannya, Erigo T-shirt Ring Tee adalah pakaian yang kamu cari! - Regular-fit - Fun colour - fun vibes - Rib berwarna kontras Bahan: T-shirt: Cotton Combed 30s Sablon: Plastisol Model: - Tinggi 185-186 cm - Berat 75 kg - Menggunakan Ukuran L *Detail size lihat pada slide gambar produk* *Toleransi setiap size 1-2 cm* Rawat celana ini dengan: - Setrika menggunakan suhu seda", "publishedAt": "2025-03-12T10:27:30+07:00", "defaultImage": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/COVER_T-SHIRT-RING-TEE-WISHER-CREAM.jpg?v=1750318712" }, { "url": "https://erigostore.co.id/products/erigo-t-shirt-ring-tee-wallis-cream-kaos-unisex", "name": "Erigo T-Shirt Ring Tee Wallis Cream - Kaos Unisex", "brand": "ERIGO", "price": 99000, "handle": "erigo-t-shirt-ring-tee-wallis-cream-kaos-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/COVER_T-SHIRT-RING-TEE-WALIS-CREAM.jpg?v=1750318772", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbkb-m6xslwfvyo8k05.jpg?v=1750318772", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk8-m6xslwg5y88a11.jpg?v=1750318772", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk3-m6xslwhtvtt9a1.jpg?v=1750318772", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk9-m6xslwqpisn0e4.jpg?v=1750318773", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk1-m6xslwl5qyic70_142dfeec-9452-4bfd-b5cd-c9be24c3c8ac.jpg?v=1750318773", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk1-m6xslwl5qyic70_685fa798-bb7d-481d-92d4-917165b7f694.jpg?v=1750318773", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk1-m6xslwl5qyic70_ebd0f773-6b57-4d7f-852f-82225f873fa0.jpg?v=1750318773" ], "options": [ { "name": "Size", "values": [ "S", "M", "L", "XL", "XXL" ] } ], "priceMax": 99000, "priceMin": 99000, "variants": [ { "sku": "00ERXK0372", "name": "S", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk1-m6xslwl5qyic70_142dfeec-9452-4bfd-b5cd-c9be24c3c8ac.jpg?v=1750318773", "price": 99000, "options": [ "S" ], "available": false, "listPrice": 149000, "variantId": "50560833716537" }, { "sku": "00ERXK0373", "name": "M", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk1-m6xslwl5qyic70_685fa798-bb7d-481d-92d4-917165b7f694.jpg?v=1750318773", "price": 99000, "options": [ "M" ], "available": false, "listPrice": 149000, "variantId": "50560833749305" }, { "sku": "00ERXK0374", "name": "L", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk1-m6xslwl5qyic70_ebd0f773-6b57-4d7f-852f-82225f873fa0.jpg?v=1750318773", "price": 99000, "options": [ "L" ], "available": false, "listPrice": 149000, "variantId": "50560833782073" }, { "sku": "00ERXK0375", "name": "XL", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk1-m6xslwl5qyic70_fc0f1dd0-3d9a-4710-ab31-bbbe1ae988be.jpg?v=1750318773", "price": 99000, "options": [ "XL" ], "available": true, "listPrice": 149000, "variantId": "50560833814841" }, { "sku": "00ERXK0376", "name": "XXL", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk1-m6xslwl5qyic70_de9cdcfe-6c1a-40b1-a056-939e5dedd6d6.jpg?v=1750318773", "price": 99000, "options": [ "XXL" ], "available": false, "listPrice": 149000, "variantId": "50560833847609" } ], "available": true, "listPrice": 149000, "productId": "9819342078265", "description": "Banyak orang menjadikan outfit sebagai salah satu media untuk mengekspresikan diri. Apakah kamu salah satunya? Menjadi yang paling beda, unik dan menarik dengan Erigo T-shirt Ring Tee. Memberikan vibes menyenangkan tiap menggunakannya, Erigo T-shirt Ring Tee adalah pakaian yang kamu cari! - Regular-fit - Fun colour - fun vibes - Rib berwarna kontras Bahan: T-shirt: Cotton Combed 30s Sablon: Plastisol Model: - Tinggi 185-186 cm - Berat 75 kg - Menggunakan Ukuran L *Detail size lihat pada slide gambar produk* *Toleransi setiap size 1-2 cm* Rawat celana ini dengan: - Setrika menggunakan suhu seda", "publishedAt": "2025-09-09T15:49:15+07:00", "defaultImage": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/COVER_T-SHIRT-RING-TEE-WALIS-CREAM.jpg?v=1750318772" }, { "url": "https://erigostore.co.id/products/erigo-t-shirt-ring-tee-wazen-cream-kaos-unisex", "name": "Erigo T-Shirt Ring Tee Wazen Cream - Kaos Unisex", "brand": "ERIGO", "price": 99000, "handle": "erigo-t-shirt-ring-tee-wazen-cream-kaos-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/COVER_T-SHIRT-RING-TEE-WAZEN-CREAM.jpg?v=1750318740", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk1-m6xslxvruqkpa5.jpg?v=1750318740", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk3-m6xslxsfzko1ca.jpg?v=1750318740", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbka-m6xslxt9ye7g14.jpg?v=1750318740", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk9-m6xslwqpisn0e4_0cffc9d4-1421-4010-bcf8-7a4766ecb0c1.jpg?v=1750318740", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk1-m6xslxvruqt0ff_24759b6e-2f34-4a13-8bb4-5629f9857f72.jpg?v=1750318740", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk1-m6xslxvruqt0ff_5a4eb42c-31ed-4f1d-8bf9-4f0c9f377ceb.jpg?v=1750318741", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk1-m6xslxvruqt0ff_d2303601-8c59-4f0f-97bd-c82c40529c37.jpg?v=1750318741" ], "options": [ { "name": "Size", "values": [ "S", "M", "L", "XL", "XXL" ] } ], "priceMax": 99000, "priceMin": 99000, "variants": [ { "sku": "00ERXK0362", "name": "S", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk1-m6xslxvruqt0ff_24759b6e-2f34-4a13-8bb4-5629f9857f72.jpg?v=1750318740", "price": 99000, "options": [ "S" ], "available": false, "listPrice": 149000, "variantId": "50560835617081" }, { "sku": "00ERXK0363", "name": "M", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk1-m6xslxvruqt0ff_5a4eb42c-31ed-4f1d-8bf9-4f0c9f377ceb.jpg?v=1750318741", "price": 99000, "options": [ "M" ], "available": false, "listPrice": 149000, "variantId": "50560835649849" }, { "sku": "00ERXK0364", "name": "L", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk1-m6xslxvruqt0ff_d2303601-8c59-4f0f-97bd-c82c40529c37.jpg?v=1750318741", "price": 99000, "options": [ "L" ], "available": false, "listPrice": 149000, "variantId": "50560835682617" }, { "sku": "00ERXK0365", "name": "XL", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk1-m6xslxvruqt0ff_ed6ff0fe-c648-4068-97e2-6ded5516efda.jpg?v=1750318741", "price": 99000, "options": [ "XL" ], "available": true, "listPrice": 149000, "variantId": "50560835715385" }, { "sku": "00ERXK0366", "name": "XXL", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk1-m6xslxvruqt0ff_fc7247f6-c275-4692-9e36-b9e0f9df4cd3.jpg?v=1750318741", "price": 99000, "options": [ "XXL" ], "available": false, "listPrice": 149000, "variantId": "50560835748153" } ], "available": true, "listPrice": 149000, "productId": "9819342340409", "description": "Banyak orang menjadikan outfit sebagai salah satu media untuk mengekspresikan diri. Apakah kamu salah satunya? Menjadi yang paling beda, unik dan menarik dengan Erigo T-shirt Ring Tee. Memberikan vibes menyenangkan tiap menggunakannya, Erigo T-shirt Ring Tee adalah pakaian yang kamu cari! - Regular-fit - Fun colour - fun vibes - Rib berwarna kontras Bahan: T-shirt: Cotton Combed 30s Sablon: Plastisol Model: - Tinggi 185-186 cm - Berat 75 kg - Menggunakan Ukuran L *Detail size lihat pada slide gambar produk* *Toleransi setiap size 1-2 cm* Rawat celana ini dengan: - Setrika menggunakan suhu seda", "publishedAt": "2025-08-27T15:43:29+07:00", "defaultImage": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/COVER_T-SHIRT-RING-TEE-WAZEN-CREAM.jpg?v=1750318740" }, { "url": "https://erigostore.co.id/products/erigo-t-shirt-ring-tee-wilbur-cream-kaos-unisex", "name": "Erigo T-Shirt Ring Tee Wilbur Cream - Kaos Unisex", "brand": "ERIGO", "price": 99000, "handle": "erigo-t-shirt-ring-tee-wilbur-cream-kaos-unisex", "images": [ "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/COVER_T-SHIRT-RING-TEE-WILBUR-CREAM.jpg?v=1750318716", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbke-m6xslxq82tuv06.jpg?v=1750318716", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk9-m6xslxspz6avcc.jpg?v=1750318716", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk7-m6xslxspz61t33.jpg?v=1750318717", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk9-m6xslwqpisn0e4_3668f17c-6377-49df-8052-3db46399167c.jpg?v=1750318717", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk4-m6xslxsfzkoseb_c702dc51-b781-4098-b548-58a7dd4e7cc0.jpg?v=1750318717", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk4-m6xslxsfzkoseb_1dbfc937-77b8-4c62-9a66-1394603762a1.jpg?v=1750318717", "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk4-m6xslxsfzkoseb_97d5fe0a-26d2-4266-a512-f98206faada4.jpg?v=1750318717" ], "options": [ { "name": "Size", "values": [ "S", "M", "L", "XL", "XXL" ] } ], "priceMax": 99000, "priceMin": 99000, "variants": [ { "sku": "00ERXK0367", "name": "S", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk4-m6xslxsfzkoseb_c702dc51-b781-4098-b548-58a7dd4e7cc0.jpg?v=1750318717", "price": 99000, "options": [ "S" ], "available": true, "listPrice": 149000, "variantId": "50560836862265" }, { "sku": "00ERXK0368", "name": "M", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk4-m6xslxsfzkoseb_1dbfc937-77b8-4c62-9a66-1394603762a1.jpg?v=1750318717", "price": 99000, "options": [ "M" ], "available": false, "listPrice": 149000, "variantId": "50560836895033" }, { "sku": "00ERXK0369", "name": "L", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk4-m6xslxsfzkoseb_97d5fe0a-26d2-4266-a512-f98206faada4.jpg?v=1750318717", "price": 99000, "options": [ "L" ], "available": true, "listPrice": 149000, "variantId": "50560836927801" }, { "sku": "00ERXK0370", "name": "XL", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk4-m6xslxsfzkoseb_1e34ee71-0828-4b70-b381-b0919b164b56.jpg?v=1750318717", "price": 99000, "options": [ "XL" ], "available": true, "listPrice": 149000, "variantId": "50560836960569" }, { "sku": "00ERXK0371", "name": "XXL", "image": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/id-11134201-7rbk4-m6xslxsfzkoseb_e40a7866-c041-4608-93f3-32d5b409d0f9.jpg?v=1750318717", "price": 99000, "options": [ "XXL" ], "available": true, "listPrice": 149000, "variantId": "50560836993337" } ], "available": true, "listPrice": 149000, "productId": "9819342537017", "description": "Banyak orang menjadikan outfit sebagai salah satu media untuk mengekspresikan diri. Apakah kamu salah satunya? Menjadi yang paling beda, unik dan menarik dengan Erigo T-shirt Ring Tee. Memberikan vibes menyenangkan tiap menggunakannya, Erigo T-shirt Ring Tee adalah pakaian yang kamu cari! - Regular-fit - Fun colour - fun vibes - Rib berwarna kontras Bahan: T-shirt: Cotton Combed 30s Sablon: Plastisol Model: - Tinggi 185-186 cm - Berat 75 kg - Menggunakan Ukuran L *Detail size lihat pada slide gambar produk* *Toleransi setiap size 1-2 cm* Rawat celana ini dengan: - Setrika menggunakan suhu seda", "publishedAt": "2025-03-12T10:27:25+07:00", "defaultImage": "https://cdn.shopify.com/s/files/1/0607/2841/0296/files/COVER_T-SHIRT-RING-TEE-WILBUR-CREAM.jpg?v=1750318716" } ], "productId": "10068493762873" } ``` --- ### Variant one variant: price, stock and options - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:erigo/variant` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `variantId` | string | query | yes | Numeric variant id (the `variantId` field of a product response) | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:erigo/variant?variantId=51433424847161" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:erigo/variant?variantId=51433424847161", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:erigo/variant?variantId=51433424847161", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "sku": "00ERYA0408", "name": "S", "price": 199000, "weight": 0, "options": [ "S" ], "productId": "10068493762873", "variantId": "51433424847161", "weightUnit": "g", "requiresShipping": true } ``` --- ### Shop storefront profile - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:erigo/shop` - **Cache TTL:** 3600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `x` | string | query | no | Unused — this endpoint takes no input | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:erigo/shop?x=VALUE" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:erigo/shop?x=VALUE", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:erigo/shop?x=VALUE", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "url": "https://erigostore.co.id", "city": "Kab. Tangerang", "host": "erigostore.co.id", "name": "ERIGO", "shopId": "60728410296", "country": "ID", "currency": "IDR", "province": "Banten", "description": "Erigo, Everywhere You Go. Renew your clothes right now with our cool and stylish collections." } ``` --- ## iBox **Category:** marketplace · **Slug:** `ibox` **Detail page:** https://zapi.ink/api/marketplace/ibox Apple Authorized Reseller Indonesia — product detail from the official ibox.co.id store. **Tags:** marketplace, ecommerce, product, indonesia ### Product Detail Full product detail from ibox.co.id: price, stock, variants, specs, images and description. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:ibox/product` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `url` | string | query | yes | Product page URL on ibox.co.id | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:ibox/product?url=https%3A%2F%2Fibox.co.id%2Fproduct%2Fiphone-15-plus-ibox" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:ibox/product?url=https%3A%2F%2Fibox.co.id%2Fproduct%2Fiphone-15-plus-ibox", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:ibox/product?url=https%3A%2F%2Fibox.co.id%2Fproduct%2Fiphone-15-plus-ibox", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "sku": "IP-15PL-IB-CON", "url": "https://ibox.co.id/product/iphone-15-plus-ibox", "name": "iPhone 15 Plus", "brand": "Apple", "price": 16499000, "specs": [ { "label": "pdp_tagline", "value": "ibox-v4-pdp-tagline-iphone-15" }, { "label": "Learn More >", "value": "ibox-banner-iphone-15" }, { "label": "Youtube Link", "value": "https://www.youtube.com/embed/4iZNK3xP7YE" }, { "label": "Tagline PLP", "value": "Keseruan baru Mulai dari" }, { "label": "Variant Model", "value": "iPhone 15 Plus" }, { "label": "Warna", "value": "Green" }, { "label": "PDP Trade-in", "value": "pdp-trade-in" }, { "label": "SNI Code", "value": "Nomor Postel/K3L/SNI/NPB/MKG: 93841/SDPPI/2023" } ], "stock": 690, "store": { "host": "ibox.co.id", "name": "iBox.co.id - Apple Premium Reseller" }, "images": [ "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_iphone_15_plus_green_1_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_iphone_15_plus_green_1a.jpg", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_iphone_15_plus_green_2_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_iphone_15_plus_green_3_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_iphone_15_plus_green_4_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_iphone_15_plus_green_5_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_iphone_15_plus_green_6_1.jpg", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_iphone_15_plus_green_7_1.jpg" ], "inStock": true, "category": "Smartphone & Tablet/Smartphones", "currency": "IDR", "platform": "next", "variants": [ { "sku": "8100122775", "name": "Pink,iPhone 15 Plus,128 GB", "stock": 0, "options": { "Model": "iPhone 15 Plus", "Warna": "Pink", "Kapasitas": "128 GB" }, "available": true }, { "sku": "8100122774", "name": "Black,iPhone 15 Plus,128 GB", "stock": 0, "options": { "Model": "iPhone 15 Plus", "Warna": "Black", "Kapasitas": "128 GB" }, "available": true }, { "sku": "8100122776", "name": "Yellow,iPhone 15 Plus,128 GB", "stock": 0, "options": { "Model": "iPhone 15 Plus", "Warna": "Yellow", "Kapasitas": "128 GB" }, "available": true }, { "sku": "8100122773", "name": "Green,iPhone 15,512 GB", "stock": 0, "options": { "Model": "iPhone 15", "Warna": "Green", "Kapasitas": "512 GB" }, "available": true }, { "sku": "8100122770", "name": "Pink,iPhone 15,512 GB", "stock": 0, "options": { "Model": "iPhone 15", "Warna": "Pink", "Kapasitas": "512 GB" }, "available": true }, { "sku": "8100122777", "name": "Blue,iPhone 15 Plus,128 GB", "stock": 0, "options": { "Model": "iPhone 15 Plus", "Warna": "Blue", "Kapasitas": "128 GB" }, "available": true }, { "sku": "8100122772", "name": "Blue,iPhone 15,512 GB", "stock": 0, "options": { "Model": "iPhone 15", "Warna": "Blue", "Kapasitas": "512 GB" }, "available": true }, { "sku": "8100122766", "name": "Yellow,iPhone 15,256 GB", "stock": 1, "options": { "Model": "iPhone 15", "Warna": "Yellow", "Kapasitas": "256 GB" }, "available": true } ], "productId": "268750", "isPreorder": false, "description": "Temukan iPhone 15 Plus 128GB Greendi iBox! iPhone 15 Plus menghadirkan Dynamic Island, kamera Utama 48 MP, dan USB-C dalam desain yang tangguh.", "reviewCount": 0, "defaultImage": "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_iphone_15_plus_green_1_1.jpg" } ``` --- ### Search keyword product search, paged and sortable - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:ibox/search` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `query` | string | query | yes | Search keyword | | `page` | number | query | no | Result page. Default 1 | | `limit` | number | query | no | Items per page. Default 20, max 50 | | `sort` | enum(relevance|top_rated|newest|price_desc|price_asc) | query | no | Order: relevance, top_rated, newest, price_desc, price_asc. Default relevance | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:ibox/search?query=iphone&page=1&limit=20&sort=price_asc" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:ibox/search?query=iphone&page=1&limit=20&sort=price_asc", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:ibox/search?query=iphone&page=1&limit=20&sort=price_asc", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 20, "items": [ { "sku": "8100226831", "url": "https://ibox.co.id/product/apple-iphone-17-pro-max-2tb-cosmic-orange", "name": "iPhone 17 Pro Max 2TB Cosmic Orange", "brand": "Apple", "price": 43249000, "stock": 0, "images": [ "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_3.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_5.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_6.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_7.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_8.webp" ], "urlKey": "apple-iphone-17-pro-max-2tb-cosmic-orange", "inStock": false, "category": "Smartphone & Tablet/Smartphones", "priceMax": 45249000, "priceMin": 45249000, "isLimited": false, "listPrice": 45249000, "productId": "321090", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "8100226832", "url": "https://ibox.co.id/product/apple-iphone-17-pro-max-2tb-deep-blue", "name": "iPhone 17 Pro Max 2TB Deep Blue", "brand": "Apple", "price": 43249000, "stock": 0, "images": [ "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_3.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_5.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_6.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_7.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_8.webp" ], "urlKey": "apple-iphone-17-pro-max-2tb-deep-blue", "inStock": false, "category": "Smartphone & Tablet/Smartphones", "priceMax": 45249000, "priceMin": 45249000, "isLimited": false, "listPrice": 45249000, "productId": "321096", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "8100226830", "url": "https://ibox.co.id/product/apple-iphone-17-pro-max-2tb-silver", "name": "iPhone 17 Pro Max 2TB Silver", "brand": "Apple", "price": 43249000, "stock": 0, "images": [ "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-silver-1000_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-silver-1000_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-silver-1000_3.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-silver-1000_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-silver-1000_5.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-silver-1000_6.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-silver-1000_7.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-silver-1000_8.webp" ], "urlKey": "apple-iphone-17-pro-max-2tb-silver", "inStock": false, "category": "Smartphone & Tablet/Smartphones", "priceMax": 45249000, "priceMin": 45249000, "isLimited": false, "listPrice": 45249000, "productId": "321086", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-silver-1000_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "8100226828", "url": "https://ibox.co.id/product/apple-iphone-17-pro-max-1tb-cosmic-orange", "name": "iPhone 17 Pro Max 1TB Cosmic Orange", "brand": "Apple", "price": 34249000, "stock": 2, "images": [ "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_1_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_2_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_3_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_4_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_5_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_6_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_7_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_8_2.webp" ], "urlKey": "apple-iphone-17-pro-max-1tb-cosmic-orange", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 36249000, "priceMin": 36249000, "isLimited": false, "listPrice": 36249000, "productId": "321094", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_1_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "8100226829", "url": "https://ibox.co.id/product/apple-iphone-17-pro-max-1tb-deep-blue", "name": "iPhone 17 Pro Max 1TB Deep Blue", "brand": "Apple", "price": 34249000, "stock": 0, "images": [ "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_1_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_2_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_3_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_4_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_5_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_6_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_7_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_8_1.webp" ], "urlKey": "apple-iphone-17-pro-max-1tb-deep-blue", "inStock": false, "category": "Smartphone & Tablet/Smartphones", "priceMax": 36249000, "priceMin": 36249000, "isLimited": false, "listPrice": 36249000, "productId": "321088", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_1_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "8100226827", "url": "https://ibox.co.id/product/apple-iphone-17-pro-max-1tb-silver", "name": "iPhone 17 Pro Max 1TB Silver", "brand": "Apple", "price": 34249000, "stock": 4, "images": [ "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-silver-1000_1_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-silver-1000_2_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-silver-1000_3_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-silver-1000_4_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-silver-1000_5_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-silver-1000_6_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-silver-1000_7_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-silver-1000_8_4.webp" ], "urlKey": "apple-iphone-17-pro-max-1tb-silver", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 36249000, "priceMin": 36249000, "isLimited": false, "listPrice": 36249000, "productId": "321089", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-silver-1000_1_4.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "8100226825", "url": "https://ibox.co.id/product/apple-iphone-17-pro-max-512gb-cosmic-orange", "name": "iPhone 17 Pro Max 512GB Cosmic Orange", "brand": "Apple", "price": 29499000, "stock": 3, "images": [ "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_1_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_2_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_3_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_4_2.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_5_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_6_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_7_1.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_8_1.webp" ], "urlKey": "apple-iphone-17-pro-max-512gb-cosmic-orange", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 31499000, "priceMin": 31499000, "isLimited": false, "listPrice": 31499000, "productId": "321095", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-cosmic-orange-1000_1_2.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "8100226826", "url": "https://ibox.co.id/product/apple-iphone-17-pro-max-512gb-deep-blue", "name": "iPhone 17 Pro Max 512GB Deep Blue", "brand": "Apple", "price": 29499000, "stock": 4, "images": [ "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_1_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_2_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_3_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_4_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_5_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_6_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_7_4.webp", "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_8_4.webp" ], "urlKey": "apple-iphone-17-pro-max-512gb-deep-blue", "inStock": true, "category": "Smartphone & Tablet/Smartphones", "priceMax": 31499000, "priceMin": 31499000, "isLimited": false, "listPrice": 31499000, "productId": "321087", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/i/p/iphone-17-pro-max-deep-blue-1000_1_4.webp", "isPreorder": false, "reviewCount": 0 } ], "query": "iphone", "hasMore": true, "nextPage": 2, "totalData": 931, "totalDataText": null } ``` --- ### Categories full category tree - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:ibox/categories` - **Cache TTL:** 3600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `x` | string | query | no | Unused — this endpoint takes no input | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:ibox/categories?x=VALUE" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:ibox/categories?x=VALUE", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:ibox/categories?x=VALUE", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 6, "items": [ { "url": "https://ibox.co.id/catalog/mac-757", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Mac", "slug": "mac", "children": [ { "url": "https://ibox.co.id/catalog/macbook-neo-9367", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104403121414421213330034233.webp", "name": "MacBook Neo", "slug": "mac-macbook-neo", "parentId": "757", "categoryId": "9367", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/macbook-pro-760", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103413323134103103244213233.png", "name": "MacBook Pro", "slug": "mac-macbook-pro", "parentId": "757", "categoryId": "760", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/macbook-air-759", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104130003214021324144120121.png", "name": "MacBook Air", "slug": "mac-macbook-air", "parentId": "757", "categoryId": "759", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/imac-761-761", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104034140211024424313003303.webp", "name": "iMac", "slug": "mac-imac", "parentId": "757", "categoryId": "761", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/mac-mini-762", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104032423324244033103420323.jpeg", "name": "Mac mini", "slug": "mac-mac-mini", "parentId": "757", "categoryId": "762", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/mac-studio-763", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104130003200300220223413030.jpeg", "name": "Mac Studio", "slug": "mac-mac-studio", "parentId": "757", "categoryId": "763", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/mac-aksesori-765", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103413323311120110424203304.png", "name": "Mac Aksesori", "slug": "mac-mac-aksesori", "parentId": "757", "categoryId": "765", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/family_stripe-1108", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "family_stripe", "slug": "mac-family_stripe", "children": [ { "url": "https://ibox.co.id/catalog/macbook-neo-9369", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104403211344000112120323204.png", "name": "MacBook Neo", "slug": "mac-family_stripe-macbook-neo", "parentId": "1108", "categoryId": "9369", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/16-inch-macbook-pro-m5-max-9758", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104412442321042113110313223.webp", "name": "14-inch MacBook Pro M5 Pro", "slug": "mac-family_stripe-14-inch-macbook-pro-m5-pro", "parentId": "1108", "categoryId": "9758", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/14-inch-macbook-air-m5-8560", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104303312031304304130442310.png", "name": "14-inch MacBook Pro M5", "slug": "mac-family_stripe-14-inch-macbook-pro-m5", "parentId": "1108", "categoryId": "8560", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/15-inch-macbook-air-m5-7137", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104124411444023030022311013.png", "name": "15-inch MacBook Air M5", "slug": "mac-family_stripe-15-inch-macbook-air-m5", "parentId": "1108", "categoryId": "7137", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/13-inch-macbook-air-m5-7136", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104124411433234321224221004.png", "name": "13-inch MacBook Air M5", "slug": "mac-family_stripe-13-inch-macbook-air-m5", "parentId": "1108", "categoryId": "7136", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/mac-studio-7138", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104233231003202210432420144.png", "name": "Mac Studio", "slug": "mac-family_stripe-mac-studio", "parentId": "1108", "categoryId": "7138", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/mac-aksesori-1137", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103430433320104203240321303.webp", "name": "Mac Aksesori", "slug": "mac-family_stripe-mac-aksesori", "parentId": "1108", "categoryId": "1137", "showInMenu": true, "description": "Mulai dari" } ], "parentId": "757", "categoryId": "1108", "showInMenu": true, "description": "family_stripe" } ], "categoryId": "757", "showInMenu": true, "description": "Mac" }, { "url": "https://ibox.co.id/catalog/ipad-770", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "iPad", "slug": "ipad", "children": [ { "url": "https://ibox.co.id/catalog/ipad-pro-773", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103413232131322012044211033.webp", "name": "iPad Pro", "slug": "ipad-ipad-pro", "parentId": "770", "categoryId": "773", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/ipad-air-774-774", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104404041020401440321103110.webp", "name": "iPad Air", "slug": "ipad-ipad-air", "parentId": "770", "categoryId": "774", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/ipad-775", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104130143222340424321011343.jpeg", "name": "iPad", "slug": "ipad-ipad", "parentId": "770", "categoryId": "775", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/ipad-mini-776-776", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103423211120111402102224434.png", "name": "iPad mini", "slug": "ipad-ipad-mini", "parentId": "770", "categoryId": "776", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/ipad-aksesori-777", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103423211121312433111300020.png", "name": "iPad Aksesori", "slug": "ipad-ipad-aksesori", "parentId": "770", "categoryId": "777", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/family_stripe-1114", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "family_stripe", "slug": "ipad-family_stripe", "children": [ { "url": "https://ibox.co.id/catalog/13-inch-ipad-pro-m5-8515", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104302011400404340234023443.png", "name": "13-inch iPad Pro M5", "slug": "ipad-family_stripe-13-inch-ipad-pro-m5", "parentId": "1114", "categoryId": "8515", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/11-inch-ipad-pro-m5-8516", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104302011410403102042220240.png", "name": "11-inch iPad Pro M5", "slug": "ipad-family_stripe-11-inch-ipad-pro-m5", "parentId": "1114", "categoryId": "8516", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/13-inch-ipad-pro-m4-1115", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103430432012423304020432400.avif", "name": "13-inch iPad Pro M4", "slug": "ipad-family_stripe-13-inch-ipad-pro-m4", "parentId": "1114", "categoryId": "1115", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/11-inch-ipad-pro-m4-1116", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103430432021340241033442130.webp", "name": "11-inch iPad Pro M4", "slug": "ipad-family_stripe-11-inch-ipad-pro-m4", "parentId": "1114", "categoryId": "1116", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/13-inch-ipad-air-m4-9370", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104403211440413033113023344.png", "name": "13-inch iPad Air M4", "slug": "ipad-family_stripe-13-inch-ipad-air-m4", "parentId": "1114", "categoryId": "9370", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/11-inch-ipad-air-m4-9375", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104403212140423332211024133.png", "name": "11-inch iPad Air M4", "slug": "ipad-family_stripe-11-inch-ipad-air-m4", "parentId": "1114", "categoryId": "9375", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/13-inch-ipad-air-m3-7100", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104123013411210141120411020.png", "name": "13-inch iPad Air M3", "slug": "ipad-family_stripe-13-inch-ipad-air-m3", "parentId": "1114", "categoryId": "7100", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/11-inch-ipad-air-m3-7101", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104123013422001133431404101.png", "name": "11-inch iPad Air M3", "slug": "ipad-family_stripe-11-inch-ipad-air-m3", "parentId": "1114", "categoryId": "7101", "showInMenu": true, "description": "Mulai dari" } ], "parentId": "770", "categoryId": "1114", "showInMenu": true, "description": "family_stripe" } ], "categoryId": "770", "showInMenu": true, "description": "iPad" }, { "url": "https://ibox.co.id/catalog/iphone-810", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "iPhone", "slug": "iphone", "children": [ { "url": "https://ibox.co.id/catalog/iphone-17-pro-8161", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104230203420403210420003333.png", "name": "iPhone 17 Pro", "slug": "iphone-iphone-17-pro", "parentId": "810", "categoryId": "8161", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/iphone-17-8162", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104230203423323034311220123.png", "name": "iPhone 17", "slug": "iphone-iphone-17", "parentId": "810", "categoryId": "8162", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/iphone-17e-8973", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104410211303244401124301340.png", "name": "iPhone 17e", "slug": "iphone-iphone-17e", "parentId": "810", "categoryId": "8973", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/iphone-air-8163", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104230203422023313202431332.png", "name": "iPhone Air", "slug": "iphone-iphone-air", "parentId": "810", "categoryId": "8163", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/iphone-16-pro-2303", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104110302020340131114411203.png", "name": "iPhone 16 Pro", "slug": "iphone-iphone-16-pro", "parentId": "810", "categoryId": "2303", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/iphone-16-2304", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104110302021241442340113112.png", "name": "iPhone 16", "slug": "iphone-iphone-16", "parentId": "810", "categoryId": "2304", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/iphone-15-816", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103433214443103120143111322.webp", "name": "iPhone 15", "slug": "iphone-iphone-15", "parentId": "810", "categoryId": "816", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/iphone-14-818", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103433220032243300413044123.webp", "name": "iPhone 14", "slug": "iphone-iphone-14", "parentId": "810", "categoryId": "818", "showInMenu": true, "description": "Mulai dari" } ], "categoryId": "810", "showInMenu": true, "description": "iPhone" }, { "url": "https://ibox.co.id/catalog/watch-844", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Watch", "slug": "watch", "children": [ { "url": "https://ibox.co.id/catalog/apple-watch-ultra-846", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103444344013301213430442434.webp", "name": "Apple Watch Ultra", "slug": "watch-apple-watch-ultra", "parentId": "844", "categoryId": "846", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/apple-watch-series-11-8235", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104233131121314211233040410.webp", "name": "Apple Watch Series 11", "slug": "watch-apple-watch-series-11", "parentId": "844", "categoryId": "8235", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/apple-watch-series-10-1677", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104242222111334132320414404.webp", "name": "Apple Watch Series 10", "slug": "watch-apple-watch-series-10", "parentId": "844", "categoryId": "1677", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/apple-watch-se-848-848", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104242211323034243321012121.png", "name": "Apple Watch SE", "slug": "watch-apple-watch-se", "parentId": "844", "categoryId": "848", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/apple-watch-aksesori-943", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103421104401041402320310330.webp", "name": "Apple Watch Aksesori", "slug": "watch-apple-watch-aksesori", "parentId": "844", "categoryId": "943", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/family_stripe-1128", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "family_stripe", "slug": "watch-family_stripe", "children": [ { "url": "https://ibox.co.id/catalog/apple-watch-ultra-3-8236", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104233131231204404111300044.png", "name": "Apple Watch Ultra 3", "slug": "watch-family_stripe-apple-watch-ultra-3", "parentId": "1128", "categoryId": "8236", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/apple-watch-series-11-8237", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104233131232402102323011440.png", "name": "Apple Watch Series 11", "slug": "watch-family_stripe-apple-watch-series-11", "parentId": "1128", "categoryId": "8237", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/apple-watch-se-3-8238", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104233131233301430420312241.png", "name": "Apple Watch SE 3", "slug": "watch-family_stripe-apple-watch-se-3", "parentId": "1128", "categoryId": "8238", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/apple-watch-series-10-fm-1733", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104233230430202021132012440.png", "name": "Apple Watch Series 10", "slug": "watch-family_stripe-apple-watch-series-10", "parentId": "1128", "categoryId": "1733", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/apple-watch-ultra-2-1129", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103444344024442311100203104.avif", "name": "Apple Watch Ultra 2", "slug": "watch-family_stripe-apple-watch-ultra-2", "parentId": "1128", "categoryId": "1129", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/apple-watch-aksesori-1136", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103430432404030443213312420.avif", "name": "Apple Watch Aksesori", "slug": "watch-family_stripe-apple-watch-aksesori", "parentId": "1128", "categoryId": "1136", "showInMenu": true, "description": "Mulai dari" } ], "parentId": "844", "categoryId": "1128", "showInMenu": true, "description": "family_stripe" } ], "categoryId": "844", "showInMenu": true, "description": "Watch" }, { "url": "https://ibox.co.id/catalog/music-780", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Music", "slug": "music", "children": [ { "url": "https://ibox.co.id/catalog/airpods-pro-3-8244", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104233223421302203420024323.webp", "name": "AirPods Pro 3", "slug": "music-airpods-pro-3", "parentId": "780", "categoryId": "8244", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/airpods-4-1678", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104021014324031144431100430.webp", "name": " AirPods (4th gen)", "slug": "music--airpods-(4th-gen)", "parentId": "780", "categoryId": "1678", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/airpods-max-785", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104022410344210024013240122.webp", "name": "Airpods Max", "slug": "music-airpods-max", "parentId": "780", "categoryId": "785", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/music-aksesori-787", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104242444104113002430342420.webp", "name": "Music Aksesori", "slug": "music-music-aksesori", "parentId": "780", "categoryId": "787", "showInMenu": true, "description": "Music Aksesori" }, { "url": "https://ibox.co.id/catalog/family_stripe-1141", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "family_stripe", "slug": "music-family_stripe", "children": [ { "url": "https://ibox.co.id/catalog/airpods-pro-3-8245", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104233224143404214142310202.png", "name": "AirPods Pro 3", "slug": "music-family_stripe-airpods-pro-3", "parentId": "1141", "categoryId": "8245", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/airpods-4-1719", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104022322210402430201140430.webp", "name": "AirPods 4", "slug": "music-family_stripe-airpods-4", "parentId": "1141", "categoryId": "1719", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/airpods-max-2-9821", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104421013042044241114221232.png", "name": "AirPods Max 2", "slug": "music-family_stripe-airpods-max-2", "parentId": "1141", "categoryId": "9821", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/airpods-max-1144", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104233230420300134002414414.png", "name": "Airpods Max", "slug": "music-family_stripe-airpods-max", "parentId": "1141", "categoryId": "1144", "showInMenu": true, "description": "Mulai dari" }, { "url": "https://ibox.co.id/catalog/airpods-aksesori-1145", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104242444220102402233423200.png", "name": "AirPods Aksesori", "slug": "music-family_stripe-airpods-aksesori", "parentId": "1141", "categoryId": "1145", "showInMenu": true, "description": "Mulai dari" } ], "parentId": "780", "categoryId": "1141", "showInMenu": true, "description": "family_stripe" } ], "categoryId": "780", "showInMenu": true, "description": "Music" }, { "url": "https://ibox.co.id/catalog/aksesori-790", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Aksesori", "slug": "aksesori", "children": [ { "url": "https://ibox.co.id/catalog/mac-aksesori-795", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103413323332314144304232341.png", "name": "Mac Aksesori", "slug": "aksesori-mac-aksesori", "parentId": "790", "categoryId": "795", "showInMenu": true }, { "url": "https://ibox.co.id/catalog/ipad-aksesori-796", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103413323343031304043424422.png", "name": "iPad Aksesori", "slug": "aksesori-ipad-aksesori", "parentId": "790", "categoryId": "796", "showInMenu": true }, { "url": "https://ibox.co.id/catalog/iphone-aksesori-797", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104233024421201024420000132.webp", "name": "iPhone Aksesori", "slug": "aksesori-iphone-aksesori", "parentId": "790", "categoryId": "797", "showInMenu": true }, { "url": "https://ibox.co.id/catalog/apple-watch-aksesori-798", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103413323441330234222002124.png", "name": "Apple Watch Aksesori", "slug": "aksesori-apple-watch-aksesori", "parentId": "790", "categoryId": "798", "showInMenu": true }, { "url": "https://ibox.co.id/catalog/music-aksesori-799", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103413323442324111440440233.png", "name": "Music Aksesori", "slug": "aksesori-music-aksesori", "parentId": "790", "categoryId": "799", "showInMenu": true }, { "url": "https://ibox.co.id/catalog/airtag-&-aksesori-800", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-103423213102021313413041231.jpg", "name": "AirTag & Aksesori", "slug": "aksesori-airtag-&-aksesori", "parentId": "790", "categoryId": "800", "showInMenu": true }, { "url": "https://ibox.co.id/catalog/apple-aksesori-801", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Apple Aksesori", "slug": "aksesori-apple-aksesori", "parentId": "790", "categoryId": "801", "showInMenu": true, "description": "Apple Aksesori" }, { "url": "https://ibox.co.id/catalog/aksesori-lainnya-802", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/", "name": "Aksesori Lainnya", "slug": "aksesori-aksesori-lainnya", "parentId": "790", "categoryId": "802", "showInMenu": true, "description": "Aksesori Lainnya" } ], "categoryId": "790", "showInMenu": true, "description": "Aksesori" } ] } ``` --- ### Category one category's detail - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:ibox/category` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `categoryId` | string | query | yes | Numeric category id (the `categoryId` of a categories response, or the number at the end of a /catalog/- URL) | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:ibox/category?categoryId=759" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:ibox/category?categoryId=759", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:ibox/category?categoryId=759", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "url": "https://ibox.co.id/catalog/macbook-air-759", "icon": "https://storage.googleapis.com/productions-ccm-catalogservice/assets/ic-dskt-ct-104130003214021324144120121.png", "name": "MacBook Air", "slug": "mac-macbook-air", "badge": "{\"badge\":[{\"badge\":\"NEW\",\"description\":\"Perkasa berkecepatan tinggi.\"}],\"url_key\":\"\",\"lob_position\":3}", "parentId": "757", "metaTitle": "Jual MacBook Air Series - Harga & Spesifikasi Terbaru di iBox", "categoryId": "759", "parentName": "Mac", "showInMenu": true, "description": "Mulai dari", "defaultPrice": 21499000, "metaDescription": "Temukan MacBook Air 13 & 15 inch, dengan pilihan chip M1, M2, M3, M4, M5 di iBox! Dapatkan Cicilan 0% hingga 24 bulan, Bebas Ongkir, Service dan bantuan profesional.", "defaultSpecialPrice": 15999000 } ``` --- ### Category Products products in one category, paged and sortable - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:ibox/category-products` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `categoryId` | string | query | yes | Numeric category id (from the categories endpoint) | | `page` | number | query | no | Result page. Default 1 | | `limit` | number | query | no | Items per page. Default 20, max 50 | | `sort` | enum(relevance|top_rated|newest|price_desc|price_asc) | query | no | Order: relevance, top_rated, newest, price_desc, price_asc. Default relevance | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:ibox/category-products?categoryId=759&page=1&limit=20&sort=price_asc" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:ibox/category-products?categoryId=759&page=1&limit=20&sort=price_asc", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:ibox/category-products?categoryId=759&page=1&limit=20&sort=price_asc", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 2, "items": [ { "sku": "MBA-13-M3-24-IB-CON", "url": "https://ibox.co.id/product/macbook-air-m3-13-6-inci-2024", "name": "13-inch MacBook Air", "brand": "Apple", "price": 24999000, "stock": 10, "colors": [ "Midnight", "Silver", "Sky Blue", "Space Grey", "Starlight" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_13_inci_m5_2026_midnight_1_.webp", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_13_inci_m5_2026_midnight_2_.webp", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_13_inci_m5_2026_midnight_3_.webp", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_13_inci_m5_2026_midnight_4_.webp", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_13_inci_m5_2026_midnight_5_.webp", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_13_inci_m5_2026_midnight_6_.webp", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_13_inci_m5_2026_midnight_7_.webp", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_13_inci_m5_2026_midnight_8_.webp" ], "urlKey": "macbook-air-m3-13-6-inci-2024", "inStock": true, "category": "Computer & Accessories/Notebook", "priceMax": 25249000, "priceMin": 25249000, "isLimited": false, "listPrice": 25249000, "productId": "265902", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_13_inci_m5_2026_midnight_1_.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "MBA-15-M3-24-IB-CON", "url": "https://ibox.co.id/product/macbook-air-m3-15-3-inci-2024", "name": "15-inch MacBook Air ", "brand": "Apple", "price": 28749000, "stock": 0, "colors": [ "Sky Blue", "Silver", "Midnight", "Starlight", "Space Grey" ], "images": [ "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_15_inci_m5_2026_sky_blue_1_.webp", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_15_inci_m5_2026_sky_blue_2_.webp", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_15_inci_m5_2026_sky_blue_3_.webp", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_15_inci_m5_2026_sky_blue_4_.webp", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_15_inci_m5_2026_sky_blue_5_.webp", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_15_inci_m5_2026_sky_blue_6_.webp", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_15_inci_m5_2026_sky_blue_7_.webp", "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_15_inci_m5_2026_sky_blue_8_.webp" ], "urlKey": "macbook-air-m3-15-3-inci-2024", "inStock": true, "category": "Computer & Accessories/Notebook", "priceMax": 28999000, "priceMin": 28999000, "isLimited": false, "listPrice": 28999000, "productId": "266384", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_macbook_air_15_inci_m5_2026_sky_blue_1_.webp", "isPreorder": false, "reviewCount": 0 } ], "hasMore": false, "category": null, "nextPage": null, "totalData": 2, "categoryId": "759", "totalDataText": null } ``` --- ### Filters filter facets and sort options for a category or a search - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:ibox/filters` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `categoryId` | string | query | no | Numeric category id — facets for that category. Use this OR query | | `query` | string | query | no | Search keyword — facets for that search. Use this OR categoryId | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:ibox/filters?categoryId=759&query=iphone" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:ibox/filters?categoryId=759&query=iphone", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:ibox/filters?categoryId=759&query=iphone", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 5, "sorts": [ { "label": "Paling Sesuai", "value": "relevance" }, { "label": "Ulasan Terbaik", "value": "top_rated" }, { "label": "Terbaru", "value": "newest" }, { "label": "Harga Tertinggi", "value": "price_desc" }, { "label": "Harga Terendah", "value": "price_asc" } ], "facets": [ { "type": "checkbox", "label": "BRAND", "options": [ { "count": 2, "label": "Apple", "value": "Apple" } ], "parameter": "Brand" }, { "type": "checkbox", "label": "PROSESOR", "options": [ { "count": 2, "label": "Apple M5 Chip", "value": "Apple M5 Chip" } ], "parameter": "Prosesor" }, { "type": "checkbox", "label": "RAM", "options": [ { "count": 2, "label": "16GB", "value": "16GB" } ], "parameter": "RAM" }, { "type": "checkbox", "label": "UKURAN LAYAR", "options": [ { "count": 1, "label": "13.6 Inch", "value": "13.6 Inch" }, { "count": 1, "label": "15.3 Inch", "value": "15.3 Inch" } ], "parameter": "Ukuran Layar" }, { "type": "checkbox", "label": "WARNA", "options": [ { "count": 1, "label": "Midnight", "value": "Midnight" }, { "count": 1, "label": "Sky Blue", "value": "Sky Blue" } ], "parameter": "Warna" } ], "categoryId": "759" } ``` --- ### Related products related to one product - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:ibox/related` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `sku` | string | query | yes | Product SKU (the `sku` field of a product or search response) | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:ibox/related?sku=8100226831" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:ibox/related?sku=8100226831", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:ibox/related?sku=8100226831", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "sku": "8100226831", "count": 3, "items": [ { "sku": "8100020591", "url": "https://ibox.co.id/product/20w-usb-c-power-adapter-1", "name": "20W USB-C Power Adapter", "brand": "Apple", "price": 399000, "stock": 3003, "images": [ "/a/p/apple_20w_usb-c_power_adapter-1.jpg", "/a/p/apple_20w_usb-c_power_adapter-2.jpg", "/a/p/apple_20w_usb-c_power_adapter-3.jpg" ], "urlKey": "20w-usb-c-power-adapter-1", "inStock": true, "category": "iBox/Accessories", "priceMax": 499000, "priceMin": 499000, "isLimited": false, "listPrice": 499000, "productId": "266617", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_20w_usb-c_power_adapter-1.jpg", "isPreorder": false, "reviewCount": 0 }, { "sku": "8100226600", "url": "https://ibox.co.id/product/iphone-17-pro-max-clear-case-with-magsafe", "name": "iPhone 17 Pro Max Clear Case with MagSafe", "brand": "Apple", "price": 1299000, "stock": 0, "images": [ "/a/p/apple_iphone_17_pro_max_clear_case_with_magsafe_1.webp", "/a/p/apple_iphone_17_pro_max_clear_case_with_magsafe_2.webp", "/a/p/apple_iphone_17_pro_max_clear_case_with_magsafe_3.webp" ], "urlKey": "iphone-17-pro-max-clear-case-with-magsafe", "inStock": false, "category": "Mobile Accessories/Casing", "priceMax": 1299000, "priceMin": 1299000, "isLimited": false, "productId": "320076", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_iphone_17_pro_max_clear_case_with_magsafe_1.webp", "isPreorder": false, "reviewCount": 0 }, { "sku": "8100227168", "url": "https://ibox.co.id/product/apple-airpods-pro-3", "name": "AirPods Pro 3", "brand": "Apple", "price": 4399000, "stock": 21, "images": [ "/a/p/apple_airpods_pro_3_position_1.webp", "/a/p/apple_airpods_pro_3_position_2.webp", "/a/p/apple_airpods_pro_3_position_3.webp", "/a/p/apple_airpods_pro_3_position_4.webp", "/a/p/apple_airpods_pro_3_position_5.webp", "/a/p/apple_airpods_pro_3_position_6.webp", "/a/p/apple_airpods_pro_3_position_7.webp", "/a/p/apple_airpods_pro_3_position_8.webp" ], "urlKey": "apple-airpods-pro-3", "inStock": true, "category": "iBox/Airpods", "priceMax": 4499000, "priceMin": 4499000, "isLimited": false, "listPrice": 4499000, "productId": "322907", "thumbnail": "https://cdnpro.eraspace.com/media/catalog/product/a/p/apple_airpods_pro_3_position_1.webp", "isPreorder": false, "reviewCount": 0 } ] } ``` --- ### Banners homepage promotional banners - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:ibox/banners` - **Cache TTL:** 600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `device` | enum(desktop|mobile) | query | no | Which banner set: desktop or mobile. Default desktop | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:ibox/banners?device=desktop" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:ibox/banners?device=desktop", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:ibox/banners?device=desktop", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 9, "items": [ { "url": "https://ibox.co.id/page/promo-september-ceria?utm_source=web&utm_medium=slider_banner&utm_campaign=promo_september_ceria", "type": "href", "image": "https://storage.googleapis.com/eraspacelink/pmp/production/banners/images/YoPeaVVB7RfkohRWtk92QacTCIjeZoZXB8i3wp6U.jpg", "title": "iBox Promo September Ceria - Desktop" }, { "url": "https://ibox.co.id/page/eraxpress-fair?utm_source=web&utm_medium=slider_banner&utm_campaign=eraxpress_fair", "type": "href", "image": "https://storage.googleapis.com/eraspacelink/pmp/production/banners/images/3JWXzLsvYFPjEKLVFbRfmo2J5VURwkwr8OuR0oOY.jpg", "title": "iBox Eraxpress Fair - Desktop" }, { "url": "https://ibox.co.id/page/member-myeraspace?utm_source=web&utm_medium=slider_banner&utm_campaign=member_myeraspace", "type": "href", "image": "https://storage.googleapis.com/eraspacelink/pmp/production/banners/images/OAifJ0EbNfu43Lkjj1lInJZKu9XFjjhcCBPp8aZY.jpg", "title": "iBox Member Myeraspace - Desktop" }, { "url": "https://ibox.co.id/pages/lihat-semua-iphone-810", "type": "href", "image": "https://storage.googleapis.com/eraspacelink/pmp/production/banners/images/tUV7XX1T3d8zt7TDxBelRN9ryBemJLB99ucoypZ2.jpg", "title": "iBox iPhone x GWP - Desktop" }, { "url": "https://ibox.co.id/product/13-inch-macbook-neo-s8100261733", "type": "href", "image": "https://storage.googleapis.com/eraspacelink/pmp/production/banners/images/fEkSwxngXCjRBWn1W2IE3298R4T5AU7CtryPmoCH.jpg", "title": "iBox Macbook Neo - Desktop" }, { "url": "https://ibox.co.id/page/go-ibox-paris-van-java?utm_source=web&utm_medium=slider_banner&utm_campaign=go_ibox_paris_van_java", "type": "href", "image": "https://storage.googleapis.com/eraspacelink/pmp/production/banners/images/TI4ww0bNf2atFQaYzqgcXiuHCLykoiWNgNSokmCS.jpg", "title": "iBox Grand Opening iBox Paris van java - Desktop" }, { "url": "https://ibox.co.id/page/erajaya-anniversary?utm_source=web&utm_medium=slider_banner&utm_campaign=erajaya_anniv_ibox", "type": "href", "image": "https://storage.googleapis.com/eraspacelink/pmp/production/banners/images/5EproqKmN9o8zsuGdfltqH8LDPcSV09KnC8m8M38.jpg", "title": "iBox Promo 30th Erajaya - Desktop" }, { "url": "https://ibox.co.id/catalog/promo-program-free-tecpro-ibox-9353?utm_source=web&utm_medium=slider_banner&utm_campaign=promo_program_free_tecpro_ibox", "type": "href", "image": "https://storage.googleapis.com/eraspacelink/pmp/production/banners/images/J3G8tbEQYkW2EqtFUbhQO7KCuWatXGIvMd6GEWOj.jpg", "title": "iBox Promo Gratis Proteksi 12 Bulan - Desktop" } ], "device": "desktop" } ``` --- ## Lazada **Category:** marketplace · **Slug:** `lazada` **Detail page:** https://zapi.ink/api/marketplace/lazada Akses data publik Lazada Indonesia: pencarian produk dengan harga, diskon, rating, jumlah terjual, dan info penjual. Untuk riset harga & monitoring katalog. **Tags:** lazada, marketplace, ecommerce, indonesia, produk, belanja ### Product Search Cari produk di Lazada Indonesia berdasarkan kata kunci. Mengembalikan harga, diskon, rating, jumlah terjual, dan info penjual per produk. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:lazada/search` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `query` | string | query | yes | Product search keyword | | `page` | number | query | no | Result page. Default 1, max 100 | | `sort` | enum(relevance|cheapest|expensive|popular) | query | no | Result order. Default relevance | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:lazada/search?query=laptop&page=1&sort=cheapest" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:lazada/search?query=laptop&page=1&sort=cheapest", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:lazada/search?query=laptop&page=1&sort=cheapest", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 40, "items": [ { "url": "https://www.lazada.co.id/products/pdp-i8402078335.html", "name": "Laptop Lenovo G480 RAM 4GB HDD 320GB INTEL CELERON B820 MURAH", "shop": { "city": "Kota Tangerang", "name": "Awan Notebook", "shopId": "401776912089" }, "brand": "Lenovo", "image": "https://id-live-01.slatic.net/p/258fbc577ac7eda10b5e2eb0f424e4ce.jpg", "price": 899000, "rating": 4.583333333333333, "inStock": true, "soldText": "36 sold", "listPrice": 1200000, "priceText": "Rp899.000", "productId": "8402078335", "reviewCount": 12, "discountPercent": 25 }, { "url": "https://www.lazada.co.id/products/pdp-i8105376706.html", "name": "Lenovo ThinkPad X1 Carbon 4Th/5Th/6Th Core I5/I7 Laptop + Bonus!!! Most Cheap, Most Smooth, Worth It to Buy", "shop": { "city": "Kota Jakarta Utara", "name": "Grand Laptop", "shopId": "401744560052" }, "brand": "UNINICE", "image": "https://id-live-01.slatic.net/p/ff91f40b21a75fb69f8d28d242525003.jpg", "price": 3300000, "rating": 5, "inStock": true, "soldText": "115 sold", "priceText": "Rp3.300.000", "productId": "8105376706", "reviewCount": 68 }, { "url": "https://www.lazada.co.id/products/pdp-i7632398683.html", "name": "Laptop Hp Elitebook 830 G7 I7 Gen 10 32Gb/1Tb Ssd Slim Cool with Guarantee Ready to Use", "shop": { "city": "Kota Jakarta Barat", "name": "Bestbrand Laptops", "shopId": "401085104905" }, "brand": "HP", "image": "https://id-live-01.slatic.net/p/c7a36a81126795ea5a2f0993e10dcab7.jpg", "price": 3500000, "rating": 4.809523809523809, "inStock": true, "soldText": "54 sold", "listPrice": 4650000, "priceText": "Rp3.500.000", "productId": "7632398683", "reviewCount": 21, "discountPercent": 25 }, { "url": "https://www.lazada.co.id/products/pdp-i7994604597.html", "name": "Laptop Lenovo ThinkPad L460 E460 T460/T460S Core I5/I7 Gen 6 Super Cheap, Smooth and with Guarantee", "shop": { "city": "Kota Jakarta Utara", "name": "Grand Laptop", "shopId": "401744560052" }, "brand": "UNINICE", "image": "https://id-live-01.slatic.net/p/1606b0424ffdb4e67e6b3a15e9a63e4b.png", "price": 2500000, "rating": 4.935483870967742, "inStock": true, "soldText": "95 sold", "priceText": "Rp2.500.000", "productId": "7994604597", "reviewCount": 62 }, { "url": "https://www.lazada.co.id/products/pdp-i7994526483.html", "name": "Lenovo ThinkPad T450 T450S E450 Core I3/I5/I7 Gen 5 Laptop - 14 Inch Screen Super Cheap Smooth with Guarantee", "shop": { "city": "Kota Jakarta Utara", "name": "Grand Laptop", "shopId": "401744560052" }, "brand": "UNINICE", "image": "https://id-live-01.slatic.net/p/5fb25d0837d5ad3854d10dfed83e5c18.png", "price": 2300000, "rating": 4.977777777777778, "inStock": true, "soldText": "72 sold", "priceText": "Rp2.300.000", "productId": "7994526483", "reviewCount": 45 }, { "url": "https://www.lazada.co.id/products/pdp-i5560826335.html", "name": "Lenovo Laptop Core I7 I5 I3 Ram 8 Gb Ssd 256 Gb Infinity Technology Guarantee", "shop": { "city": "Kota Jakarta Pusat", "name": "Infinity Technology", "shopId": "400612695072" }, "brand": "Lenovo", "image": "https://id-live-01.slatic.net/p/bedbb5b7c8d865d31da3a8d8db63b07f.png", "price": 1525000, "rating": 4.777117384843982, "inStock": true, "soldText": "1.3K sold", "listPrice": 2250000, "priceText": "Rp1.525.000", "productId": "5560826335", "reviewCount": 673, "discountPercent": 32 }, { "url": "https://www.lazada.co.id/products/pdp-i8319620854.html", "name": "Laptop Asus X451C RAM 2GB HDD 500GB INTEL CELERON 1007U MURAH", "shop": { "city": "Kota Tangerang", "name": "Awan Notebook", "shopId": "401776912089" }, "brand": "ASUS", "image": "https://id-live-01.slatic.net/p/c715d0fe321a3af0b3ef3cb580141df4.jpg", "price": 899000, "inStock": true, "listPrice": 1000000, "priceText": "Rp899.000", "productId": "8319620854", "discountPercent": 10 }, { "url": "https://www.lazada.co.id/products/pdp-i7993882089.html", "name": "Lenovo L480 E480 T480 T480S Core I5/I7 Gen 8 Laptop - 14 Inch Screen Cheapest Best with Guarantee", "shop": { "city": "Kota Jakarta Utara", "name": "Laptop Murah Bagus", "shopId": "401775104980" }, "brand": "DDP EP STORE", "image": "https://id-live-01.slatic.net/p/5a76cf14d43e69729962cd32b8d9c4bd.jpg", "price": 2600000, "rating": 4.970588235294118, "inStock": true, "soldText": "60 sold", "priceText": "Rp2.600.000", "productId": "7993882089", "reviewCount": 34 }, { "url": "https://www.lazada.co.id/products/pdp-i8110098444.html", "name": "Laptop Hp Elitebook 630 650 430 440 G6 G7 G8 G9 Core I5 I7 Gen 8 Cheapest Smooth with Guarantee", "shop": { "city": "Kota Jakarta Utara", "name": "Laptop Murah Bagus", "shopId": "401775104980" }, "brand": "DDP EP STORE", "image": "https://id-live-01.slatic.net/p/b573a4789c84935948f95f35cd50d33f.jpg", "price": 2700000, "rating": 4.826086956521739, "inStock": true, "soldText": "28 sold", "priceText": "Rp2.700.000", "productId": "8110098444", "reviewCount": 23 }, { "url": "https://www.lazada.co.id/products/pdp-i8382464717.html", "name": "Laptop Hp Elitebook 845 G8 Amd Ryzen 5 Pro 5650U 32Gb/1Tb Ssd Win 11Pro Free Bag/Mouse Ready to Use", "shop": { "city": "Kota Jakarta Barat", "name": "Bestbrand Laptops", "shopId": "401085104905" }, "brand": "HP", "image": "https://filebroker-cdn.lazada.co.id/kf/S23bc1bbea0b141d2a7629339ebad61e7X.jpg", "price": 5100000, "rating": 4.555555555555555, "inStock": true, "soldText": "21 sold", "listPrice": 6200000, "priceText": "Rp5.100.000", "productId": "8382464717", "reviewCount": 9, "discountPercent": 18 }, { "url": "https://www.lazada.co.id/products/pdp-i7728366904.html", "name": "Lenovo ThinkPad T470 Touchscreen Intel Core I7 Ssd 1Tb Ram 16Gb Win 10 Pro - 14 Inch Professional Business Laptop", "shop": { "city": "Kota Jakarta Barat", "name": "Marvel stores", "shopId": "1000077365" }, "brand": "Lenovo", "image": "https://id-live-01.slatic.net/p/f389077a3987ef7fee5083e923bb017c.jpg", "price": 2750000, "rating": 4.653846153846154, "inStock": true, "soldText": "197 sold", "priceText": "Rp2.750.000", "productId": "7728366904", "reviewCount": 104 }, { "url": "https://www.lazada.co.id/products/pdp-i7797790184.html", "name": "Dell 5490 Core i5 Gen 8th RAM 16GB SSD 256GB OS Windows 10 Pro free laptop mouse bag", "shop": { "city": "Kota Jakarta Barat", "name": "US_ELEKTRONIK", "shopId": "400739670219" }, "brand": "Dell", "image": "https://id-live-01.slatic.net/p/82c528032cc2582bbefe4e3cd29bf8f6.png", "price": 2400000, "rating": 5, "inStock": true, "listPrice": 3000000, "priceText": "Rp2.400.000", "productId": "7797790184", "reviewCount": 1, "discountPercent": 20 }, { "url": "https://www.lazada.co.id/products/pdp-i8107206460.html", "name": "Laptop Hp Elitebook 820 830 840 850 G5 G6 G7 G8 Core I5 I7 Gen 8 Cheapest Smooth with Guarantee", "shop": { "city": "Kota Jakarta Utara", "name": "Laptop Murah Bagus", "shopId": "401775104980" }, "brand": "DDP EP STORE", "image": "https://id-live-01.slatic.net/p/7e84a8ced49f3c7844f79a860fb626bb.jpg", "price": 2400000, "rating": 4.75, "inStock": true, "soldText": "12 sold", "priceText": "Rp2.400.000", "productId": "8107206460", "reviewCount": 4 }, { "url": "https://www.lazada.co.id/products/pdp-i7620042597.html", "name": "LAPTOP ACER ASPIRE 14\" INTEL CELERON N3060 RAM 4GB HDD 500GB WINDOWS 10 BERGARANSI FREE TAS/MOUSE", "shop": { "city": "Kota Jakarta Barat", "name": "Bestbrand Laptops", "shopId": "401085104905" }, "brand": "Acer", "image": "https://id-live-01.slatic.net/p/b7cf46b35457886c77967d41b165cbd4.png", "price": 1900000, "rating": 4.833333333333333, "inStock": true, "soldText": "20 sold", "listPrice": 2400000, "priceText": "Rp1.900.000", "productId": "7620042597", "reviewCount": 6, "discountPercent": 21 }, { "url": "https://www.lazada.co.id/products/pdp-i7988816041.html", "name": "Lenovo ThinkPad t480 t480s Core i5/i7 Gen 8 + Bonus!!! Cheapest most seamless wort it to buy", "shop": { "city": "Kota Jakarta Utara", "name": "Grand Laptop", "shopId": "401744560052" }, "brand": "UNINICE", "image": "https://id-live-01.slatic.net/p/9e1002bf8f84cbc72b44100c5583f75b.png", "price": 3500000, "rating": 5, "inStock": true, "soldText": "57 sold", "priceText": "Rp3.500.000", "productId": "7988816041", "reviewCount": 31 }, { "url": "https://www.lazada.co.id/products/pdp-i7989294468.html", "name": "Laptop Lenovo ThinkPad X270 Core I3 I5 I7 Gen 6/7 - 12.5 Inch Screen Super Cheap Smooth with Guarantee", "shop": { "city": "Kota Jakarta Utara", "name": "Grand Laptop", "shopId": "401744560052" }, "brand": "UNINICE", "image": "https://id-live-01.slatic.net/p/8915f9f2e3a0e60bdd6500fafd33e831.png", "price": 2200000, "rating": 5, "inStock": true, "soldText": "48 sold", "priceText": "Rp2.200.000", "productId": "7989294468", "reviewCount": 26 }, { "url": "https://www.lazada.co.id/products/pdp-i8694684130.html", "name": "Laptop Hp Elitebook 845 G8 Amd Ryzen 5 Pro Touchscreen Ram 16Gb/1Tb Gb Free Bag/Mouse Ready to Use", "shop": { "city": "Kota Jakarta Barat", "name": "Bestbrand Laptops", "shopId": "401085104905" }, "brand": "HP", "image": "https://filebroker-cdn.lazada.co.id/kf/Sd2c0e9b7d1e14b4fade1e5a4954e6a83r.jpg", "price": 2900000, "rating": 5, "inStock": true, "soldText": "14 sold", "listPrice": 3900000, "priceText": "Rp2.900.000", "productId": "8694684130", "reviewCount": 3, "discountPercent": 26 }, { "url": "https://www.lazada.co.id/products/pdp-i8318718130.html", "name": "Notebook Acer aspire one PAV70 RAM 1GB HDD 160GB INTEL ATOM N450 MURAH", "shop": { "city": "Kota Tangerang", "name": "Awan Notebook", "shopId": "401776912089" }, "brand": "Acer", "image": "https://id-live-01.slatic.net/p/1e9c7ac06bdf11a47b700839d9e019a8.jpg", "price": 699000, "inStock": true, "listPrice": 900000, "priceText": "Rp699.000", "productId": "8318718130", "discountPercent": 22 }, { "url": "https://www.lazada.co.id/products/pdp-i8159236063.html", "name": "Lenovo ThinkPad t495 E495 x395 VGA Ryzen laptop-14 inch Display + bonus!!! Bag, mouse, mouse pad cheapest most seamless wort it to buy", "shop": { "city": "Kota Jakarta Utara", "name": "Grand Laptop", "shopId": "401744560052" }, "brand": "UNINICE", "image": "https://id-live-01.slatic.net/p/f39879eca6d3b3da287259899e91e9c5.png", "price": 3300000, "rating": 5, "inStock": true, "soldText": "42 sold", "priceText": "Rp3.300.000", "productId": "8159236063", "reviewCount": 9 }, { "url": "https://www.lazada.co.id/products/pdp-i8348862556.html", "name": "Lenovo ThinkPad T470 Laptop Core I5 7Th Windows 11Pro 16Gb/1Tb Ssd with Guarantee", "shop": { "city": "Kota Jakarta Barat", "name": "Bestbrand Laptops", "shopId": "401085104905" }, "brand": "Lenovo", "image": "https://id-live-01.slatic.net/p/84ecc6ee9f524ece8ac0c913e3bfe09c.png", "price": 2800000, "rating": 5, "inStock": true, "soldText": "7 sold", "listPrice": 4000000, "priceText": "Rp2.800.000", "productId": "8348862556", "reviewCount": 2, "discountPercent": 30 }, { "url": "https://www.lazada.co.id/products/pdp-i7743246861.html", "name": "Lenovo ThinkPad T460 Business Laptop I5-6300U 2.5Ghz 8Gb Ram 256Gb Ssd 14 Inch Full Hd Vga Intel Hd 520 with Bonus Mouse and Bag - Black", "shop": { "city": "Kota Jakarta Barat", "name": "Marvel stores", "shopId": "1000077365" }, "brand": "Lenovo", "image": "https://id-live-01.slatic.net/p/02722ac9f9b4c652954197c52845d6fe.jpg", "price": 2750000, "rating": 4.5625, "inStock": true, "soldText": "44 sold", "priceText": "Rp2.750.000", "productId": "7743246861", "reviewCount": 16 }, { "url": "https://www.lazada.co.id/products/pdp-i8106796791.html", "name": "Lenovo ThinkPad X220 x230 Core i3/i5 Gen 3-12,5 \"inch screen super cheap seamless warranty", "shop": { "city": "Kota Jakarta Utara", "name": "Laptop Murah Bagus", "shopId": "401775104980" }, "brand": "DDP EP STORE", "image": "https://id-live-01.slatic.net/p/8e84b501c27287937bd0dbe63d6bf994.jpg", "price": 2100000, "rating": 5, "inStock": true, "soldText": "51 sold", "priceText": "Rp2.100.000", "productId": "8106796791", "reviewCount": 43 }, { "url": "https://www.lazada.co.id/products/pdp-i7678902071.html", "name": "LAPTOP LENOVO THINKPAD T470s RAM 20 GB SSD 2 TB SLIM PROMO MURAH BAGUS BERGARANSI", "shop": { "city": "Kota Jakarta Utara", "name": "LEFA Comp", "shopId": "400630767891" }, "brand": "Lenovo", "image": "https://filebroker-cdn.lazada.co.id/kf/S100a5d1c4a3742b0aff676e972c1d2d34.jpg", "price": 2150000, "rating": 4.782608695652174, "inStock": true, "soldText": "46 sold", "priceText": "Rp2.150.000", "productId": "7678902071", "reviewCount": 23 }, { "url": "https://www.lazada.co.id/products/pdp-i8267558188.html", "name": "Laptop Lenovo G405 ram 6gb 128gb ssd amd e1-2100 murah", "shop": { "city": "Kota Tangerang", "name": "Awan Notebook", "shopId": "401776912089" }, "brand": "Lenovo", "image": "https://id-live-01.slatic.net/p/8045db62f4b49f4488ec639997d24965.jpg", "price": 1199000, "rating": 4, "inStock": true, "soldText": "10 sold", "listPrice": 1500000, "priceText": "Rp1.199.000", "productId": "8267558188", "reviewCount": 4, "discountPercent": 20 }, { "url": "https://www.lazada.co.id/products/pdp-i8279054960.html", "name": "Laptop HP EliteBook 840 G8 core I5-1135G7 RAM 32GB SSD 1TB 14 inch Windows 11 pro", "shop": { "city": "Kota Jakarta Barat", "name": "Bestbrand Laptops", "shopId": "401085104905" }, "brand": "HP", "image": "https://id-live-01.slatic.net/p/180e4ec4dea9bf6b17df10c894899513.png", "price": 3900000, "rating": 4.5, "inStock": true, "soldText": "66 sold", "listPrice": 4500000, "priceText": "Rp3.900.000", "productId": "8279054960", "reviewCount": 20, "discountPercent": 13 }, { "url": "https://www.lazada.co.id/products/pdp-i8342438537.html", "name": "HP x360 2in1 G3 G G7 touchscreen-11,6 inch screen cheap good warranty", "shop": { "city": "Kota Jakarta Utara", "name": "Laptop Murah Bagus", "shopId": "401775104980" }, "brand": "DDP EP STORE", "image": "https://id-live-01.slatic.net/p/bd931a62cf3bf1cbcbc1dc3f3c619ee1.jpg", "price": 1800000, "rating": 5, "inStock": true, "soldText": "43 sold", "priceText": "Rp1.800.000", "productId": "8342438537", "reviewCount": 22 }, { "url": "https://www.lazada.co.id/products/pdp-i8247970520.html", "name": "Laptop Lenovo ideapad 300 ram 8gb hdd 500gb intel celeron n3150 MURAH", "shop": { "city": "Kota Tangerang", "name": "Awan Notebook", "shopId": "401776912089" }, "brand": "Lenovo", "image": "https://id-live-01.slatic.net/p/147bbac24fb8d8f74b221e002a335348.jpg", "price": 999000, "rating": 5, "inStock": true, "soldText": "6 sold", "listPrice": 1300000, "priceText": "Rp999.000", "productId": "8247970520", "reviewCount": 1, "discountPercent": 23 }, { "url": "https://www.lazada.co.id/products/pdp-i7611134343.html", "name": "LAPTOP LENOVO IDEAPAD 320/330 AMD A9 LAYAR 14 INCH WINDOWS 10 BERGARANSI FREE TAS/MOUSE", "shop": { "city": "Kota Jakarta Barat", "name": "Bestbrand Laptops", "shopId": "401085104905" }, "brand": "Lenovo", "image": "https://id-live-01.slatic.net/p/24714bba6f10c684731f20923ef5aea0.png", "price": 2275000, "rating": 5, "inStock": true, "soldText": "20 sold", "listPrice": 3200000, "priceText": "Rp2.275.000", "productId": "7611134343", "reviewCount": 8, "discountPercent": 29 }, { "url": "https://www.lazada.co.id/products/pdp-i8825094008.html", "name": "HP 14s laptop", "shop": { "city": "Kab. Bandung Barat", "name": "Hannarox", "shopId": "403545120351" }, "brand": "HP", "image": "https://filebroker-cdn.lazada.co.id/kf/S403a7ad3f6b2489a9c271d87fdab8d17j.jpg", "price": 800000, "inStock": true, "priceText": "Rp800.000", "productId": "8825094008" }, { "url": "https://www.lazada.co.id/products/pdp-i7997750343.html", "name": "Lenovo ThinkPad x270 Core i3/i5/i7 Gen 6 & 7 laptop | cheap & guaranteed", "shop": { "city": "Kota Jakarta Utara", "name": "Laptop Murah Bagus", "shopId": "401775104980" }, "brand": "DDP EP STORE", "image": "https://id-live-01.slatic.net/p/1414da060d95fc82bea8c77f1aba0fe8.jpg", "price": 2500000, "rating": 4.973333333333334, "inStock": true, "soldText": "121 sold", "priceText": "Rp2.500.000", "productId": "7997750343", "reviewCount": 75 }, { "url": "https://www.lazada.co.id/products/pdp-i5560838077.html", "name": "Lenovo Laptop Windows 10 Core I3 I5 I7 Ssd 128 256 Gb", "shop": { "city": "Kota Jakarta Pusat", "name": "Infinity Technology", "shopId": "400612695072" }, "brand": "Lenovo", "image": "https://id-live-01.slatic.net/p/bedbb5b7c8d865d31da3a8d8db63b07f.png", "price": 1525000, "rating": 4.82258064516129, "inStock": true, "soldText": "708 sold", "listPrice": 2250000, "priceText": "Rp1.525.000", "productId": "5560838077", "reviewCount": 372, "discountPercent": 32 }, { "url": "https://www.lazada.co.id/products/pdp-i8375740586.html", "name": "Windows 10 HP laptop, 4GB RAM suitable for school and office", "shop": { "city": "Kota Semarang", "name": "m1no mart", "shopId": "402054432939" }, "brand": "No Brand", "image": "https://filebroker-cdn.lazada.co.id/kf/S10463e20b646416cb0a7d18e6ab2739fq.jpg", "price": 915000, "rating": 4.870270270270271, "inStock": true, "soldText": "307 sold", "listPrice": 1000000, "priceText": "Rp915.000", "productId": "8375740586", "reviewCount": 185, "discountPercent": 9 }, { "url": "https://www.lazada.co.id/products/pdp-i8034718378.html", "name": "Hp Laptop / 4 Gb Ram / 1 Tb Hdd", "shop": { "city": "Kab. Blitar", "name": "Toko Berkah Mbah Yai", "shopId": "401863232511" }, "brand": "HP", "image": "https://filebroker-cdn.lazada.co.id/kf/S5b5243597c6e4c48bca665e692b3c6f2N.jpg", "price": 520000, "inStock": true, "priceText": "Rp520.000", "productId": "8034718378" }, { "url": "https://www.lazada.co.id/products/pdp-i8780194607.html", "name": "Lenovo 120S-11Iap Laptop Windows 10 Pro 64-Bit Processor Intel Celeron N3350 Ram 2 Gb Storage 500 Gb Hdd Display Microsoft Basic Display Adapter Uk 11 Inch Slim Thin", "shop": { "city": "Kota Tangerang", "name": "Awan Notebook", "shopId": "401776912089" }, "brand": "Lenovo", "image": "https://id-live-01.slatic.net/p/d85f1b54efa4027dbc35610cb32614b8.jpg", "price": 1000000, "inStock": true, "priceText": "Rp1.000.000", "productId": "8780194607" }, { "url": "https://www.lazada.co.id/products/pdp-i7108674513.html", "name": "2 in 1 touchscreen Lenovo Yoga 11e Laptop Intel Core m3 Ram 4GB/512ssd win 10 pro foldable", "shop": { "city": "Kota Jakarta Barat", "name": "US_ELEKTRONIK", "shopId": "400739670219" }, "brand": "Lenovo", "image": "https://id-live-01.slatic.net/p/069a99863a34753233e10d8a06d9382d.png", "price": 1500000, "rating": 4.962962962962963, "inStock": true, "soldText": "49 sold", "listPrice": 2100000, "priceText": "Rp1.500.000", "productId": "7108674513", "reviewCount": 27, "discountPercent": 29 }, { "url": "https://www.lazada.co.id/products/pdp-i7968314659.html", "name": "Laptop asus X43U 2gb ram 500gb hdd processor AMD E-350 FULLSET DAN MURAH", "shop": { "city": "Kota Tangerang", "name": "Awan Notebook", "shopId": "401776912089" }, "brand": "ASUS", "image": "https://id-live-01.slatic.net/p/74295ce68f037e184f54b69d87e29c68.jpg", "price": 1099000, "rating": 4.777777777777778, "inStock": true, "soldText": "15 sold", "listPrice": 1700000, "priceText": "Rp1.099.000", "productId": "7968314659", "reviewCount": 9, "discountPercent": 35 }, { "url": "https://www.lazada.co.id/products/pdp-i8764502490.html", "name": "Best Selling Promotion for Lenovo ThinkPad T460S Laptop I7 6Th/ 8Gb/1Tb Ssd Windows 11Pro", "shop": { "city": "Kota Jakarta Barat", "name": "Bestbrand Laptops", "shopId": "401085104905" }, "brand": "Lenovo", "image": "https://id-live-01.slatic.net/p/0a619704b4f0cc1d2afaea15cecc4e12.jpg", "price": 2300000, "rating": 3, "inStock": true, "listPrice": 2950000, "priceText": "Rp2.300.000", "productId": "8764502490", "reviewCount": 2, "discountPercent": 22 }, { "url": "https://www.lazada.co.id/products/pdp-i7686186403.html", "name": "ADVAN Workplus Laptop FHD IPS 14\" AMD Ryzen 5 6600H RAM 16GB / SSD 512GB", "shop": { "city": "Kab. Tangerang", "name": "AdvanFlagshipStore", "shopId": "400643085152" }, "brand": "Advan", "image": "https://id-live-01.slatic.net/p/ce2ef0189b814907ea2db7b0a75c8e06.jpg", "price": 7049000, "rating": 5, "inStock": true, "soldText": "7 sold", "listPrice": 8000000, "priceText": "Rp7.049.000", "productId": "7686186403", "reviewCount": 1, "discountPercent": 12 }, { "url": "https://www.lazada.co.id/products/pdp-i8343192059.html", "name": "Laptop HP x360 2 in 1 g3 g5 G7 touchscreen-11,6 inch screen super cheap good smooth quality and warranty", "shop": { "city": "Kota Jakarta Utara", "name": "MAX LAPTOP", "shopId": "401812816608" }, "brand": "VV - Clothg", "image": "https://id-live-01.slatic.net/p/bbff2a7da3d67d7db571b0efcfd87995.jpg", "price": 1400000, "rating": 4.666666666666667, "inStock": true, "soldText": "12 sold", "priceText": "Rp1.400.000", "productId": "8343192059", "reviewCount": 6 }, { "url": "https://www.lazada.co.id/products/pdp-i18839985429.html", "name": "Original Hp Mini 110-3500 Laptop Seamless 650K Nego", "shop": { "city": "Kota Sabang", "name": "Aidil Store Ma", "shopId": "402531952580" }, "brand": "HP", "image": "https://filebroker-cdn.lazada.co.id/kf/Sefc708604bb24e2fbd81b6a6101f400dN.jpg", "price": 650000, "inStock": true, "listPrice": 800000, "priceText": "Rp650.000", "productId": "18839985429", "discountPercent": 19 } ], "query": "laptop", "hasMore": true, "nextPage": 2, "totalData": 3285, "totalDataText": null } ``` --- ### Product Detail Full product detail by Lazada product URL or item id: price, variants with per-variant pricing, specs, seller, delivery options, warranty, installments and rating breakdown. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:lazada/product` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `product` | string | query | yes | Lazada product URL or bare item id (e.g. 7735494132) | | `skuId` | string | query | no | Variant to report as the main price. Default: the item's own default variant | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:lazada/product?product=https%3A%2F%2Fwww.lazada.co.id%2Fproducts%2Fapple-iphone-15-i7735494132.html&skuId=14230526868" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:lazada/product?product=https%3A%2F%2Fwww.lazada.co.id%2Fproducts%2Fapple-iphone-15-i7735494132.html&skuId=14230526868", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:lazada/product?product=https%3A%2F%2Fwww.lazada.co.id%2Fproducts%2Fapple-iphone-15-i7735494132.html&skuId=14230526868", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "url": "https://www.lazada.co.id/products/apple-iphone-15-i7735494132-s14230526882.html", "name": "Apple iPhone 15", "shop": { "url": "https://www.lazada.co.id/shop/ibox/?itemId=7735494132&channelSource=pdp", "name": "iBox", "tags": [ "5 Penjual Teratas untuk Perangkat Pintar yang Dapat Dipakai", "48.3K Terjual oleh Toko", "Toko 3-Tahun", "Baru", "Balasan cepat: Rata-rata 4 menit", "Pengiriman Cepat: 100% Dikirim dalam 48 jam" ], "image": "https://id-test-11.slatic.net/shop/34fb429ab5c5bc1e9a1a953435b2f67f.png", "shopId": "6078010", "sellerId": "400877472045", "isNewSeller": false, "positiveRating": "99%" }, "brand": { "id": "127197227", "url": "https://www.lazada.co.id/lazada6916025_apple-127197227/", "name": "Apple" }, "price": 18249000, "skuId": "14230526882", "specs": [ { "label": "Merek", "value": "Apple" }, { "label": "SKU", "value": "7735494132_ID-14230526882" }, { "label": "Jenis Layar", "value": "AMOLED" }, { "label": "Jumlah Kamera", "value": "Ganda" }, { "label": "Kapasitas Baterai (mAh)", "value": "3000 mAh" }, { "label": "Model", "value": "apple" }, { "label": "Kamera Belakang (MP)", "value": "48 MP" }, { "label": "Jenis Prosesor", "value": "2560x1170,apple a系列" } ], "images": [ "https://id-test-11.slatic.net/p/08cea39b4f4b0252619f9413432243f6.jpg", "https://id-test-11.slatic.net/p/dbcbf7b7655cd96eda59d5185bea06c2.jpg", "https://id-test-11.slatic.net/p/ae09224a792028ec0581ce58707619ba.jpg", "https://id-test-11.slatic.net/p/4e01989e5bb331f89e563773b642eb28.jpg", "https://id-test-11.slatic.net/p/a8ab5bb39ced3b19e21b92aedddd0bcf.jpg", "https://id-test-11.slatic.net/p/140eb7f321e53f784bb5b07776139d3a.jpg", "https://id-test-11.slatic.net/p/52ded1dc572148665781cbf161620f7b.jpg", "https://id-test-11.slatic.net/p/d062350e066ccd3644e4e9efecb38c3d.jpg" ], "rating": 5, "videos": [ { "url": "https://youtu.be/4iZNK3xP7YE", "poster": "https://id-test-11.slatic.net/p/cdda31533712995b58ccd2ebe2985aab.jpg" } ], "inStock": true, "options": [ { "name": "Warna", "values": [ { "name": "Black", "image": "https://id-test-11.slatic.net/p/08cea39b4f4b0252619f9413432243f6.jpg" }, { "name": "Pink", "image": "https://id-test-11.slatic.net/p/53aebd79240cb6d2214a24d55a332a13.jpg" }, { "name": "Yellow", "image": "https://id-test-11.slatic.net/p/08dbf1c30b3e5549c6c44bedffda6aad.jpg" }, { "name": "Blue", "image": "https://id-test-11.slatic.net/p/27c5fa3a142940f1266f93f71f4da85a.jpg" }, { "name": "Green", "image": "https://id-test-11.slatic.net/p/cdda31533712995b58ccd2ebe2985aab.jpg" } ] }, { "name": "Kapasitas Penyimpanan", "values": [ { "name": "256 GB" }, { "name": "512 GB" } ] } ], "category": { "id": "3443", "name": "Smartphones", "breadcrumb": [ { "url": "https://www.lazada.co.id/beli-handphone-tablet/", "name": "Handphone & Tablet" }, { "url": "https://www.lazada.co.id/beli-handphone/", "name": "Smartphones" }, { "name": "Apple iPhone 15" } ] }, "currency": "IDR", "delivery": [ { "eta": "Dijamin tiba 19-23 Sep", "fee": 18000, "type": "standard", "etaTo": "2026-09-23T21:46:38.087+07:00[GMT+07:00]", "title": "Standar", "etaFrom": "2026-09-19T21:46:38.087+07:00[GMT+07:00]", "feeText": "Rp18.000", "description": "Untuk produk lokal, produk akan sampai dalam waktu 2-4 hari kerja. \nOngkir disesuaikan dengan ukuran dan dimensi produk.\n\n Selengkapnya" }, { "fee": 0, "type": "noCOD", "title": "Bayar di tempat tidak berlaku" } ], "maxOrder": 5, "minOrder": 1, "priceMax": 18249000, "priceMin": 15639080, "variants": [ { "sku": "7735494132_ID-14230526873", "url": "https://www.lazada.co.id/products/apple-iphone-15-i7735494132-s14230526873.html", "name": "Black, 256 GB", "image": "https://id-test-11.slatic.net/p/08cea39b4f4b0252619f9413432243f6.jpg", "price": 16999000, "skuId": "14230526873", "options": { "Warna": "Black", "Kapasitas Penyimpanan": "256 GB" }, "maxOrder": 5, "minOrder": 1, "isPreSale": false, "listPrice": 17499000, "priceText": "Rp16.999.000", "discountText": "-3%", "listPriceText": "Rp17.499.000", "discountPercent": 3 }, { "sku": "7735494132_ID-14230526874", "url": "https://www.lazada.co.id/products/apple-iphone-15-i7735494132-s14230526874.html", "name": "Pink, 256 GB", "image": "https://id-test-11.slatic.net/p/53aebd79240cb6d2214a24d55a332a13.jpg", "price": 15639080, "skuId": "14230526874", "options": { "Warna": "Pink", "Kapasitas Penyimpanan": "256 GB" }, "maxOrder": 1, "minOrder": 1, "isPreSale": false, "listPrice": 17499000, "priceText": "Rp15.639.080", "discountText": "-11%", "listPriceText": "Rp17.499.000", "discountPercent": 11, "purchaseLimitText": "Jumlah pembelian produk dibatasi dalam promo ini: 1" }, { "sku": "7735494132_ID-14230526875", "url": "https://www.lazada.co.id/products/apple-iphone-15-i7735494132-s14230526875.html", "name": "Yellow, 256 GB", "image": "https://id-test-11.slatic.net/p/08dbf1c30b3e5549c6c44bedffda6aad.jpg", "price": 16999000, "skuId": "14230526875", "options": { "Warna": "Yellow", "Kapasitas Penyimpanan": "256 GB" }, "maxOrder": 5, "minOrder": 1, "isPreSale": false, "listPrice": 17499000, "priceText": "Rp16.999.000", "discountText": "-3%", "listPriceText": "Rp17.499.000", "discountPercent": 3 }, { "sku": "7735494132_ID-14230526876", "url": "https://www.lazada.co.id/products/apple-iphone-15-i7735494132-s14230526876.html", "name": "Blue, 256 GB", "image": "https://id-test-11.slatic.net/p/27c5fa3a142940f1266f93f71f4da85a.jpg", "price": 15639080, "skuId": "14230526876", "options": { "Warna": "Blue", "Kapasitas Penyimpanan": "256 GB" }, "maxOrder": 1, "minOrder": 1, "isPreSale": false, "listPrice": 17499000, "priceText": "Rp15.639.080", "discountText": "-11%", "listPriceText": "Rp17.499.000", "discountPercent": 11, "purchaseLimitText": "Jumlah pembelian produk dibatasi dalam promo ini: 1" }, { "sku": "7735494132_ID-14230526877", "url": "https://www.lazada.co.id/products/apple-iphone-15-i7735494132-s14230526877.html", "name": "Green, 256 GB", "image": "https://id-test-11.slatic.net/p/cdda31533712995b58ccd2ebe2985aab.jpg", "price": 16999000, "skuId": "14230526877", "options": { "Warna": "Green", "Kapasitas Penyimpanan": "256 GB" }, "maxOrder": 5, "minOrder": 1, "isPreSale": false, "listPrice": 17499000, "priceText": "Rp16.999.000", "discountText": "-3%", "listPriceText": "Rp17.499.000", "discountPercent": 3 }, { "sku": "7735494132_ID-14230526878", "url": "https://www.lazada.co.id/products/apple-iphone-15-i7735494132-s14230526878.html", "name": "Black, 512 GB", "image": "https://id-test-11.slatic.net/p/08cea39b4f4b0252619f9413432243f6.jpg", "price": 18249000, "skuId": "14230526878", "options": { "Warna": "Black", "Kapasitas Penyimpanan": "512 GB" }, "maxOrder": 5, "minOrder": 1, "isPreSale": false, "listPrice": 21499000, "priceText": "Rp18.249.000", "discountText": "-15%", "listPriceText": "Rp21.499.000", "discountPercent": 15 }, { "sku": "7735494132_ID-14230526879", "url": "https://www.lazada.co.id/products/apple-iphone-15-i7735494132-s14230526879.html", "name": "Pink, 512 GB", "image": "https://id-test-11.slatic.net/p/53aebd79240cb6d2214a24d55a332a13.jpg", "price": 18249000, "skuId": "14230526879", "options": { "Warna": "Pink", "Kapasitas Penyimpanan": "512 GB" }, "maxOrder": 5, "minOrder": 1, "isPreSale": false, "listPrice": 21499000, "priceText": "Rp18.249.000", "discountText": "-15%", "listPriceText": "Rp21.499.000", "discountPercent": 15 }, { "sku": "7735494132_ID-14230526880", "url": "https://www.lazada.co.id/products/apple-iphone-15-i7735494132-s14230526880.html", "name": "Yellow, 512 GB", "image": "https://id-test-11.slatic.net/p/08dbf1c30b3e5549c6c44bedffda6aad.jpg", "price": 18249000, "skuId": "14230526880", "options": { "Warna": "Yellow", "Kapasitas Penyimpanan": "512 GB" }, "maxOrder": 5, "minOrder": 1, "isPreSale": false, "listPrice": 21499000, "priceText": "Rp18.249.000", "discountText": "-15%", "listPriceText": "Rp21.499.000", "discountPercent": 15 } ], "warranty": [ { "type": "authenticity", "title": "100% Ori", "description": "Garansi uang kembali 2x lipat dari harga beli jika produk yang kamu beli di LazMall terbukti tidak asli. \n\n*Syarat dan ketentuan berlaku" }, { "type": "returnPolicy1", "title": "Pengembalian Gratis 1 Hari", "description": "Jaminan 1 hari pengembalian untuk semua produk LazMall (*syarat dan ketentuan berlaku)." }, { "type": "noWarranty", "title": "Garansi tidak tersedia", "description": "Jika produk Anda tidak memiliki garansi, Anda tetap mendapatkan keuntungan dari kebijakan pengembalian kami. Silakan baca ketentuan kebijakan pengembalian disini ." } ], "isPreSale": false, "listPrice": 21499000, "priceText": "Rp18.249.000", "productId": "7735494132", "description": "Apple iPhone 15Dual kamera, layar 6.1 inci, kamera belakang 48MP, tersedia dalam warna kuning, pink, biru, hijau, hitam. Smartphone iOS dengan penyimpanan 128GB dan 256GB, dilengkapi pengisian cepat dan jaminan garansi lokal. - Lazada", "detailLevel": "full", "reviewCount": 470, "defaultImage": "https://id-test-11.slatic.net/p/08cea39b4f4b0252619f9413432243f6.jpg", "discountText": "-15%", "installments": [ { "url": "https://pdpdesc-m.lazada.co.id/installment?timeStamp=1789695998214&itemId=7735494132&hybrid=1&data=%7B%22amount%22%3A%2218249000.00%22%2C%22white%22%3A%226%2C12%2C18%22%2C%22skuId%22%3A%2214230526880%22%7D®ionID=ID&lzd=33BE010314B2B7EA9F53CB71025AC1C8BB39C039A6A8F702D5A2019A32B7D4178A39E43116D30C7A1B1B2121310BBD55361D59F371AE995C9F43285B35527081C3B2B709EAEB35AFE4801566610B54B037BD5C5B3FB7C4869176F0929B3F12963482DAF309E98C5F8AC05E1CB4779DACA5EAF21C7308C0C6C1042A86751EC801B239D27044BC244BB4928DB200C0F2E2&language=in&checkCode=174bcd4f85194adf7441790b31f26871", "text": "Sampai dengan 18 bulan, dengan pembayaran Rp1.013.833 per bulan." }, { "url": "https://pdpdesc-m.lazada.co.id/installment?timeStamp=1789695998214&itemId=7735494132&hybrid=1&data=%7B%22amount%22%3A%2218249000.00%22%2C%22white%22%3A%226%2C12%2C18%22%2C%22skuId%22%3A%2214230526881%22%7D®ionID=ID&lzd=33BE010314B2B7EA9F53CB71025AC1C8BB39C039A6A8F702D5A2019A32B7D4178A39E43116D30C7A1B1B2121310BBD55361D59F371AE995C9F43285B35527081C3B2B709EAEB35AFE4801566610B54B037BD5C5B3FB7C486686BA2CE5595008E3482DAF309E98C5F8AC05E1CB4779DACA5EAF21C7308C0C6C1042A86751EC801B239D27044BC244BB4928DB200C0F2E2&language=in&checkCode=174bcd4f85194adf7441790b31f26871", "text": "Sampai dengan 18 bulan, dengan pembayaran Rp1.013.833 per bulan." }, { "url": "https://pdpdesc-m.lazada.co.id/installment?timeStamp=1789695998214&itemId=7735494132&hybrid=1&data=%7B%22amount%22%3A%2218249000.00%22%2C%22white%22%3A%226%2C12%2C18%22%2C%22skuId%22%3A%2214230526882%22%7D®ionID=ID&lzd=33BE010314B2B7EA9F53CB71025AC1C8BB39C039A6A8F702D5A2019A32B7D4178A39E43116D30C7A1B1B2121310BBD55361D59F371AE995C9F43285B35527081C3B2B709EAEB35AFE4801566610B54B037BD5C5B3FB7C486FA6D4FC524C7C4463482DAF309E98C5F8AC05E1CB4779DACA5EAF21C7308C0C6C1042A86751EC801B239D27044BC244BB4928DB200C0F2E2&language=in&checkCode=174bcd4f85194adf7441790b31f26871", "text": "Sampai dengan 18 bulan, dengan pembayaran Rp1.013.833 per bulan." }, { "url": "https://pdpdesc-m.lazada.co.id/installment?timeStamp=1789695998215&itemId=7735494132&hybrid=1&data=%7B%22amount%22%3A%2216999000.00%22%2C%22white%22%3A%223%2C6%2C12%22%2C%22skuId%22%3A%2214230526873%22%7D®ionID=ID&lzd=9506BE5BE1F5BC5D4CEB563E0D1EDC73434D68875AF93947E244A9807F1B65C29FAF1171B9BC429D08C57DB487B3438F5473F02733C5E1C1BC449F11AA79B718F89444288153651E7BB5A61EE1E93D3BEC5FC658C8BE11332299C1E2E46F94F966A55B01B5211530169D8C5141C2570F9A3F08AE964B4EF7F4AE6B6C1678EE0640E73911B82E6636F84332FDBA1262FA&language=in&checkCode=747d2c11b9dbc3ac4e50de62d373cc16", "text": "Sampai dengan 12 bulan, dengan pembayaran Rp1.416.583 per bulan." }, { "url": "https://pdpdesc-m.lazada.co.id/installment?timeStamp=1789695998214&itemId=7735494132&hybrid=1&data=%7B%22amount%22%3A%2215639080.00%22%2C%22white%22%3A%226%2C12%2C18%22%2C%22skuId%22%3A%2214230526874%22%7D®ionID=ID&lzd=33BE010314B2B7EA9F53CB71025AC1C8BB39C039A6A8F702D5A2019A32B7D4178A39E43116D30C7AB21656ABB32E844B361D59F371AE995C9F43285B35527081C3B2B709EAEB35AFE4801566610B54B037BD5C5B3FB7C486083B158FFD2C405F3482DAF309E98C5F8AC05E1CB4779DACA5EAF21C7308C0C6C1042A86751EC801B239D27044BC244BB4928DB200C0F2E2&language=in&checkCode=174bcd4f85194adf7441790b31f26871", "text": "Sampai dengan 18 bulan, dengan pembayaran Rp868.838 per bulan." }, { "url": "https://pdpdesc-m.lazada.co.id/installment?timeStamp=1789695998214&itemId=7735494132&hybrid=1&data=%7B%22amount%22%3A%2216999000.00%22%2C%22white%22%3A%226%2C12%2C18%22%2C%22skuId%22%3A%2214230526875%22%7D®ionID=ID&lzd=33BE010314B2B7EA9F53CB71025AC1C8BB39C039A6A8F702D5A2019A32B7D4178A39E43116D30C7AC27095DEC54185A9361D59F371AE995C9F43285B35527081C3B2B709EAEB35AFE4801566610B54B037BD5C5B3FB7C4867D14E1F5CA3E0AF23482DAF309E98C5F8AC05E1CB4779DACA5EAF21C7308C0C6C1042A86751EC801B239D27044BC244BB4928DB200C0F2E2&language=in&checkCode=174bcd4f85194adf7441790b31f26871", "text": "Sampai dengan 18 bulan, dengan pembayaran Rp944.389 per bulan." }, { "url": "https://pdpdesc-m.lazada.co.id/installment?timeStamp=1789695998214&itemId=7735494132&hybrid=1&data=%7B%22amount%22%3A%2215639080.00%22%2C%22white%22%3A%226%2C12%2C18%22%2C%22skuId%22%3A%2214230526876%22%7D®ionID=ID&lzd=33BE010314B2B7EA9F53CB71025AC1C8BB39C039A6A8F702D5A2019A32B7D4178A39E43116D30C7AB21656ABB32E844B361D59F371AE995C9F43285B35527081C3B2B709EAEB35AFE4801566610B54B037BD5C5B3FB7C48658E97FEC459FA2D83482DAF309E98C5F8AC05E1CB4779DACA5EAF21C7308C0C6C1042A86751EC801B239D27044BC244BB4928DB200C0F2E2&language=in&checkCode=174bcd4f85194adf7441790b31f26871", "text": "Sampai dengan 18 bulan, dengan pembayaran Rp868.838 per bulan." }, { "url": "https://pdpdesc-m.lazada.co.id/installment?timeStamp=1789695998214&itemId=7735494132&hybrid=1&data=%7B%22amount%22%3A%2216999000.00%22%2C%22white%22%3A%226%2C12%2C18%22%2C%22skuId%22%3A%2214230526877%22%7D®ionID=ID&lzd=33BE010314B2B7EA9F53CB71025AC1C8BB39C039A6A8F702D5A2019A32B7D4178A39E43116D30C7AC27095DEC54185A9361D59F371AE995C9F43285B35527081C3B2B709EAEB35AFE4801566610B54B037BD5C5B3FB7C4860D3F7AA84EE0A8443482DAF309E98C5F8AC05E1CB4779DACA5EAF21C7308C0C6C1042A86751EC801B239D27044BC244BB4928DB200C0F2E2&language=in&checkCode=174bcd4f85194adf7441790b31f26871", "text": "Sampai dengan 18 bulan, dengan pembayaran Rp944.389 per bulan." } ], "variantCount": 10, "listPriceText": "Rp21.499.000", "qualifications": [ { "label": "Tipe Lisensi", "value": "Nomor Sertifikat Perangkat Telekomunikasi (MOCI)" } ], "descriptionHtml": "

", "discountPercent": 15, "isOfficialStore": true, "ratingHistogram": { "1": 1, "2": 1, "3": 1, "4": 11, "5": 456 }, "descriptionImages": [ "https://id-live-01.slatic.net/p/e84233d1ad641507d0f418c4f7b1a817.jpg", "https://id-live-01.slatic.net/p/d0528359d1092242a8253fe06a503c3f.jpg", "https://id-live-01.slatic.net/p/d504f15b2a357d616da3e601e9a7f3cc.jpg", "https://id-live-01.slatic.net/p/b28d888b6d3a18a4dda4922d79651036.jpg", "https://id-live-01.slatic.net/p/43311c826de6e5edd86d66ed691c7b6f.jpg", "https://id-live-01.slatic.net/p/9df6a685371f9bbaa8ef7062d1bd83e7.jpg", "https://id-live-01.slatic.net/p/bd2d4574a568138a602c9b3fc3eb3198.jpg" ], "reviewsWithContent": 470 } ``` --- ## Shopee **Category:** marketplace · **Slug:** `shopee` **Detail page:** https://zapi.ink/api/marketplace/shopee 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). **Tags:** shopee, marketplace, ecommerce, indonesia, toko, seller ### Shop Detail Profil & statistik toko Shopee dari username, shop id, atau URL toko. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:shopee/shop/:username` - **Cache TTL:** 600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `username` | string | path | yes | Shopee shop username, numeric shop id, or shop URL (shopee.co.id/ or shopee.co.id/shop/) | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:shopee/shop/:username" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:shopee/shop/:username", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:shopee/shop/:username", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "shop": { "url": "https://shopee.co.id/iboxofficial", "name": "iBox Official Shop", "avatar": "https://down-id.img.susercontent.com/file/id-11134216-7ra0p-mdr5u4gjbbf279", "shopId": 241308147, "userId": 241313695, "country": "ID", "joinedAt": 1585888366, "location": "KOTA JAKARTA BARAT", "username": "iboxofficial", "itemCount": 1440, "ratingBad": 1424, "isVerified": false, "ratingGood": 441301, "ratingStar": 4.939277, "description": "iBox adalah Apple Authorised Reseller terbesar, terlengkap dan bergaransi resmi di Indonesia. Dengan lebih dari 60 toko yang tersebar di seluruh Indonesia, iBox kini hadir di Shopee untuk melayani kebutuhan produk Apple dan aksesorisnya secara online ke seluruh Indonesia.\n\nKami akan memproses pesanan Anda setiap Senin - Minggu, pukul 09:30 - 15:00 WIB.", "joinedAtIso": "2020-04-03T04:32:46.000Z", "chatDisabled": false, "lastActiveAt": 1789711668, "ratingNormal": 2558, "responseRate": 100, "emailVerified": true, "followerCount": 2961936, "phoneVerified": true, "followingCount": 0, "isOfficialShop": true, "isShopeeChoice": false, "isPreferredPlus": false, "lastActiveAtIso": "2026-09-18T06:07:48.000Z", "cancellationRate": 0, "responseTimeSeconds": 4813 } } ``` --- ### Categories the full category tree - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:shopee/categories` - **Cache TTL:** 3600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `x` | string | query | no | Unused — this endpoint takes no input | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:shopee/categories?x=VALUE" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:shopee/categories?x=VALUE", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:shopee/categories?x=VALUE", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 26, "items": [ { "url": "https://shopee.co.id/Elektronik-cat.11044258", "name": "Elektronik", "image": "https://down-id.img.susercontent.com/file/dcd61dcb7c1448a132f49f938b0cb553", "level": 1, "children": [ { "url": "https://shopee.co.id/Konsol-Game-cat.11044352", "name": "Konsol Game", "image": "https://down-id.img.susercontent.com/file/ed16bf6821780696667aa7fd2e8159a6", "level": 2, "parentId": "11044258", "categoryId": "11044352" }, { "url": "https://shopee.co.id/Aksesoris-Konsol-cat.11044362", "name": "Aksesoris Konsol", "image": "https://down-id.img.susercontent.com/file/72e6f02f355c2be5c6066d4fd70e269b", "level": 2, "parentId": "11044258", "categoryId": "11044362" }, { "url": "https://shopee.co.id/Alat-Casting-cat.11044363", "name": "Alat Casting", "image": "https://down-id.img.susercontent.com/file/702d079566786c926b9f156057b3b92c", "level": 2, "parentId": "11044258", "categoryId": "11044363" }, { "url": "https://shopee.co.id/Foot-Bath-%26-Spa-cat.11044259", "name": "Foot Bath & Spa", "image": "https://down-id.img.susercontent.com/file/ffd5cab9ef770e5f0cee3a29bcbd05d5", "level": 2, "parentId": "11044258", "categoryId": "11044259" }, { "url": "https://shopee.co.id/Mesin-Jahit-%26-Aksesoris-cat.11044260", "name": "Mesin Jahit & Aksesoris", "image": "https://down-id.img.susercontent.com/file/fde54d8fa15f14168757cc654df67a40", "level": 2, "parentId": "11044258", "categoryId": "11044260" }, { "url": "https://shopee.co.id/Setrika-%26-Mesin-Uap-cat.11044261", "name": "Setrika & Mesin Uap", "image": "https://down-id.img.susercontent.com/file/9c087bba54752d8a67fba35eea66e73a", "level": 2, "parentId": "11044258", "categoryId": "11044261" }, { "url": "https://shopee.co.id/Purifier-%26-Humidifier-cat.11044262", "name": "Purifier & Humidifier", "image": "https://down-id.img.susercontent.com/file/875670858f1df643423a41a6310d4c43", "level": 2, "parentId": "11044258", "categoryId": "11044262" }, { "url": "https://shopee.co.id/Penyedot-Debu-%26-Peralatan-Perawatan-Lantai-cat.11044266", "name": "Penyedot Debu & Peralatan Perawatan Lantai", "image": "https://down-id.img.susercontent.com/file/11b7ac94e48e42f937a93d4f901d9426", "level": 2, "parentId": "11044258", "categoryId": "11044266" } ], "categoryId": "11044258" }, { "url": "https://shopee.co.id/Makanan-%26-Minuman-cat.11043451", "name": "Makanan & Minuman", "image": "https://down-id.img.susercontent.com/file/7873b8c3824367239efb02d18eeab4f5", "level": 1, "children": [ { "url": "https://shopee.co.id/Makanan-Ringan-cat.11043453", "name": "Makanan Ringan", "image": "https://down-id.img.susercontent.com/file/949f98eba7b5ed7f44136beb3edffd3e", "level": 2, "parentId": "11043451", "categoryId": "11043453" }, { "url": "https://shopee.co.id/Bahan-Pokok-cat.11043467", "name": "Bahan Pokok", "image": "https://down-id.img.susercontent.com/file/c2d191b72dfee509156cb8d62b806dce", "level": 2, "parentId": "11043451", "categoryId": "11043467" }, { "url": "https://shopee.co.id/Menu-Sarapan-cat.11043496", "name": "Menu Sarapan", "image": "https://down-id.img.susercontent.com/file/0a0d5992e6fbc848df17323fb438f39c", "level": 2, "parentId": "11043451", "categoryId": "11043496" }, { "url": "https://shopee.co.id/Minuman-cat.11043502", "name": "Minuman", "image": "https://down-id.img.susercontent.com/file/bb376516e1f233305286dfce0bbd9d8d", "level": 2, "parentId": "11043451", "categoryId": "11043502" }, { "url": "https://shopee.co.id/Susu-%26-Olahan-cat.11043517", "name": "Susu & Olahan", "image": "https://down-id.img.susercontent.com/file/de7bcf1b55dbeb3c7be61d613502a451", "level": 2, "parentId": "11043451", "categoryId": "11043517" }, { "url": "https://shopee.co.id/Makanan-Segar-%26-Beku-cat.11043529", "name": "Makanan Segar & Beku", "image": "https://down-id.img.susercontent.com/file/b613f9040a7341bd737df6b641693b88", "level": 2, "parentId": "11043451", "categoryId": "11043529" }, { "url": "https://shopee.co.id/Roti-%26-Kue-cat.11043544", "name": "Roti & Kue", "image": "https://down-id.img.susercontent.com/file/5497d52eda5d97ee09bbb4c099707ddf", "level": 2, "parentId": "11043451", "categoryId": "11043544" }, { "url": "https://shopee.co.id/Set-Hadiah-%26-Hampers-cat.11043555", "name": "Set Hadiah & Hampers", "image": "https://down-id.img.susercontent.com/file/34153f9224cf2a272c4a24df0119532f", "level": 2, "parentId": "11043451", "categoryId": "11043555" } ], "categoryId": "11043451" }, { "url": "https://shopee.co.id/Komputer-%26-Aksesoris-cat.11044364", "name": "Komputer & Aksesoris", "image": "https://down-id.img.susercontent.com/file/id-50009109-0bd6a9ebd0f2ae9b7e8b9ce7d89897d6", "level": 1, "children": [ { "url": "https://shopee.co.id/Desktop-cat.11044365", "name": "Desktop", "image": "https://down-id.img.susercontent.com/file/1306e6ceff148fb7f914d405dffc8392", "level": 2, "parentId": "11044364", "categoryId": "11044365" }, { "url": "https://shopee.co.id/Monitor-cat.11044371", "name": "Monitor", "image": "https://down-id.img.susercontent.com/file/ca43b42a0260290c90b31e6d906613a1", "level": 2, "parentId": "11044364", "categoryId": "11044371" }, { "url": "https://shopee.co.id/Komponen-Desktop-%26-Laptop-cat.11044372", "name": "Komponen Desktop & Laptop", "image": "https://down-id.img.susercontent.com/file/3ed6721806e6f492d6ccc947b9c54709", "level": 2, "parentId": "11044364", "categoryId": "11044372" }, { "url": "https://shopee.co.id/Penyimpanan-Data-cat.11044386", "name": "Penyimpanan Data", "image": "https://down-id.img.susercontent.com/file/2c660dd7067a04de7a652d93f72d52f2", "level": 2, "parentId": "11044364", "categoryId": "11044386" }, { "url": "https://shopee.co.id/Komponen-Network-cat.11044394", "name": "Komponen Network", "image": "https://down-id.img.susercontent.com/file/e747c7d488da710c44485d025e77b793", "level": 2, "parentId": "11044364", "categoryId": "11044394" }, { "url": "https://shopee.co.id/Software-cat.11044405", "name": "Software", "image": "https://down-id.img.susercontent.com/file/829599a3bb9f12cd01fcdefb1e1f9a14", "level": 2, "parentId": "11044364", "categoryId": "11044405" }, { "url": "https://shopee.co.id/Peralatan-Kantor-cat.11044410", "name": "Peralatan Kantor", "image": "https://down-id.img.susercontent.com/file/8a9a00402e7923dfc8e05ca3e903b0c2", "level": 2, "parentId": "11044364", "categoryId": "11044410" }, { "url": "https://shopee.co.id/Printer-%26-Scanner-cat.11044416", "name": "Printer & Scanner", "image": "https://down-id.img.susercontent.com/file/60ab0a10eff1d80a3caae05a7c5372b3", "level": 2, "parentId": "11044364", "categoryId": "11044416" } ], "categoryId": "11044364" }, { "url": "https://shopee.co.id/Perawatan-%26-Kecantikan-cat.11043145", "name": "Perawatan & Kecantikan", "image": "https://down-id.img.susercontent.com/file/2715b985ae706a4c39a486f83da93c4b", "level": 1, "children": [ { "url": "https://shopee.co.id/Perawatan-Tubuh-cat.11043146", "name": "Perawatan Tubuh", "image": "https://down-id.img.susercontent.com/file/2e77bae8f9ed90a61fda26eac8ada7e9", "level": 2, "parentId": "11043145", "categoryId": "11043146" }, { "url": "https://shopee.co.id/Perawatan-Tangan-cat.11043159", "name": "Perawatan Tangan", "image": "https://down-id.img.susercontent.com/file/2a431c143b5a8e5fcc29f34c70a600c7", "level": 2, "parentId": "11043145", "categoryId": "11043159" }, { "url": "https://shopee.co.id/Perawatan-Kaki-cat.11043164", "name": "Perawatan Kaki", "image": "https://down-id.img.susercontent.com/file/e43a457b277ba2a9c475d6305273cdb9", "level": 2, "parentId": "11043145", "categoryId": "11043164" }, { "url": "https://shopee.co.id/Perawatan-Kuku-cat.11043169", "name": "Perawatan Kuku", "image": "https://down-id.img.susercontent.com/file/dfda23b5885fe8c31efe4d3971091233", "level": 2, "parentId": "11043145", "categoryId": "11043169" }, { "url": "https://shopee.co.id/Perawatan-Rambut-cat.11043178", "name": "Perawatan Rambut", "image": "https://down-id.img.susercontent.com/file/673ce49732bffb6d30eae1b01828a968", "level": 2, "parentId": "11043145", "categoryId": "11043178" }, { "url": "https://shopee.co.id/Perawatan-Pria-cat.11043185", "name": "Perawatan Pria", "image": "https://down-id.img.susercontent.com/file/410726ec57fc8650c2916b5245cf51dd", "level": 2, "parentId": "11043145", "categoryId": "11043185" }, { "url": "https://shopee.co.id/Parfum-%26-Wewangian-cat.11043198", "name": "Parfum & Wewangian", "image": "https://down-id.img.susercontent.com/file/d0cf32cf9c203dcc637029005621a599", "level": 2, "parentId": "11043145", "categoryId": "11043198" }, { "url": "https://shopee.co.id/Kosmetik-Wajah-cat.11043202", "name": "Kosmetik Wajah", "image": "https://down-id.img.susercontent.com/file/b483d2aba1a032e91004ca6e598a3239", "level": 2, "parentId": "11043145", "categoryId": "11043202" } ], "categoryId": "11043145" }, { "url": "https://shopee.co.id/Handphone-%26-Aksesoris-cat.11044458", "name": "Handphone & Aksesoris", "image": "https://down-id.img.susercontent.com/file/5230277eefafad8611aaf703d3e99568", "level": 1, "children": [ { "url": "https://shopee.co.id/Kartu-Perdana-cat.11044459", "name": "Kartu Perdana", "image": "https://down-id.img.susercontent.com/file/72e0d8e77f331d86763d11a2e761d127", "level": 2, "parentId": "11044458", "categoryId": "11044459" }, { "url": "https://shopee.co.id/Tablet-cat.11044460", "name": "Tablet", "image": "https://down-id.img.susercontent.com/file/833ed4b0e314311cc19732af97e7a1de", "level": 2, "parentId": "11044458", "categoryId": "11044460" }, { "url": "https://shopee.co.id/Handphone-cat.11044476", "name": "Handphone", "image": "https://down-id.img.susercontent.com/file/3a8f09c1dccc6f62e923ff2b3d10c534", "level": 2, "parentId": "11044458", "categoryId": "11044476" }, { "url": "https://shopee.co.id/Perangkat-Wearable-cat.11044504", "name": "Perangkat Wearable", "image": "https://down-id.img.susercontent.com/file/b9bf4590d1f61490bbd92b095255169f", "level": 2, "parentId": "11044458", "categoryId": "11044504" }, { "url": "https://shopee.co.id/Perangkat-VR-cat.11044507", "name": "Perangkat VR", "image": "https://down-id.img.susercontent.com/file/49539a8f3666e5644aecfbe6a6baca95", "level": 2, "parentId": "11044458", "categoryId": "11044507" }, { "url": "https://shopee.co.id/Aksesoris-Selfie-cat.11044508", "name": "Aksesoris Selfie", "image": "https://down-id.img.susercontent.com/file/42ab5b2e0bdf6d1a193205cff0e33e8b", "level": 2, "parentId": "11044458", "categoryId": "11044508" }, { "url": "https://shopee.co.id/Handphone-%26-Tablet-Aksesoris-cat.11044514", "name": "Handphone & Tablet Aksesoris", "image": "https://down-id.img.susercontent.com/file/9b113392bfdde0357d153dbecb3233b5", "level": 2, "parentId": "11044458", "categoryId": "11044514" }, { "url": "https://shopee.co.id/Kartu-Memori-cat.11044523", "name": "Kartu Memori", "image": "https://down-id.img.susercontent.com/file/f087229676243a4a51bf000810435a02", "level": 2, "parentId": "11044458", "categoryId": "11044523" } ], "categoryId": "11044458" }, { "url": "https://shopee.co.id/Perlengkapan-Rumah-cat.11043778", "name": "Perlengkapan Rumah", "image": "https://down-id.img.susercontent.com/file/c1494110e0383780cdea73ed890e0299", "level": 1, "children": [ { "url": "https://shopee.co.id/Renovasi-Rumah-cat.11043849", "name": "Renovasi Rumah", "image": "https://down-id.img.susercontent.com/file/f4b153fdc4104b8ac253862792286ece", "level": 2, "parentId": "11043778", "categoryId": "11043849" }, { "url": "https://shopee.co.id/Perkakas-cat.11043863", "name": "Perkakas", "image": "https://down-id.img.susercontent.com/file/7ce50736206ae2e5b4224ea3a8f377e5", "level": 2, "parentId": "11043778", "categoryId": "11043863" }, { "url": "https://shopee.co.id/Alat-Pemeliharaan-Rumah-cat.11043875", "name": "Alat Pemeliharaan Rumah", "image": "https://down-id.img.susercontent.com/file/336dc2e285737527c5a1fe4b0ddb9df0", "level": 2, "parentId": "11043778", "categoryId": "11043875" }, { "url": "https://shopee.co.id/Kebersihan-%26-Binatu-cat.11043886", "name": "Kebersihan & Binatu", "image": "https://down-id.img.susercontent.com/file/912d8ea485b867d2239ca6518d427538", "level": 2, "parentId": "11043778", "categoryId": "11043886" }, { "url": "https://shopee.co.id/Peralatan-Dapur-cat.11043895", "name": "Peralatan Dapur", "image": "https://down-id.img.susercontent.com/file/9386e66094f08ca35008820150906529", "level": 2, "parentId": "11043778", "categoryId": "11043895" }, { "url": "https://shopee.co.id/Peralatan-Masak-cat.11043909", "name": "Peralatan Masak", "image": "https://down-id.img.susercontent.com/file/d6393fb634245a035e7539a23540a542", "level": 2, "parentId": "11043778", "categoryId": "11043909" }, { "url": "https://shopee.co.id/Peralatan-Makan-cat.11043922", "name": "Peralatan Makan", "image": "https://down-id.img.susercontent.com/file/a7b9c722ff3c1250d972930a9de8238d", "level": 2, "parentId": "11043778", "categoryId": "11043922" }, { "url": "https://shopee.co.id/Alat-Pengaman-cat.11043934", "name": "Alat Pengaman", "image": "https://down-id.img.susercontent.com/file/c0b35734553d001bcf0a5aa230ba64b0", "level": 2, "parentId": "11043778", "categoryId": "11043934" } ], "categoryId": "11043778" }, { "url": "https://shopee.co.id/Pakaian-Pria-cat.11042849", "name": "Pakaian Pria", "image": "https://down-id.img.susercontent.com/file/04dba508f1ad19629518defb94999ef9", "level": 1, "children": [ { "url": "https://shopee.co.id/Denim-cat.11042850", "name": "Denim", "image": "https://down-id.img.susercontent.com/file/d6c56f2758b4bd308104966ba1e8a24f", "level": 2, "parentId": "11042849", "categoryId": "11042850" }, { "url": "https://shopee.co.id/Hoodie-%26-Sweatshirt-cat.11042855", "name": "Hoodie & Sweatshirt", "image": "https://down-id.img.susercontent.com/file/4544b0e0094a944c4ca046df3f4f3911", "level": 2, "parentId": "11042849", "categoryId": "11042855" }, { "url": "https://shopee.co.id/Sweater-%26-Cardigan-cat.11042859", "name": "Sweater & Cardigan", "image": "https://down-id.img.susercontent.com/file/a1e28fd8d31ce5c2231aff2cf754c49c", "level": 2, "parentId": "11042849", "categoryId": "11042859" }, { "url": "https://shopee.co.id/Jaket%2C-Mantel%2C-%26-Rompi-cat.11042860", "name": "Jaket, Mantel, & Rompi", "image": "https://down-id.img.susercontent.com/file/56f04859e205b3717476a028c6a9caa1", "level": 2, "parentId": "11042849", "categoryId": "11042860" }, { "url": "https://shopee.co.id/Jas-Formal-cat.11042865", "name": "Jas Formal", "image": "https://down-id.img.susercontent.com/file/8428abf6d312077d440d8311022c6331", "level": 2, "parentId": "11042849", "categoryId": "11042865" }, { "url": "https://shopee.co.id/Celana-Panjang-cat.11042871", "name": "Celana Panjang", "image": "https://down-id.img.susercontent.com/file/918b3932a96cca3efe5fb5f6178787bf", "level": 2, "parentId": "11042849", "categoryId": "11042871" }, { "url": "https://shopee.co.id/Celana-Pendek-cat.11042876", "name": "Celana Pendek", "image": "https://down-id.img.susercontent.com/file/6c9750770304b22162cfdf0be5a25b60", "level": 2, "parentId": "11042849", "categoryId": "11042876" }, { "url": "https://shopee.co.id/Atasan-cat.11042877", "name": "Atasan", "image": "https://down-id.img.susercontent.com/file/98d9b8b7526aa4f836058fc0e8799c9f", "level": 2, "parentId": "11042849", "categoryId": "11042877" } ], "categoryId": "11042849" }, { "url": "https://shopee.co.id/Pakaian-Wanita-cat.11042745", "name": "Pakaian Wanita", "image": "https://down-id.img.susercontent.com/file/6d63cca7351ba54a2e21c6be1721fa3a", "level": 1, "children": [ { "url": "https://shopee.co.id/Pakaian-Tradisional-cat.11042820", "name": "Pakaian Tradisional", "image": "https://down-id.img.susercontent.com/file/cc16796210b2452fe3ce2e243a2036f6", "level": 2, "parentId": "11042745", "categoryId": "11042820" }, { "url": "https://shopee.co.id/Kostum-cat.11042826", "name": "Kostum", "image": "https://down-id.img.susercontent.com/file/b6394958ce4be09a9d67614a9be66c03", "level": 2, "parentId": "11042745", "categoryId": "11042826" }, { "url": "https://shopee.co.id/Kain-cat.11042828", "name": "Kain", "image": "https://down-id.img.susercontent.com/file/b0007282c005bf254758af1e43d7b116", "level": 2, "parentId": "11042745", "categoryId": "11042828" }, { "url": "https://shopee.co.id/Batik-cat.11042840", "name": "Batik", "image": "https://down-id.img.susercontent.com/file/41bdcbf5422c37a16cb88a65c38d7417", "level": 2, "parentId": "11042745", "categoryId": "11042840" }, { "url": "https://shopee.co.id/Denim-cat.11043127", "name": "Denim", "image": "https://down-id.img.susercontent.com/file/8cc1cd0f0a30fa984e8708780bdbee77", "level": 2, "parentId": "11042745", "categoryId": "11043127" }, { "url": "https://shopee.co.id/Atasan-cat.11042746", "name": "Atasan", "image": "https://down-id.img.susercontent.com/file/e532be7612605da3ae162fec64403d10", "level": 2, "parentId": "11042745", "categoryId": "11042746" }, { "url": "https://shopee.co.id/Celana-Panjang-%26-Legging-cat.11042754", "name": "Celana Panjang & Legging", "image": "https://down-id.img.susercontent.com/file/f0ab4e7b108d3c1179fec3ac8f367b64", "level": 2, "parentId": "11042745", "categoryId": "11042754" }, { "url": "https://shopee.co.id/Celana-Pendek-cat.11042762", "name": "Celana Pendek", "image": "https://down-id.img.susercontent.com/file/d02184350065a7b006f2f17f8ea213aa", "level": 2, "parentId": "11042745", "categoryId": "11042762" } ], "categoryId": "11042745" } ] } ``` --- ### Suggest search autocomplete suggestions - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:shopee/suggest` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `query` | string | query | yes | What the user has typed so far. Needs at least one character — an empty prefix returns nothing upstream | | `limit` | number | query | no | How many suggestions. Default 10, max 20 | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:shopee/suggest?query=iphone&limit=10" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:shopee/suggest?query=iphone&limit=10", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:shopee/suggest?query=iphone&limit=10", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 12, "items": [ { "url": "https://shopee.co.id/search?keyword=iphone%2013", "type": 0, "keyword": "iphone 13" }, { "url": "https://shopee.co.id/search?keyword=iphone%2011", "type": 0, "keyword": "iphone 11" }, { "url": "https://shopee.co.id/search?keyword=iphone%2017%20pro%20max%20ibox", "type": 0, "keyword": "iphone 17 pro max ibox" }, { "url": "https://shopee.co.id/search?keyword=iphone%2015", "type": 0, "keyword": "iphone 15" }, { "url": "https://shopee.co.id/search?keyword=iphone%20xr", "type": 0, "keyword": "iphone xr" }, { "url": "https://shopee.co.id/search?keyword=iphone%2017", "type": 0, "keyword": "iphone 17" }, { "url": "https://shopee.co.id/search?keyword=iphone%2013%20pro%20max", "type": 0, "keyword": "iphone 13 pro max" }, { "url": "https://shopee.co.id/search?keyword=iphone%2016", "type": 0, "keyword": "iphone 16" } ], "query": "iphone" } ``` --- ### Flash Sale current and upcoming Flash Sale sessions - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:shopee/flash-sale` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `x` | string | query | no | Unused — this endpoint takes no input | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:shopee/flash-sale?x=VALUE" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:shopee/flash-sale?x=VALUE", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:shopee/flash-sale?x=VALUE", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 3, "items": [ { "url": "https://shopee.co.id/m/brand-day", "name": "Flash Sale - Seller Nomination | 18 Sep 12:00 - 18 Sep 18:00", "banner": "https://down-id.img.susercontent.com/file/id-11134004-81zto-mt63fkucv9xjd4", "status": 1, "endTime": 1789729200, "isOngoing": true, "startTime": 1789707600, "categories": [ { "categoryId": "0" }, { "categoryId": "51" }, { "categoryId": "13" }, { "categoryId": "14" }, { "categoryId": "31" }, { "categoryId": "1" }, { "categoryId": "16" }, { "categoryId": "17" } ], "endTimeIso": "2026-09-18T11:00:00.000Z", "description": "Ayo, nominasikan produkmu di Flash Sale Shopee!\n•\tProduk harus memiliki minimal diskon sebesar:\n-\tSub-kategori Elektronik, Handphone & Tablet : 2% lebih rendah dari harga terendah produk tersebut dalam 14 hari terakhir.\n-\tSub-kategori lainnya : 5% lebih rendah dari harga terendah produk tersebut dalam 14 hari terakhir.\n•\tProduk yang dinominasikan memiliki min. 1 pesanan dalam 30 hari terakhir.\n•\tProduk yang dinominasikan memiliki penilaian produk min. 4 bintang & min. 10 penilaian.\n•\tSetiap produk yang dinominasikan diperlukan menginput batas pembelian min. 1 & max. 12.\n•\tJika ingin mengeluark", "promotionId": "494542155686083", "startTimeIso": "2026-09-18T05:00:00.000Z" }, { "url": "https://shopee.co.id/m/brand-day", "name": "Flash Sale - Seller Nomination | 18 Sep 18:00 - 19 Sep 00:00", "banner": "https://down-id.img.susercontent.com/file/id-11134004-81ztg-mt68tunulgcme4", "status": 1, "endTime": 1789750800, "isOngoing": false, "startTime": 1789729200, "categories": [ { "categoryId": "0" }, { "categoryId": "51" }, { "categoryId": "13" }, { "categoryId": "14" }, { "categoryId": "31" }, { "categoryId": "1" }, { "categoryId": "16" }, { "categoryId": "17" } ], "endTimeIso": "2026-09-18T17:00:00.000Z", "description": "Ayo, nominasikan produkmu di Flash Sale Shopee!\n•\tProduk harus memiliki minimal diskon sebesar:\n-\tSub-kategori Elektronik, Handphone & Tablet : 2% lebih rendah dari harga terendah produk tersebut dalam 14 hari terakhir.\n-\tSub-kategori lainnya : 5% lebih rendah dari harga terendah produk tersebut dalam 14 hari terakhir.\n•\tProduk yang dinominasikan memiliki min. 1 pesanan dalam 30 hari terakhir.\n•\tProduk yang dinominasikan memiliki penilaian produk min. 4 bintang & min. 10 penilaian.\n•\tSetiap produk yang dinominasikan diperlukan menginput batas pembelian min. 1 & max. 12.\n•\tJika ingin mengeluark", "promotionId": "494542159876250", "startTimeIso": "2026-09-18T11:00:00.000Z" }, { "name": "Flash Sale - Seller Nomination | 19 Sep 00:00 - 19 Sep 12:00", "banner": "https://down-id.img.susercontent.com/file/id-11134004-81ztm-mt7o303a01zd6e", "status": 1, "endTime": 1789794000, "isOngoing": false, "startTime": 1789750800, "categories": [ { "categoryId": "0" }, { "categoryId": "13" }, { "categoryId": "14" }, { "categoryId": "16" }, { "categoryId": "31" }, { "categoryId": "1" }, { "categoryId": "17" }, { "categoryId": "18" } ], "endTimeIso": "2026-09-19T05:00:00.000Z", "description": "Ayo, nominasikan produkmu di Flash Sale Shopee!\n•\tProduk harus memiliki minimal diskon sebesar:\n-\tSub-kategori Elektronik, Handphone & Tablet : 2% lebih rendah dari harga terendah produk tersebut dalam 14 hari terakhir.\n-\tSub-kategori lainnya : 5% lebih rendah dari harga terendah produk tersebut dalam 14 hari terakhir.\n•\tProduk yang dinominasikan memiliki min. 1 pesanan dalam 30 hari terakhir.\n•\tProduk yang dinominasikan memiliki penilaian produk min. 4 bintang & min. 10 penilaian.\n•\tSetiap produk yang dinominasikan diperlukan menginput batas pembelian min. 1 & max. 12.\n•\tJika ingin mengeluark", "promotionId": "496726729584707", "startTimeIso": "2026-09-18T17:00:00.000Z" } ] } ``` --- ### Search product search results (first results page) - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:shopee/search` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `query` | string | query | yes | Search keyword. Returns the first results page only (~40 products) — upstream ignores paging on this door | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:shopee/search?query=iphone%2015" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:shopee/search?query=iphone%2015", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:shopee/search?query=iphone%2015", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 40, "items": [ { "url": "https://shopee.co.id/Apple-iPhone-15-i.255563049.23157471408", "name": "Apple iPhone 15", "image": "https://down-id.img.susercontent.com/file/id-11134201-7r98t-lmpk42301ctbbc", "price": 16849000, "badges": [ "Murah Mantap" ], "rating": 5, "shopId": "255563049", "listPrice": 17749000, "productId": "23157471408", "discountText": "-5%", "discountPercent": 5 }, { "url": "https://shopee.co.id/Apple-iPhone-16-i.241308147.25992970267", "name": "Apple iPhone 16", "image": "https://down-id.img.susercontent.com/file/id-11134207-7ra0k-mdr81gak2hlafb", "price": 17999000, "badges": [ "Hadiah Gratis" ], "rating": 5, "shopId": "241308147", "location": "Jakarta Barat", "productId": "25992970267" }, { "url": "https://shopee.co.id/Apple-iPhone-17-Pro-i.255563049.41122251508", "name": "Apple iPhone 17 Pro", "image": "https://down-id.img.susercontent.com/file/id-11134207-81ztf-mf839w1t2o7fe5", "price": 22799000, "badges": [ "Murah Mantap", "Garansi Harga Terbaik" ], "rating": 5, "shopId": "255563049", "listPrice": 24999000, "productId": "41122251508", "discountText": "-9%", "discountPercent": 9 }, { "url": "https://shopee.co.id/Apple-iPhone-17-Pro-i.241308147.43422527974", "name": "Apple iPhone 17 Pro", "image": "https://down-id.img.susercontent.com/file/id-11134207-81ztd-mfklf0djmhan6f", "price": 22999000, "badges": [ "Hadiah Gratis" ], "rating": 4.9, "shopId": "241308147", "location": "Jakarta Barat", "listPrice": 24999000, "productId": "43422527974", "discountText": "-8%", "discountPercent": 8 }, { "url": "https://shopee.co.id/Apple-iPhone-17-Pro-Max-i.255563049.25347268584", "name": "Apple iPhone 17 Pro Max", "image": "https://down-id.img.susercontent.com/file/id-11134207-81zth-mf83bbq9inex42", "price": 28999000, "badges": [ "Murah Mantap" ], "rating": 5, "shopId": "255563049", "listPrice": 31499000, "productId": "25347268584", "discountText": "-8%", "discountPercent": 8 }, { "url": "https://shopee.co.id/Apple-iPhone-17-Pro-Max-i.241308147.41572530957", "name": "Apple iPhone 17 Pro Max", "image": "https://down-id.img.susercontent.com/file/id-11134207-81ztf-mfklf0di6ia507", "price": 24999000, "badges": [ "Murah Mantap", "Garansi Harga Terbaik" ], "rating": 4.9, "shopId": "241308147", "location": "Jakarta Barat", "listPrice": 26999000, "productId": "41572530957", "discountText": "-7%", "discountPercent": 7 }, { "url": "https://shopee.co.id/Apple-iPhone-17-Pro-Max-i.1269032741.41919036701", "name": "Apple iPhone 17 Pro Max", "image": "https://down-id.img.susercontent.com/file/id-11134207-81ztk-msyyliyypxjeef", "price": 29499000, "badges": [ "Garansi Harga Terbaik" ], "rating": 4.9, "shopId": "1269032741", "location": "Bekasi", "listPrice": 31499000, "productId": "41919036701", "discountText": "-6%", "discountPercent": 6 }, { "url": "https://shopee.co.id/iPhone-15-BC-IMEI-Terdaftar-128GB-256GB-Second-Mulus-Sinyal-Permanen-Full-Signal-Siap-Pakai-i.1610903362.52201524167", "name": "iPhone 15 BC IMEI Terdaftar 128GB 256GB Second Mulus Sinyal Permanen Full Signal Siap Pakai", "image": "https://down-id.img.susercontent.com/file/id-11134207-822wl-mlhl6i0rlmgyec", "price": 8900000, "badges": [ "Hadiah Gratis" ], "rating": 5, "shopId": "1610903362", "location": "Jakarta Utara", "listPrice": 9450000, "productId": "52201524167", "discountText": "-6%", "discountPercent": 6 } ], "query": "iphone 15" } ``` --- ### Shop Featured a shop's featured products and vouchers - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:shopee/shop-featured` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `username` | string | query | yes | Shop username (the part after shopee.co.id/) or shop URL. Returns the ~9 products the shop page features, not the full catalogue | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:shopee/shop-featured?username=iboxofficial" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:shopee/shop-featured?username=iboxofficial", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:shopee/shop-featured?username=iboxofficial", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 9, "items": [ { "url": "https://shopee.co.id/Apple-20W-USB-C-Power-Adapter-i.241308147.3667690107", "name": "Apple 20W USB-C Power Adapter", "image": "https://down-id.img.susercontent.com/file/id-11134207-81zti-me3svk6m641u7a", "price": 399000, "rating": 4.9, "shopId": "241308147", "soldText": "10RB+ terjual", "productId": "3667690107", "discountText": "-20%", "discountPercent": 20 }, { "url": "https://shopee.co.id/Apple-iPhone-17-Pro-Max-i.241308147.41572530957", "name": "Apple iPhone 17 Pro Max", "image": "https://down-id.img.susercontent.com/file/id-11134207-81ztf-mfklf0di6ia507", "price": 24999000, "badges": [ "Hadiah Gratis" ], "rating": 4.9, "shopId": "241308147", "soldText": "9RB+ terjual", "productId": "41572530957", "discountText": "-7%", "discountPercent": 7 }, { "url": "https://shopee.co.id/Apple-60W-USB-C-Charge-Cable-(1m)-i.241308147.23158919502", "name": "Apple 60W USB-C Charge Cable (1m)", "image": "https://down-id.img.susercontent.com/file/sg-11134201-823og-mp8lofuhscng6a", "price": 399000, "rating": 4.9, "shopId": "241308147", "soldText": "10RB+ terjual", "productId": "23158919502" }, { "url": "https://shopee.co.id/Apple-iPad-(A16)-Wi-Fi-i.241308147.43100140210", "name": "Apple iPad (A16), Wi-Fi", "image": "https://down-id.img.susercontent.com/file/id-11134207-7ra0i-mdqskx81a558b7", "price": 8699000, "rating": 4.9, "shopId": "241308147", "soldText": "10RB+ terjual", "productId": "43100140210", "discountText": "-8%", "discountPercent": 8 }, { "url": "https://shopee.co.id/Apple-iPhone-16-i.241308147.25992970267", "name": "Apple iPhone 16", "image": "https://down-id.img.susercontent.com/file/id-11134207-7ra0k-mdr81gak2hlafb", "price": 17999000, "badges": [ "Hadiah Gratis" ], "rating": 5, "shopId": "241308147", "soldText": "10RB+ terjual", "productId": "25992970267" }, { "url": "https://shopee.co.id/IT1-Plug-IT-30W-Cube-White-i.241308147.18737154653", "name": "IT1 Plug IT 30W Cube - White", "image": "https://down-id.img.susercontent.com/file/0baa4cf54d05fdc27d50e476573d9b54", "price": 229000, "rating": 4.9, "shopId": "241308147", "soldText": "10RB+ terjual", "productId": "18737154653", "discountText": "-23%", "discountPercent": 23 }, { "url": "https://shopee.co.id/Apple-Macbook-Neo-i.241308147.55510011877", "name": "Apple Macbook Neo", "image": "https://down-id.img.susercontent.com/file/id-11134207-822wn-mnwqnffhmhoh81", "price": 12899000, "rating": 5, "shopId": "241308147", "soldText": "950 terjual", "productId": "55510011877", "discountText": "-4%", "discountPercent": 4 }, { "url": "https://shopee.co.id/Apple-Airpods-4-i.241308147.29421063536", "name": "Apple Airpods 4", "image": "https://down-id.img.susercontent.com/file/id-11134207-81zto-me3rmpbgyx38af", "price": 2299000, "rating": 5, "shopId": "241308147", "soldText": "5RB+ terjual", "productId": "29421063536", "discountText": "-8%", "discountPercent": 8 } ], "rating": 4.94, "shopId": "241308147", "shopUrl": "https://shopee.co.id/iboxofficial", "shopName": "iBox Official Shop", "username": "iboxofficial", "shopImage": "https://mms.img.susercontent.com/id-11134216-7ra0p-mdr5u4gjbbf279", "ratingCount": 445292 } ``` --- ### Product Detail Product detail by Shopee product URL or shopId.itemId: name, full image gallery, category path, price, list price, discount, rating, seller city and shop profile. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:shopee/product` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `product` | string | query | yes | Shopee product URL, or shopId.itemId (e.g. 241308147.21493872655) | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:shopee/product?product=https%3A%2F%2Fshopee.co.id%2FApple-iPhone-15-128GB-Blue-i.241308147.21493872655" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:shopee/product?product=https%3A%2F%2Fshopee.co.id%2FApple-iPhone-15-128GB-Blue-i.241308147.21493872655", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:shopee/product?product=https%3A%2F%2Fshopee.co.id%2FApple-iPhone-15-128GB-Blue-i.241308147.21493872655", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "url": "https://shopee.co.id/4-pcs-100-Ribu-kaos-pria-%7C-kaos-wanita-%7C-kaos-distro-%7C-kaos-model-terbaru-%7C-kaos-pria-distro-%7C-kaos-jumbo-%7C-kaos-motif-simple-%7C-kaos-motif-keren-%7C-kaos-distro-bandung-%7C-kaos-%7C-atasan-pria-%7C-atasan-wanita-i.1080611204.23555831551", "name": "4 pcs 100 Ribu kaos pria | kaos wanita | kaos distro | kaos model terbaru | kaos pria distro | kaos jumbo | kaos motif simple | kaos motif keren | kaos distro bandung | kaos | atasan pria | atasan wanita", "shop": { "url": "https://shopee.co.id/mttdm", "name": "MTTDM", "rating": 4.77, "shopId": "1080611204", "username": "mttdm", "itemCount": 34, "responseRate": 100, "followerCount": 13729, "isOfficialShop": false }, "price": 89978, "badges": [ "Murah Mantap", "Garansi Harga Terbaik" ], "images": [ "https://down-id.img.susercontent.com/file/promo-dim-0100c5d62a1a4d3f9eb10452d8bff99cf095", "https://down-id.img.susercontent.com/file/id-11134207-7r98y-lm1pwu42zjxd60", "https://down-id.img.susercontent.com/file/id-11134207-81ztl-mf8vve4ax34a81", "https://down-id.img.susercontent.com/file/id-11134207-81zto-mf8vve4avojz78", "https://down-id.img.susercontent.com/file/id-11134207-81ztl-mf8vve54x9u282", "https://down-id.img.susercontent.com/file/id-11134207-7rasl-m3s1i8x62xng7c", "https://down-id.img.susercontent.com/file/id-11134207-7rase-m3s1i8x64c7w89", "https://down-id.img.susercontent.com/file/id-11134207-7rash-m3s1i8x65qsc39" ], "rating": 4.8, "shopId": "1080611204", "category": { "name": "Kaos", "breadcrumb": [ { "url": "https://shopee.co.id/Pakaian-Pria-cat.11042849", "name": "Pakaian Pria", "categoryId": "11042849" }, { "url": "https://shopee.co.id/Atasan-cat.11042849.11042877", "name": "Atasan", "categoryId": "11042877" }, { "url": "https://shopee.co.id/Kaos-cat.11042849.11042877.11042880", "name": "Kaos", "categoryId": "11042880" } ], "categoryId": "11042880" }, "location": "Tangerang Selatan", "listPrice": 125000, "productId": "23555831551", "imageCount": 16, "detailLevel": "full", "defaultImage": "https://down-id.img.susercontent.com/file/promo-dim-0100c5d62a1a4d3f9eb10452d8bff99cf095", "discountText": "-28%", "discountPercent": 28 } ``` --- ## Tokopedia **Category:** marketplace · **Slug:** `tokopedia` **Detail page:** https://zapi.ink/api/marketplace/tokopedia Akses data publik Tokopedia: pencarian produk, detail produk, dan profil toko/seller. Untuk riset harga, monitoring katalog, dan analisis marketplace. **Tags:** tokopedia, marketplace, ecommerce, indonesia, produk, belanja, harga ### Search Product Cari produk Tokopedia berdasarkan kata kunci. Mendukung sorting & pagination. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:tokopedia/search` - **Cache TTL:** 120s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `q` | string | query | yes | Kata kunci pencarian produk | | `page` | number | query | no | Halaman hasil (1, 2, 3...). Default 1 | | `count` | number | query | no | Jumlah produk per halaman. Default 20, max 60 | | `sort` | enum(relevance|newest|cheapest|expensive|bestselling) | query | no | Urutan hasil. Default relevance | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:tokopedia/search?q=laptop%20gaming&page=1&count=1&sort=relevance" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:tokopedia/search?q=laptop%20gaming&page=1&count=1&sort=relevance", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:tokopedia/search?q=laptop%20gaming&page=1&count=1&sort=relevance", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "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%26search_id%3D202606130430025737C6EC2E071627BRQK%26src%3Dsearch", "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=1781328602&x-signature=rkK5NZPAmajOAlu%2FQkvrR5b2Pms%3D&x-signature-webp=rABSVm6rNPlNQMDBEmzUb0FaUGs%3D", "price": 250000, "labels": [ { "title": "2 terjual", "position": "ri_product_credibility" }, { "title": "Bisa COD", "position": "ri_product_offer" }, { "title": "23%", "position": "ri_ribbon" }, { "title": "Rp250.000", "position": "final_price" }, { "title": "Bisa COD", "position": "ri_product_offer_v2" } ], "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=1781328602&x-signature=K%2FLbY0HilWpzhAd3mtdsnWFSAhI%3D&x-signature-webp=5kHVU%2F5fBhhfsxPXHUtB3WhA7Us%3D", "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?lk3s=97278606&x-expires=1781328602&x-signature=Z%2BGgr05gDBx9s2CJ516A7tYcC5Q%3D&x-signature-webp=quvU0Xrldh%2FYnPVFQsB%2FfuL8rsQ%3D", "price": 100000, "labels": [ { "title": "8 terjual", "position": "ri_product_credibility" }, { "title": "Hemat s.d 8% Pakai Bonus", "position": "ri_product_offer" }, { "title": "Rp100.000", "position": "final_price" }, { "title": "Hemat s.d 8% Pakai Bonus", "position": "ri_product_offer_v2" }, { "title": "Bisa COD", "position": "ri_product_offer_v2" } ], "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?lk3s=97278606&x-expires=1781328602&x-signature=bDJoL2Zj4z%2F4J4aR299Qv2BrXl4%3D&x-signature-webp=SAO0vVhOGDTRXOiVaLzDB7UxLgU%3D", "priceText": "Rp100.000", "productId": "11807421908", "categoryId": "297", "categoryName": "Komputer & Laptop" }, { "url": "https://www.tokopedia.com/machenike-indonesia/machenike-k500-b61-keyboard-mechanical-60-61-keys-wired-hot-swappable-rgb-backlit-untuk-android-tablet-pc-laptop-1731279037941056556?extParam=ivf%3Dtrue%26keyword%3Dlaptop%26search_id%3D202606130430025737C6EC2E071627BRQK%26src%3Dsearch", "name": "MACHENIKE K500 B61 Keyboard Mechanical 60% 61 Keys Wired Hot-Swappable RGB Backlit untuk Android Tablet PC Laptop", "shop": { "url": "https://www.tokopedia.com/machenike-indonesia", "city": "Kab. Tangerang", "name": "MACHENIKE Indonesia", "tier": 2, "shopId": "7496161101338544172" }, "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/2396c067b8934eb98f3e32cac868f2ed~tplv-aphluv4xwc-white-pad-v1:200:200.jpeg?lk3s=97278606&x-expires=1781328602&x-signature=UtwFFyBym8yg3hP37xA8qdWZxSA%3D&x-signature-webp=omK2OsGw8tHRH3hMUAG58qMi%2BG8%3D", "price": 299000, "labels": [ { "title": "11 terjual", "position": "ri_product_credibility" }, { "title": "Hemat s.d 8% Pakai Bonus", "position": "ri_product_offer" }, { "title": "50%", "position": "ri_ribbon" }, { "title": "Rp299.000", "position": "final_price" }, { "title": "Hemat s.d 8% Pakai Bonus", "position": "ri_product_offer_v2" }, { "title": "Bisa COD", "position": "ri_product_offer_v2" } ], "rating": 5, "image300": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/2396c067b8934eb98f3e32cac868f2ed~tplv-aphluv4xwc-white-pad-v1:300:300.jpeg?lk3s=97278606&x-expires=1781328602&x-signature=cUFQ%2BHw%2FDcrm5q6y169JY2vxKO4%3D&x-signature-webp=CGV17iMc4rduNhsAmKrwvkWWFO0%3D", "priceText": "Rp299.000", "productId": "100279070090", "categoryId": "297", "categoryName": "Komputer & Laptop" }, { "url": "https://www.tokopedia.com/borongkomputer/joystick-game-pad-stick-pc-laptop-komputer-double-transparan-usb?extParam=ivf%3Dfalse%26keyword%3Dlaptop%26search_id%3D202606130430025737C6EC2E071627BRQK%26src%3Dsearch", "name": "Joystick / Game Pad / Stick PC Laptop Komputer Double Transparan USB", "shop": { "url": "https://www.tokopedia.com/borongkomputer", "city": "Jakarta Barat", "name": "BORONG KOMPUTER", "tier": 2, "shopId": "1226035" }, "image": "https://p19-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2022/8/2/0648a2e7-417f-43a1-afa2-0abb3faf48d8.jpg~tplv-aphluv4xwc-white-pad-v1:200:200.jpeg?lk3s=97278606&x-expires=1781328602&x-signature=nj6m67SyOWp0%2BtFgUAokUiDRT%2F8%3D&x-signature-webp=CuVjmhbmKL7Nu%2Fe%2BWiHAcC%2BWnjQ%3D", "price": 98254, "labels": [ { "title": "1 terjual", "position": "ri_product_credibility" }, { "title": "Hemat s.d 5% Pakai Bonus", "position": "ri_product_offer" }, { "title": "Rp98.254", "position": "final_price" }, { "title": "Hemat s.d 5% Pakai Bonus", "position": "ri_product_offer_v2" }, { "title": "Bisa COD", "position": "ri_product_offer_v2" } ], "rating": 5, "image300": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2022/8/2/0648a2e7-417f-43a1-afa2-0abb3faf48d8.jpg~tplv-aphluv4xwc-white-pad-v1:300:300.jpeg?lk3s=97278606&x-expires=1781328602&x-signature=fdDx7eVqvLmgRpBP2PhCw39Rme0%3D&x-signature-webp=ONLkLM41ds9zhcVsz2nozD0QfTU%3D", "priceText": "Rp98.254", "productId": "5171168993", "categoryId": "297", "categoryName": "Komputer & Laptop" }, { "url": "https://www.tokopedia.com/koperid/classa-tas-ransel-sekolah-tas-casual-backpack-laptop-a3623-grey-3967b?extParam=ivf%3Dfalse%26keyword%3Dlaptop%26search_id%3D202606130430025737C6EC2E071627BRQK%26src%3Dsearch", "name": "Classa Tas Ransel Sekolah Tas Casual Backpack Laptop A3623", "shop": { "url": "https://www.tokopedia.com/koperid", "city": "Jakarta Barat", "name": "KoperID", "tier": 2, "shopId": "669021" }, "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2024/10/30/6372a0a9-366f-47eb-8d6e-2d5e92ef231e.jpg~tplv-aphluv4xwc-white-pad-v1:200:200.jpeg?lk3s=97278606&x-expires=1781328602&x-signature=xX9Ufq4wxTxf4TCX8b2q7G5DMk8%3D&x-signature-webp=CbUhF1E2vGH0vRmS%2BOW25QPyJO0%3D", "price": 239000, "labels": [ { "title": "1 terjual", "position": "ri_product_credibility" }, { "title": "Beli Lokal", "position": "overlay_3" }, { "title": "Bisa COD", "position": "ri_product_offer" }, { "title": "70%", "position": "ri_ribbon" }, { "title": "Rp239.000", "position": "final_price" }, { "title": "Bisa COD", "position": "ri_product_offer_v2" } ], "rating": 5, "image300": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2024/10/30/6372a0a9-366f-47eb-8d6e-2d5e92ef231e.jpg~tplv-aphluv4xwc-white-pad-v1:300:300.jpeg?lk3s=97278606&x-expires=1781328602&x-signature=LhKTNFwjejOQ9u1UbFTzF8ZW%2Fjw%3D&x-signature-webp=8J2rFHZ1njXeWTyDZHEEF8YnJb0%3D", "priceText": "Rp239.000", "productId": "15652226155", "categoryId": "78", "categoryName": "Fashion Anak & Bayi" }, { "url": "https://www.tokopedia.com/martinversa/martin-versa-oliver-backpack-tas-ransel-pria-wanita-laptop-15-6-inc-1734667183087585263-1734667155337283567?extParam=ivf%3Dfalse%26keyword%3Dlaptop%26search_id%3D202606130430025737C6EC2E071627BRQK%26src%3Dsearch", "name": "MARTIN VERSA Oliver Backpack Tas Ransel Pria/Wanita | Laptop 15.6 inc''", "shop": { "url": "https://www.tokopedia.com/martinversa", "city": "Jakarta Pusat", "name": "Martin Versa", "tier": 2, "shopId": "187530" }, "image": "https://p16-images-common-sign-sg.tokopedia-static.net/tos-maliva-i-o3syd03w52-us/782b2332d1e9470090da39049dc31454~tplv-o3syd03w52-resize-jpeg:200:200.jpeg?lk3s=97278606&x-expires=1781328602&x-signature=XLbTcLsk3UdHuwBVRODwr2ULc%2FU%3D&x-signature-webp=pWYWjpCehjjg7JuEtwOR5ZIN5vA%3D", "price": 99284, "labels": [ { "title": "3 terjual", "position": "ri_product_credibility" }, { "title": "Beli Lokal", "position": "overlay_3" }, { "title": "Bisa COD", "position": "ri_product_offer" }, { "title": "62%", "position": "ri_ribbon" }, { "title": "Rp99.284", "position": "final_price" }, { "title": "Bisa COD", "position": "ri_product_offer_v2" } ], "rating": 5, "image300": "https://p16-images-common-sign-sg.tokopedia-static.net/tos-maliva-i-o3syd03w52-us/782b2332d1e9470090da39049dc31454~tplv-o3syd03w52-resize-jpeg:300:300.jpeg?lk3s=97278606&x-expires=1781328602&x-signature=PRe9RUa%2BRYBLwZiiCk5%2B%2FLEgja0%3D&x-signature-webp=1Nb6aE3%2Bz%2BKmVyMbsvxIFz3wc%2Fg%3D", "priceText": "Rp99.284", "productId": "103104290847", "categoryId": "1759", "categoryName": "Fashion Pria" }, { "url": "https://www.tokopedia.com/mikapoo/mikapoo-tas-tote-besar-resleting-tas-laptop-multifungsi-tas-baby-tas-serbaguna-karakter-lucu-1732545207579018277?extParam=ivf%3Dfalse%26keyword%3Dlaptop%26search_id%3D202606130430025737C6EC2E071627BRQK%26src%3Dsearch", "name": "Mikapoo - Tas Tote Besar Resleting – Tas Laptop Multifungsi / Tas Baby / Tas Serbaguna Karakter Lucu", "shop": { "url": "https://www.tokopedia.com/mikapoo", "city": "Jakarta Barat", "name": "Mikapoo", "tier": 2, "shopId": "7494421771938400293" }, "image": "https://p16-images-common-sign-sg.tokopedia-static.net/tos-maliva-i-o3syd03w52-us/388f0ea12e26475eac2abb954899cbda~tplv-o3syd03w52-resize-jpeg:200:200.jpeg?lk3s=97278606&x-expires=1781328602&x-signature=j9VJuyE%2F4TsUUCKaVBL50Uq4afU%3D&x-signature-webp=RSB7oM2Wi1lwFSvzzIYF8AH%2Brqc%3D", "price": 43000, "labels": [ { "title": "60+ terjual", "position": "ri_product_credibility" }, { "title": "Bisa COD", "position": "ri_product_offer" }, { "title": "Rp43.000", "position": "final_price" }, { "title": "Bisa COD", "position": "ri_product_offer_v2" } ], "rating": 5, "image300": "https://p16-images-common-sign-sg.tokopedia-static.net/tos-maliva-i-o3syd03w52-us/388f0ea12e26475eac2abb954899cbda~tplv-o3syd03w52-resize-jpeg:300:300.jpeg?lk3s=97278606&x-expires=1781328602&x-signature=6rz1ltpRZDhR7kSprRFaX%2FFRoEo%3D&x-signature-webp=Gk6XLNXyYPvR%2BHKXtvr0f1PxJS8%3D", "priceText": "Rp43.000", "productId": "102272270244", "categoryId": "1758", "categoryName": "Fashion Wanita" }, { "url": "https://www.tokopedia.com/jasoz-indonesia/jasoz-kabel-hdmi-extension-4k-male-to-female-hdmi-extender-cable-untuk-tv-laptop-monitor-projector-1734579699451069590-1734579793909220502?extParam=ivf%3Dfalse%26keyword%3Dlaptop%26search_id%3D202606130430025737C6EC2E071627BRQK%26src%3Dsearch", "name": "Jasoz Kabel HDMI Extension 4K Male to Female HDMI Extender Cable untuk TV Laptop Monitor Projector", "shop": { "url": "https://www.tokopedia.com/jasoz-indonesia", "city": "Tangerang", "name": "Jasoz Indonesia", "tier": 2, "shopId": "7495796949882210454" }, "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/48548c884a004a52b9cc6786e11d80cc~tplv-aphluv4xwc-white-pad-v1:200:200.jpeg?lk3s=97278606&x-expires=1781328602&x-signature=evuk3N7XiWqFwe3Uxjm%2FYwCBav4%3D&x-signature-webp=rJoDBFmVhRdSxQR%2F968grIeVZA8%3D", "price": 39900, "labels": [ { "title": "5 terjual", "position": "ri_product_credibility" }, { "title": "Hemat s.d 5% Pakai Bonus", "position": "ri_product_offer" }, { "title": "30%", "position": "ri_ribbon" }, { "title": "Rp39.900", "position": "final_price" }, { "title": "Hemat s.d 5% Pakai Bonus", "position": "ri_product_offer_v2" }, { "title": "Bisa COD", "position": "ri_product_offer_v2" } ], "rating": 5, "image300": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/48548c884a004a52b9cc6786e11d80cc~tplv-aphluv4xwc-white-pad-v1:300:300.jpeg?lk3s=97278606&x-expires=1781328602&x-signature=Mgd2YXBrLRUAZzPV8xHuYDUY9FA%3D&x-signature-webp=kjdr1FRzcaeyfuBDPB6N5jEBSRg%3D", "priceText": "Rp39.900", "productId": "103092098473", "categoryId": "578", "categoryName": "Audio, Kamera & Elektronik Lainnya" } ], "query": "laptop", "hasMore": true, "nextPage": 2, "totalData": 1195185, "totalDataText": "1.1jt+" } ``` --- ### Product Detail Detail lengkap produk Tokopedia dari URL (harga, stok, spesifikasi, media, statistik). - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:tokopedia/product` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `url` | string | query | yes | Tokopedia product URL | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:tokopedia/product?url=https%3A%2F%2Fwww.tokopedia.com%2Falienwarestore%2Ftas-laptop-sleevecase-carbon" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:tokopedia/product?url=https%3A%2F%2Fwww.tokopedia.com%2Falienwarestore%2Ftas-laptop-sleevecase-carbon", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:tokopedia/product?url=https%3A%2F%2Fwww.tokopedia.com%2Falienwarestore%2Ftas-laptop-sleevecase-carbon", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "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" }, { "label": "Kategori", "value": "Laptop Case" }, { "label": "Etalase", "value": "Semua Etalase" } ], "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?lk3s=0ccea506&x-expires=1781361673&x-signature=hmXOLYWl1EqWxCFNfDgzsdwlVZ0%3D&x-signature-webp=1mnN2Km2%2BzeyK8ZytyifSuyITq4%3D", "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=0ccea506&x-expires=1781361673&x-signature=nB8ckbw9yp%2FIrpYBI%2Fvu%2FRSpUGY%3D&x-signature-webp=APB65nlc3KsJsuFI2n0T2EDMoEc%3D", "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=0ccea506&x-expires=1781361673&x-signature=mEcCZEt2U7NPig8pv1AtNn2mbKk%3D&x-signature-webp=KidXg5%2BLy8j7in8eFHP6KQwwqt8%3D" }, { "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=0ccea506&x-expires=1781361673&x-signature=mPA1C4j8Um9D2w%2FwdZ1MAmr4Je8%3D&x-signature-webp=71c0ug6TxM4RYF%2B2TZUxi087Vy0%3D", "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=0ccea506&x-expires=1781361673&x-signature=mPA1C4j8Um9D2w%2FwdZ1MAmr4Je8%3D&x-signature-webp=71c0ug6TxM4RYF%2B2TZUxi087Vy0%3D", "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=0ccea506&x-expires=1781361673&x-signature=IS3KvpvdWpLaKkQrLJTN%2F8aiQj4%3D&x-signature-webp=ft5QSJZo1vceB%2Bgjix%2FaGjxQwMg%3D" }, { "maxRes": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2023/10/11/c7191fab-ca57-41b0-b15a-96ed5e407f34.jpg~tplv-aphluv4xwc-resize-jpeg:700:0.jpeg?lk3s=0ccea506&x-expires=1781361673&x-signature=WEpldloID%2FrVFnSqLDwIU1%2B6U20%3D&x-signature-webp=3dh1Ku332yakvzy8dL7zXcrE5Os%3D", "original": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2023/10/11/c7191fab-ca57-41b0-b15a-96ed5e407f34.jpg~tplv-aphluv4xwc-resize-jpeg:700:0.jpeg?lk3s=0ccea506&x-expires=1781361673&x-signature=WEpldloID%2FrVFnSqLDwIU1%2B6U20%3D&x-signature-webp=3dh1Ku332yakvzy8dL7zXcrE5Os%3D", "thumbnail": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2023/10/11/c7191fab-ca57-41b0-b15a-96ed5e407f34.jpg~tplv-aphluv4xwc-resize-jpeg:200:0.jpeg?lk3s=0ccea506&x-expires=1781361673&x-signature=%2F%2BdW%2FQhcDjKazd%2Bp6j3Kcn8CIg0%3D&x-signature-webp=youzDQ8tDnE5%2BWW0X8UWTQO0dfo%3D" } ], "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" }, { "id": "3912", "url": "https://www.tokopedia.com/p/komputer-laptop/aksesoris-komputer-laptop/laptop-case", "name": "Laptop Case" } ] }, "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=0ccea506&x-expires=1781361673&x-signature=nB8ckbw9yp%2FIrpYBI%2Fvu%2FRSpUGY%3D&x-signature-webp=APB65nlc3KsJsuFI2n0T2EDMoEc%3D", "isOfficialStore": true, "isPowerMerchant": true } ``` --- ### Shop Detail Profil & statistik toko/seller Tokopedia dari domain toko. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:tokopedia/shop` - **Cache TTL:** 600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `shop` | string | query | yes | Nama domain toko atau URL toko Tokopedia | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:tokopedia/shop?shop=alienwarestore" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:tokopedia/shop?shop=alienwarestore", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:tokopedia/shop?shop=alienwarestore", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "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 } ``` --- ### Reviews product reviews, paged - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:tokopedia/reviews` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `product` | string | query | yes | Tokopedia product URL or numeric product id | | `page` | number | query | no | Result page. Default 1 | | `limit` | number | query | no | Reviews per page. Default 10, max 50. Ordered most-helpful first (upstream default) | **cURL:** ```bash curl "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: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:tokopedia/reviews?product=https%3A%2F%2Fwww.tokopedia.com%2Falienwarestore%2Ftas-laptop-sleevecase-carbon&page=1&limit=10", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.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", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "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 } ``` --- ### Recommendations recommended products for a product or a category - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:tokopedia/recommendations` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `productId` | string | query | no | Numeric product id — returns more products from the same shop. Use this OR categoryId | | `categoryId` | string | query | no | Numeric category id — returns recommended products in that category. Use this OR productId | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:tokopedia/recommendations?productId=11807421908&categoryId=24" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:tokopedia/recommendations?productId=11807421908&categoryId=24", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:tokopedia/recommendations?productId=11807421908&categoryId=24", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "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-1732578579216041285-1735327867464549701", "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=1789804566&x-signature=EqNpZfIgn1mqmNCavnLtt%2B5ObDs%3D&x-signature-webp=j%2BFPFrx35B5ZAuxYObDk%2FlUqrk8%3D", "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=1789804566&x-signature=3e9kP%2Fbwqyh8ME8DSRB3XCA8boQ%3D&x-signature-webp=aCGbjFd0wC1PEiQ6Z68JNhNeVkY%3D", "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=1789804566&x-signature=YT%2FB4ANiRIPVnepbRWI%2B%2FxXoP8U%3D&x-signature-webp=B4p84o8ueDavs9xTI7JRsoeCLOs%3D", "price": 5599000, "category": "Handphone & Tablet/Handphone/Android OS", "priceText": "Rp5.599.000", "productId": "103061954169" }, { "url": "https://www.tokopedia.com/gadget-universe-official/motorola-moto-g86-power-5g-8-256gb-garansi-resmi-1732537003355571991", "name": "Motorola Moto G86 Power 5G 8/256GB Garansi RESMI", "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/be1dc0c7ac72442795f42407e8831bb2~tplv-aphluv4xwc-white-pad-v1:250:250.jpeg?lk3s=67a35ccb&x-expires=1789804566&x-signature=TStsblXgU4sqZIZbW%2BdEvxsfpXk%3D&x-signature-webp=VrgR9g%2FMRt3DCLMax36opWbiI%2BE%3D", "price": 4779000, "category": "Handphone & Tablet/Handphone/Android OS", "priceText": "Rp4.779.000", "productId": "102268644669" }, { "url": "https://www.tokopedia.com/cellsius/samsung-galaxy-a17-5g-8-256gb-8-256gb-4g-8-128gb-4g-garansi-resmi-produk-original-layar-6-7-inci-fhd-super-amoled-prosesor-exynos-1330-baterai-5000mah-1732575902522902357", "name": "Samsung Galaxy A17 5G 8/256GB & 8/256GB 4G 8/128GB 4G Garansi Resmi Produk Original Layar 6.7 Inci FHD+ Super AMOLED Prosesor Exynos 1330 Baterai 5000mAh", "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/fd7fe34d666e4542b54c601be0684981~tplv-aphluv4xwc-white-pad-v1:250:250.jpeg?lk3s=67a35ccb&x-expires=1789804566&x-signature=0iUYnSrMSeUwEtZ1yMJ6S7Ethdg%3D&x-signature-webp=NX5g7%2BG0IeGPe533NCBk%2B7Bc1kM%3D", "price": 4700000, "category": "Handphone & Tablet/Handphone/Android OS", "priceText": "Rp4.700.000", "productId": "102291437517" }, { "url": "https://www.tokopedia.com/tokohapedia-idn/samsung-galaxy-note-20-8-256-gb-green-bronze-gray-red-blue-green", "name": "Samsung Galaxy Note 20 8/256 GB Green / Bronze / Gray / Red/ Blue", "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/f0f0f034493e4af396bc37af6b1f3ca1~tplv-aphluv4xwc-white-pad-v1:250:250.jpeg?lk3s=67a35ccb&x-expires=1789804566&x-signature=be%2Fasm5DDen6HR3NuIPD2n2d9J4%3D&x-signature-webp=2ABBorGg4blfY9hjbz%2FT1PxDe3I%3D", "price": 10899000, "category": "Handphone & Tablet/Handphone/Android OS", "priceText": "Rp10.899.000", "productId": "1206464951" }, { "url": "https://www.tokopedia.com/cuan-gadgetid/vivo-y16-3-64-vivo-y-16-3-32-garansi-resmi-indonesia-gold-3-32-tanpa-bonus", "name": "VIVO Y16 3/64 VIVO Y 16 3/32 GARANSI RESMI INDONESIA", "image": "https://p19-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2022/8/29/513633c8-2ebf-450b-ba8f-860a09770637.jpg~tplv-aphluv4xwc-white-pad-v1:250:250.jpeg?lk3s=67a35ccb&x-expires=1789804566&x-signature=ntRs%2FQLIEucNQvD7w43INv4eqws%3D&x-signature-webp=E7RFIzrVe%2BJ48EaDzsOr5qMSKA8%3D", "price": 1799000, "category": "Handphone & Tablet/Handphone/Android OS", "priceText": "Rp1.799.000", "productId": "5759724000" }, { "url": "https://www.tokopedia.com/angelhokkystore/tecno-spark-go-3-ram-4-64gb-ram-4-128gb-original-garansi-resmi-1734194573529613650", "name": "TECNO SPARK GO 3 RAM 4/64GB / RAM 4/128GB ORIGINAL GARANSI RESMI", "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/9d53f063d3da416ebedae36ec09f6f9a~tplv-aphluv4xwc-white-pad-v1:250:250.jpeg?lk3s=67a35ccb&x-expires=1789804566&x-signature=lHLTR20yVJA1WPfjsntqF89k%2BYg%3D&x-signature-webp=J3ik0m8EJRhID%2BQV3m5vKdWN%2B6M%3D", "price": 1999000, "category": "Handphone & Tablet/Handphone/Android OS", "priceText": "Rp1.999.000", "productId": "102930824190" } ], "title": "Rekomendasi untuk Anda", "categoryId": "24" } ``` --- ### Shop Products a shop's product catalogue, paged, with its showcases and rating - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:tokopedia/shop-products` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `shop` | string | query | yes | Shop domain (the part after tokopedia.com/) or a shop URL | | `page` | number | query | no | Result page, 80 products per page. Default 1 | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:tokopedia/shop-products?shop=alienwarestore&page=1" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:tokopedia/shop-products?shop=alienwarestore&page=1", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:tokopedia/shop-products?shop=alienwarestore&page=1", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "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-signature=3J7%2FUI6UOmfIvzA1hKIddGhuJv0%3D&x-signature-webp=YLIca1KRsKK%2Fa3Ml%2BfZyDN4YUWo%3D", "price": 9809000, "labels": [ "Hemat s.d 3% Pakai Bonus", "53%", "Hemat s.d 3% Pakai Bonus" ], "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-signature=3J7%2FUI6UOmfIvzA1hKIddGhuJv0%3D&x-signature-webp=YLIca1KRsKK%2Fa3Ml%2BfZyDN4YUWo%3D" }, { "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-signature=oStwkNQVB9E8AO%2F0DolJbCbtje8%3D&x-signature-webp=vytq0WDGwSLopCAkHODKp%2FADqsA%3D", "price": 18499000, "labels": [ "Hemat s.d 3% Pakai Bonus", "29%", "Hemat s.d 3% Pakai Bonus" ], "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-signature=KkbsR3bnVPyERSBylLkiN%2Ba6I8A%3D&x-signature-webp=2kHD4f9a0Q3TlrRaBizNgMxCmGk%3D" }, { "url": "https://www.tokopedia.com/alienwarestore/asus-vivobook-s15-oled-s5506ma-intel-ultra-7-155h-ultra-9-16gb-1tb-w11-15-6-qhd-3k-1737425660602516824-1737425661407757656", "name": "(BEST DEALS) Asus Vivobook S15 OLED S5506MA Intel Ultra 7 155H - Ultra 9 16GB 1TB W11 15.6\" QHD 3K", "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2025/3/26/24a1c9a8-acff-4f44-85d1-a3a79569c330.jpg~tplv-aphluv4xwc-origin-jpeg.jpeg?lk3s=7a10017b&x-expires=1789721768&x-signature=cOWW3NP8KQ7cxFQUXSG47DaJeL0%3D&x-signature-webp=9L8wv1erq7AqgzttvYCQqxVtPM0%3D", "price": 15599000, "labels": [ "Hemat s.d 3% Pakai Bonus", "50%", "Hemat s.d 3% Pakai Bonus" ], "priceText": "Rp15.599.000", "productId": "103900410564", "thumbnail": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2025/3/26/24a1c9a8-acff-4f44-85d1-a3a79569c330.jpg~tplv-aphluv4xwc-origin-jpeg.jpeg?lk3s=7a10017b&x-expires=1789721768&x-signature=cOWW3NP8KQ7cxFQUXSG47DaJeL0%3D&x-signature-webp=9L8wv1erq7AqgzttvYCQqxVtPM0%3D" }, { "url": "https://www.tokopedia.com/alienwarestore/best-deals-asus-vivobook-f1504za-f1605za-touch-intel-i7-1255-16gb-512gb-w11-15-6fhd-ips-1737425642836559192-1737425644966151512", "name": "(BEST DEALS) ASUS VIVOBOOK F1504ZA F1605ZA TOUCH INTEL I7 1255 16GB 512GB W11 15.6FHD IPS", "image": "https://p19-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/17fe03ece2064ceab3375b57e2f04b39~tplv-aphluv4xwc-origin-jpeg.jpeg?lk3s=7a10017b&x-expires=1789721768&x-signature=exJoS6tcwP32BIwuVCNEaFAUuvQ%3D&x-signature-webp=EO36EY9cNuc%2F6OF36s7aUPZfb%2F4%3D", "price": 11599000, "labels": [ "Hemat s.d 3% Pakai Bonus", "28%", "Hemat s.d 3% Pakai Bonus" ], "priceText": "Rp11.599.000", "productId": "103900405211", "thumbnail": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/17fe03ece2064ceab3375b57e2f04b39~tplv-aphluv4xwc-origin-jpeg.jpeg?lk3s=7a10017b&x-expires=1789721768&x-signature=YqRCZs4chkHkbwhaZIgVWPMnqA0%3D&x-signature-webp=VgPfwyY%2FDMxIkBT83uaYFizuCOc%3D" }, { "url": "https://www.tokopedia.com/alienwarestore/best-deals-laptop-asus-vivobook-14-x1404va-core-i5-120u-8gb-256ssd-w11-14-fhd-8gb-256ssd-1737425603931833688-1737425604752213336", "name": "(BEST DEALS) LAPTOP ASUS VIVOBOOK 14 X1404VA CORE i5 120U 8GB 256SSD W11 14\" FHD - 8GB 256SSD", "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/0fbcecf91be74057ae67ca6bf3076641~tplv-aphluv4xwc-origin-jpeg.jpeg?lk3s=7a10017b&x-expires=1789721768&x-signature=nuZoCswmcMqJp9UmoDqvAPO%2Bu44%3D&x-signature-webp=4OHDzNHV7GBQeWQdpn8%2BDmT4Wws%3D", "price": 9399000, "labels": [ "Hemat s.d 3% Pakai Bonus", "55%", "Hemat s.d 3% Pakai Bonus" ], "priceText": "Rp9.399.000", "productId": "103900393335", "thumbnail": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/0fbcecf91be74057ae67ca6bf3076641~tplv-aphluv4xwc-origin-jpeg.jpeg?lk3s=7a10017b&x-expires=1789721768&x-signature=nuZoCswmcMqJp9UmoDqvAPO%2Bu44%3D&x-signature-webp=4OHDzNHV7GBQeWQdpn8%2BDmT4Wws%3D" }, { "url": "https://www.tokopedia.com/alienwarestore/best-deals-asus-vivobook-14-x1404va-i3-1315-16gb-512gb-ssd-windows-11-14-0-fhd-ips-x1404va-1737425599903532376-1737425613399557464", "name": "(BEST DEALS) ASUS VIVOBOOK 14 X1404VA I3 1315 16GB 512GB SSD WINDOWS 11 14.0\"FHD IPS - X1404VA", "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/166c2f63031e4b949381f9c7112b07e3~tplv-aphluv4xwc-origin-jpeg.jpeg?lk3s=7a10017b&x-expires=1789721768&x-signature=uvPvHApvR%2Bf%2BSlnefYb%2F2QysEZ0%3D&x-signature-webp=8iXcMbAOPNnD0AoS6RgbGbTuZIo%3D", "price": 8199000, "labels": [ "Hemat s.d 3% Pakai Bonus", "61%", "Hemat s.d 3% Pakai Bonus" ], "priceText": "Rp8.199.000", "productId": "103900380577", "thumbnail": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/166c2f63031e4b949381f9c7112b07e3~tplv-aphluv4xwc-origin-jpeg.jpeg?lk3s=7a10017b&x-expires=1789721768&x-signature=uvPvHApvR%2Bf%2BSlnefYb%2F2QysEZ0%3D&x-signature-webp=8iXcMbAOPNnD0AoS6RgbGbTuZIo%3D" }, { "url": "https://www.tokopedia.com/alienwarestore/lenovo-v14-g4-ryzen-5-7520-16gb-512gb-w11-14-0fhd-1737425517753042264-1737425519579596120", "name": "(BEST DEALS) Lenovo V14 G4 Ryzen 5 7520 16GB 512GB W11 14.0FHD", "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2024/11/9/b24e5e6c-e917-49ee-a3a3-8520c308dcbe.jpg~tplv-aphluv4xwc-origin-jpeg.jpeg?lk3s=7a10017b&x-expires=1789721768&x-signature=3ZVU5YhhtplSeNzBrlMIQC1cg3M%3D&x-signature-webp=xie%2BKsR8Ku8atcovR9Y10XNyKy4%3D", "price": 10899000, "labels": [ "Hemat s.d 3% Pakai Bonus", "48%", "Hemat s.d 3% Pakai Bonus" ], "priceText": "Rp10.899.000", "productId": "103900364400", "thumbnail": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/img/VqbcmM/2024/11/9/b24e5e6c-e917-49ee-a3a3-8520c308dcbe.jpg~tplv-aphluv4xwc-origin-jpeg.jpeg?lk3s=7a10017b&x-expires=1789721768&x-signature=3ZVU5YhhtplSeNzBrlMIQC1cg3M%3D&x-signature-webp=xie%2BKsR8Ku8atcovR9Y10XNyKy4%3D" }, { "url": "https://www.tokopedia.com/alienwarestore/asus-rog-strix-g17-g713pi-g713pv-ryzen-9-7845hx-rtx4070-16gb-1tb-w11-17-3qhd-free-ongkir-1737425583018968408-1737425584506832216", "name": "(BEST DEALS) ASUS ROG STRIX G17 G713PI G713PV RYZEN 9 7845HX RTX4070 16GB 1TB W11 17.3QHD (FREE ONGKIR)", "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/3831e91cd27945d98a4d102b6706098e~tplv-aphluv4xwc-origin-jpeg.jpeg?lk3s=7a10017b&x-expires=1789721768&x-signature=NOgQYhhArvuYwqGUpOKoNeKfnT0%3D&x-signature-webp=V8qTZvTWlj0xIzWUoWE2T7pzFDo%3D", "price": 24499000, "labels": [ "Hemat s.d 3% Pakai Bonus", "40%", "Hemat s.d 3% Pakai Bonus" ], "priceText": "Rp24.499.000", "productId": "103900364344", "thumbnail": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/3831e91cd27945d98a4d102b6706098e~tplv-aphluv4xwc-origin-jpeg.jpeg?lk3s=7a10017b&x-expires=1789721768&x-signature=NOgQYhhArvuYwqGUpOKoNeKfnT0%3D&x-signature-webp=V8qTZvTWlj0xIzWUoWE2T7pzFDo%3D" } ], "rating": { "score": 4.8, "total": 14824, "breakdown": [ { "count": 13691, "stars": 5, "percent": 92.36 }, { "count": 578, "stars": 4, "percent": 3.9 }, { "count": 216, "stars": 3, "percent": 1.46 }, { "count": 90, "stars": 2, "percent": 0.61 }, { "count": 249, "stars": 1, "percent": 1.68 } ] }, "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 }, { "url": "https://www.tokopedia.com/alienwarestore/sold?sort=7", "name": "Produk Terjual", "count": 334, "showcaseId": "3", "highlighted": true }, { "url": "https://www.tokopedia.com/alienwarestore/etalase/tmt_24552", "name": "Spesial Diskon", "count": 1, "showcaseId": "tmt_24552", "highlighted": false }, { "url": "https://www.tokopedia.com/alienwarestore?preorder=1", "name": "Preorder", "count": 131, "showcaseId": "6", "highlighted": false }, { "url": "https://www.tokopedia.com/alienwarestore/etalase/asus", "name": "ASUS", "count": 76, "showcaseId": "12304969", "highlighted": false }, { "url": "https://www.tokopedia.com/alienwarestore/etalase/lenovo", "name": "LENOVO", "count": 136, "showcaseId": "12326841", "highlighted": false }, { "url": "https://www.tokopedia.com/alienwarestore/etalase/hp-hewlett-packard", "name": "HP HEWLETT-PACKARD", "count": 117, "showcaseId": "12337471", "highlighted": false } ], "totalData": null, "totalDataText": null } ``` --- ### Categories the full category tree - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:tokopedia/categories` - **Cache TTL:** 3600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `x` | string | query | no | Unused — this endpoint takes no input | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:tokopedia/categories?x=VALUE" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:tokopedia/categories?x=VALUE", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:tokopedia/categories?x=VALUE", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "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" }, { "url": "https://www.tokopedia.com/p/ibu-bayi/popok/popok-sekali-pakai", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2019/2/4/2042/2042_4ad72770-a8cb-42a9-908f-640a446fb7db.png", "name": "Popok Sekali Pakai", "path": "ibu-bayi/popok/popok-sekali-pakai", "categoryId": "2042" }, { "url": "https://www.tokopedia.com/p/kecantikan/lip-color-lip-care/lipstik", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2019/3/15/2227/2227_fb4877e2-13c7-4fb3-aaa3-b8576461cd82.png", "name": "Lipstik", "path": "kecantikan/lip-color-lip-care/lipstik", "categoryId": "2227" }, { "url": "https://www.tokopedia.com/p/kesehatan/obat-obatan/obat-herbal", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2019/4/23/2289/2289_9f262ab9-febf-4851-af89-0270004a0301.png", "name": "Obat Herbal", "path": "kesehatan/obat-obatan/obat-herbal", "categoryId": "2289" }, { "url": "https://www.tokopedia.com/p/makanan-minuman/minuman/kopi-kemasan", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2019/3/6/2788/2788_bddef498-083e-4bdb-bc86-f0c9ee665243.png", "name": "Kopi Kemasan", "path": "makanan-minuman/minuman/kopi-kemasan", "categoryId": "2788" }, { "url": "https://www.tokopedia.com/p/otomotif/aksesoris-pengendara-motor/jas-hujan", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2017/8/8/1318/1318_d58ddd89-2d94-4103-9de1-007ee65b8083.jpg", "name": "Jas Hujan", "path": "otomotif/aksesoris-pengendara-motor/jas-hujan", "categoryId": "1318" }, { "url": "https://www.tokopedia.com/p/fashion-wanita/atasan-wanita/blouse-wanita", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2017/2/16/15/15_5135ede7-8f56-4ff9-9cb0-e5ce0cde952c.jpg", "name": "Blouse Wanita", "path": "fashion-wanita/atasan-wanita/blouse-wanita", "categoryId": "1771" } ], "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" }, { "name": "Rumah Tangga", "path": "rumah-tangga", "children": [ { "url": "https://www.tokopedia.com/p/rumah-tangga/dekorasi", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/17/77305583/77305583_bc7f49ac-a771-42bc-b317-46702b44a36a.png", "name": "Dekorasi", "path": "rumah-tangga/dekorasi", "children": [ { "url": "https://www.tokopedia.com/p/rumah-tangga/dekorasi/cover-kipas-angin", "name": "Cover Kipas Angin", "path": "rumah-tangga/dekorasi/cover-kipas-angin", "categoryId": "3741" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/dekorasi/cover-kursi", "name": "Cover Kursi", "path": "rumah-tangga/dekorasi/cover-kursi", "categoryId": "3740" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/dekorasi/hiasan-dinding", "name": "Hiasan Dinding", "path": "rumah-tangga/dekorasi/hiasan-dinding", "categoryId": "3739" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/dekorasi/hiasan-natal", "name": "Hiasan Natal", "path": "rumah-tangga/dekorasi/hiasan-natal", "categoryId": "3745" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/dekorasi/jam-dinding", "name": "Jam Dinding", "path": "rumah-tangga/dekorasi/jam-dinding", "categoryId": "1048" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/dekorasi/jam-meja", "name": "Jam Meja", "path": "rumah-tangga/dekorasi/jam-meja", "categoryId": "638" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/dekorasi/keset", "name": "Keset", "path": "rumah-tangga/dekorasi/keset", "categoryId": "1054" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/dekorasi/lampu-pohon-natal", "name": "Lampu Pohon Natal", "path": "rumah-tangga/dekorasi/lampu-pohon-natal", "categoryId": "3744" } ], "categoryId": "993" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/furniture", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/17/77305583/77305583_7a873b9b-91a3-459b-a378-c68d3b8a9c07.png", "name": "Furniture", "path": "rumah-tangga/furniture", "children": [ { "url": "https://www.tokopedia.com/p/rumah-tangga/furniture/bedside-table", "name": "Bedside Table", "path": "rumah-tangga/furniture/bedside-table", "categoryId": "3700" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/furniture/cermin-badan", "name": "Cermin Badan", "path": "rumah-tangga/furniture/cermin-badan", "categoryId": "3702" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/furniture/kasur", "name": "Kasur", "path": "rumah-tangga/furniture/kasur", "categoryId": "3701" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/furniture/kursi", "name": "Kursi", "path": "rumah-tangga/furniture/kursi", "categoryId": "1043" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/furniture/kursi-bar", "name": "Kursi Bar", "path": "rumah-tangga/furniture/kursi-bar", "categoryId": "3714" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/furniture/kursi-goyang", "name": "Kursi Goyang", "path": "rumah-tangga/furniture/kursi-goyang", "categoryId": "3711" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/furniture/kursi-kantor", "name": "Kursi Kantor", "path": "rumah-tangga/furniture/kursi-kantor", "categoryId": "5191" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/furniture/kursi-makan", "name": "Kursi Makan", "path": "rumah-tangga/furniture/kursi-makan", "categoryId": "3713" } ], "categoryId": "992" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kamar-mandi", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/17/77305583/77305583_9f241e27-176f-406b-83fc-7563f17e376c.png", "name": "Kamar Mandi", "path": "rumah-tangga/kamar-mandi", "children": [ { "url": "https://www.tokopedia.com/p/rumah-tangga/kamar-mandi/cermin-kamar-mandi", "name": "Cermin Kamar Mandi", "path": "rumah-tangga/kamar-mandi/cermin-kamar-mandi", "categoryId": "3722" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kamar-mandi/dispenser-odol", "name": "Dispenser Odol", "path": "rumah-tangga/kamar-mandi/dispenser-odol", "categoryId": "1131" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kamar-mandi/ember-baskom", "name": "Ember & Baskom", "path": "rumah-tangga/kamar-mandi/ember-baskom", "categoryId": "1005" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kamar-mandi/gantungan-handuk", "name": "Gantungan Handuk", "path": "rumah-tangga/kamar-mandi/gantungan-handuk", "categoryId": "1003" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kamar-mandi/gayung", "name": "Gayung", "path": "rumah-tangga/kamar-mandi/gayung", "categoryId": "1004" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kamar-mandi/handuk-mandi", "name": "Handuk Mandi", "path": "rumah-tangga/kamar-mandi/handuk-mandi", "categoryId": "1002" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kamar-mandi/keset-anti-slip", "name": "Keset Anti Slip", "path": "rumah-tangga/kamar-mandi/keset-anti-slip", "categoryId": "3719" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kamar-mandi/kimono-mandi", "name": "Kimono Mandi", "path": "rumah-tangga/kamar-mandi/kimono-mandi", "categoryId": "3721" } ], "categoryId": "986" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kamar-tidur", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/17/77305583/77305583_53f09077-9f32-4aad-b7da-f84a3f084d45.png", "name": "Kamar Tidur", "path": "rumah-tangga/kamar-tidur", "children": [ { "url": "https://www.tokopedia.com/p/rumah-tangga/kamar-tidur/bantal-kepala", "name": "Bantal Kepala", "path": "rumah-tangga/kamar-tidur/bantal-kepala", "categoryId": "997" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kamar-tidur/guling", "name": "Guling", "path": "rumah-tangga/kamar-tidur/guling", "categoryId": "998" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kamar-tidur/jepitan-sprei", "name": "Jepitan Sprei", "path": "rumah-tangga/kamar-tidur/jepitan-sprei", "categoryId": "3717" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kamar-tidur/kelambu", "name": "Kelambu", "path": "rumah-tangga/kamar-tidur/kelambu", "categoryId": "3716" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kamar-tidur/mattress-cover", "name": "Mattress Cover", "path": "rumah-tangga/kamar-tidur/mattress-cover", "categoryId": "1367" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kamar-tidur/sarung-bantal", "name": "Sarung Bantal", "path": "rumah-tangga/kamar-tidur/sarung-bantal", "categoryId": "1259" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kamar-tidur/selimut", "name": "Selimut", "path": "rumah-tangga/kamar-tidur/selimut", "categoryId": "1000" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kamar-tidur/sprei-bed-cover", "name": "Sprei & Bed Cover", "path": "rumah-tangga/kamar-tidur/sprei-bed-cover", "categoryId": "999" } ], "categoryId": "985" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kebersihan", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/17/77305583/77305583_7f846ed0-3e70-4363-83af-f20d944143cd.png", "name": "Kebersihan", "path": "rumah-tangga/kebersihan", "children": [ { "url": "https://www.tokopedia.com/p/rumah-tangga/kebersihan/alat-pel", "name": "Alat Pel", "path": "rumah-tangga/kebersihan/alat-pel", "categoryId": "1020" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kebersihan/asbak", "name": "Asbak", "path": "rumah-tangga/kebersihan/asbak", "categoryId": "4359" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kebersihan/ember-baskom", "name": "Ember & Baskom", "path": "rumah-tangga/kebersihan/ember-baskom", "categoryId": "3777" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kebersihan/high-pressure-cleaner", "name": "High Pressure Cleaner", "path": "rumah-tangga/kebersihan/high-pressure-cleaner", "categoryId": "3773" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kebersihan/kain-lap", "name": "Kain Lap", "path": "rumah-tangga/kebersihan/kain-lap", "categoryId": "1018" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kebersihan/kantong-sampah", "name": "Kantong Sampah", "path": "rumah-tangga/kebersihan/kantong-sampah", "categoryId": "3771" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kebersihan/kemoceng", "name": "Kemoceng", "path": "rumah-tangga/kebersihan/kemoceng", "categoryId": "1016" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kebersihan/lainnya", "name": "Lainnya", "path": "rumah-tangga/kebersihan/lainnya", "categoryId": "1023" } ], "categoryId": "988" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kebutuhan-rumah", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/17/77305583/77305583_17c33eeb-caa3-43ac-b842-cd36289a9c86.png", "name": "Kebutuhan Rumah", "path": "rumah-tangga/kebutuhan-rumah", "children": [ { "url": "https://www.tokopedia.com/p/rumah-tangga/kebutuhan-rumah/baterai", "name": "Baterai", "path": "rumah-tangga/kebutuhan-rumah/baterai", "categoryId": "3789" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kebutuhan-rumah/baterai-jam", "name": "Baterai Jam", "path": "rumah-tangga/kebutuhan-rumah/baterai-jam", "categoryId": "3790" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kebutuhan-rumah/humidifier", "name": "Humidifier", "path": "rumah-tangga/kebutuhan-rumah/humidifier", "categoryId": "3791" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kebutuhan-rumah/payung", "name": "Payung", "path": "rumah-tangga/kebutuhan-rumah/payung", "categoryId": "3792" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kebutuhan-rumah/pembatas-ruangan", "name": "Pembatas Ruangan", "path": "rumah-tangga/kebutuhan-rumah/pembatas-ruangan", "categoryId": "3786" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kebutuhan-rumah/penahan-pintu", "name": "Penahan Pintu", "path": "rumah-tangga/kebutuhan-rumah/penahan-pintu", "categoryId": "3795" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/kebutuhan-rumah/termometer-ruangan", "name": "Termometer Ruangan", "path": "rumah-tangga/kebutuhan-rumah/termometer-ruangan", "categoryId": "3794" } ], "categoryId": "3697" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/laundry", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/17/77305583/77305583_d9b70207-0bb0-4e47-9815-f5d5f9ca8ecb.png", "name": "Laundry", "path": "rumah-tangga/laundry", "children": [ { "url": "https://www.tokopedia.com/p/rumah-tangga/laundry/alat-pelipat-baju", "name": "Alat Pelipat Baju", "path": "rumah-tangga/laundry/alat-pelipat-baju", "categoryId": "3759" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/laundry/bola-pencuci-baju", "name": "Bola Pencuci Baju", "path": "rumah-tangga/laundry/bola-pencuci-baju", "categoryId": "3761" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/laundry/cover-mesin-cuci", "name": "Cover Mesin Cuci", "path": "rumah-tangga/laundry/cover-mesin-cuci", "categoryId": "3758" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/laundry/gantungan-baju", "name": "Gantungan Baju", "path": "rumah-tangga/laundry/gantungan-baju", "categoryId": "1011" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/laundry/jaring-pakaian-mesin-cuci", "name": "Jaring Pakaian Mesin Cuci", "path": "rumah-tangga/laundry/jaring-pakaian-mesin-cuci", "categoryId": "3760" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/laundry/jemuran-baju", "name": "Jemuran Baju", "path": "rumah-tangga/laundry/jemuran-baju", "categoryId": "1012" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/laundry/jepit-jemuran", "name": "Jepit Jemuran", "path": "rumah-tangga/laundry/jepit-jemuran", "categoryId": "3755" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/laundry/lainnya", "name": "Lainnya", "path": "rumah-tangga/laundry/lainnya", "categoryId": "1014" } ], "categoryId": "987" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/ruang-tamu-keluarga", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/17/77305583/77305583_9abd9e7c-222f-4fe0-8045-467ecc0a477b.png", "name": "Ruang Tamu & Keluarga", "path": "rumah-tangga/ruang-tamu-keluarga", "children": [ { "url": "https://www.tokopedia.com/p/rumah-tangga/ruang-tamu-keluarga/bantal-sofa", "name": "Bantal Sofa", "path": "rumah-tangga/ruang-tamu-keluarga/bantal-sofa", "categoryId": "3726" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/ruang-tamu-keluarga/bean-bag", "name": "Bean Bag", "path": "rumah-tangga/ruang-tamu-keluarga/bean-bag", "categoryId": "3725" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/ruang-tamu-keluarga/cover-sofa", "name": "Cover Sofa", "path": "rumah-tangga/ruang-tamu-keluarga/cover-sofa", "categoryId": "3724" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/ruang-tamu-keluarga/gorden", "name": "Gorden", "path": "rumah-tangga/ruang-tamu-keluarga/gorden", "categoryId": "3729" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/ruang-tamu-keluarga/karpet-tikar", "name": "Karpet & Tikar", "path": "rumah-tangga/ruang-tamu-keluarga/karpet-tikar", "categoryId": "3728" }, { "url": "https://www.tokopedia.com/p/rumah-tangga/ruang-tamu-keluarga/sarung-bantal-sofa", "name": "Sarung Bantal Sofa", "path": "rumah-tangga/ruang-tamu-keluarga/sarung-bantal-sofa", "categoryId": "3727" } ], "categoryId": "3696" } ], "categoryId": "984" }, { "name": "Audio, Kamera & Elektronik Lainnya", "path": "audio-kamera-elektronik-lainnya", "children": [ { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/aksesoris-kamera", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/19/82120085/82120085_00f57a04-6a28-40d1-a08e-b2940e62c8f6.png", "name": "Aksesoris Kamera", "path": "audio-kamera-elektronik-lainnya/aksesoris-kamera", "children": [ { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/aksesoris-kamera/baterai-charger-kamera", "name": "Baterai & Charger Kamera", "path": "audio-kamera-elektronik-lainnya/aksesoris-kamera/baterai-charger-kamera", "categoryId": "5514" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/aksesoris-kamera/case-kamera", "name": "Case Kamera", "path": "audio-kamera-elektronik-lainnya/aksesoris-kamera/case-kamera", "categoryId": "3800" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/aksesoris-kamera/cleaning-tools-kamera", "name": "Cleaning Tools Kamera", "path": "audio-kamera-elektronik-lainnya/aksesoris-kamera/cleaning-tools-kamera", "categoryId": "5516" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/aksesoris-kamera/dry-box-kamera", "name": "Dry Box Kamera", "path": "audio-kamera-elektronik-lainnya/aksesoris-kamera/dry-box-kamera", "categoryId": "705" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/aksesoris-kamera/kabel-konektor-kamera", "name": "Kabel Konektor Kamera", "path": "audio-kamera-elektronik-lainnya/aksesoris-kamera/kabel-konektor-kamera", "categoryId": "709" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/aksesoris-kamera/lainnya", "name": "Lainnya", "path": "audio-kamera-elektronik-lainnya/aksesoris-kamera/lainnya", "categoryId": "596" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/aksesoris-kamera/microphone-kamera", "name": "Microphone Kamera", "path": "audio-kamera-elektronik-lainnya/aksesoris-kamera/microphone-kamera", "categoryId": "4027" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/aksesoris-kamera/monopod-kamera", "name": "Monopod Kamera", "path": "audio-kamera-elektronik-lainnya/aksesoris-kamera/monopod-kamera", "categoryId": "4025" } ], "categoryId": "581" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/audio", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/16/77305583/77305583_7ad02a13-2332-4242-993e-9b8d2da5d7c1.png", "name": "Audio", "path": "audio-kamera-elektronik-lainnya/audio", "children": [ { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/audio/amplifier", "name": "Amplifier", "path": "audio-kamera-elektronik-lainnya/audio/amplifier", "categoryId": "3913" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/audio/earphone", "name": "Earphone", "path": "audio-kamera-elektronik-lainnya/audio/earphone", "categoryId": "565" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/audio/headphone", "name": "Headphone", "path": "audio-kamera-elektronik-lainnya/audio/headphone", "categoryId": "564" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/audio/kabel-konektor-audio", "name": "Kabel & Konektor Audio", "path": "audio-kamera-elektronik-lainnya/audio/kabel-konektor-audio", "categoryId": "3916" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/audio/sound-system", "name": "Sound System", "path": "audio-kamera-elektronik-lainnya/audio/sound-system", "categoryId": "3915" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/audio/speaker", "name": "Speaker", "path": "audio-kamera-elektronik-lainnya/audio/speaker", "categoryId": "562" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/audio/tws", "name": "TWS", "path": "audio-kamera-elektronik-lainnya/audio/tws", "categoryId": "5373" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/audio/voice-recorder", "name": "Voice Recorder", "path": "audio-kamera-elektronik-lainnya/audio/voice-recorder", "categoryId": "3917" } ], "categoryId": "25" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/frame-album-roll-film", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/19/82120085/82120085_9d28d979-f28d-4be6-a856-0f8ef44b65f8.png", "name": "Frame, Album & Roll Film", "path": "audio-kamera-elektronik-lainnya/frame-album-roll-film", "children": [ { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/frame-album-roll-film/album-foto", "name": "Album Foto", "path": "audio-kamera-elektronik-lainnya/frame-album-roll-film/album-foto", "categoryId": "2339" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/frame-album-roll-film/dvs", "name": "DVs", "path": "audio-kamera-elektronik-lainnya/frame-album-roll-film/dvs", "categoryId": "2336" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/frame-album-roll-film/frame-digital", "name": "Frame Digital", "path": "audio-kamera-elektronik-lainnya/frame-album-roll-film/frame-digital", "categoryId": "2340" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/frame-album-roll-film/frame-foto", "name": "Frame Foto", "path": "audio-kamera-elektronik-lainnya/frame-album-roll-film/frame-foto", "categoryId": "2338" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/frame-album-roll-film/roll-film", "name": "Roll Film", "path": "audio-kamera-elektronik-lainnya/frame-album-roll-film/roll-film", "categoryId": "2335" } ], "categoryId": "2322" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-analog", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/19/82120085/82120085_3e8821c2-6d80-4c53-b704-c8995851f126.png", "name": "Kamera Analog", "path": "audio-kamera-elektronik-lainnya/kamera-analog", "children": [ { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-analog/disposable-camera", "name": "Disposable Camera", "path": "audio-kamera-elektronik-lainnya/kamera-analog/disposable-camera", "categoryId": "3776" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-analog/kamera-film", "name": "Kamera Film", "path": "audio-kamera-elektronik-lainnya/kamera-analog/kamera-film", "categoryId": "3774" } ], "categoryId": "2321" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-digital", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/19/82120085/82120085_868020ac-6dfd-42c7-acb4-8692469b2239.png", "name": "Kamera Digital", "path": "audio-kamera-elektronik-lainnya/kamera-digital", "children": [ { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-digital/action-camera", "name": "Action Camera", "path": "audio-kamera-elektronik-lainnya/kamera-digital/action-camera", "categoryId": "2325" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-digital/kamera-360", "name": "Kamera 360", "path": "audio-kamera-elektronik-lainnya/kamera-digital/kamera-360", "categoryId": "4018" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-digital/kamera-dslr", "name": "Kamera DSLR", "path": "audio-kamera-elektronik-lainnya/kamera-digital/kamera-dslr", "categoryId": "3706" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-digital/kamera-mirrorless", "name": "Kamera Mirrorless", "path": "audio-kamera-elektronik-lainnya/kamera-digital/kamera-mirrorless", "categoryId": "3707" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-digital/kamera-pocket", "name": "Kamera Pocket", "path": "audio-kamera-elektronik-lainnya/kamera-digital/kamera-pocket", "categoryId": "2323" } ], "categoryId": "2319" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-instan", "icon": "https://images.tokopedia.net/img/cache/300/WgKiGm/2024/1/5/988cda59-ee8a-49a4-a67a-3ccf1b2f4df1.png", "name": "Kamera Instan", "path": "audio-kamera-elektronik-lainnya/kamera-instan", "children": [ { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/perangkat-kamera-instan/kamera-instan", "name": "Perangkat Kamera Instan", "path": "audio-kamera-elektronik-lainnya/perangkat-kamera-instan/kamera-instan", "categoryId": "2333" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-instan/printer-foto-instan", "name": "Printer Foto Instan", "path": "audio-kamera-elektronik-lainnya/kamera-instan/printer-foto-instan", "categoryId": "5519" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-instan/refilll-kamera-instan", "name": "Refilll Kamera Instan", "path": "audio-kamera-elektronik-lainnya/kamera-instan/refilll-kamera-instan", "categoryId": "3815" } ], "categoryId": "5518" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-pengintai", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/16/77305583/77305583_ab1bf53b-b396-4631-a95d-cdd78fc2228e.png", "name": "Kamera Pengintai", "path": "audio-kamera-elektronik-lainnya/kamera-pengintai", "children": [ { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-pengintai/dvr", "name": "DVR", "path": "audio-kamera-elektronik-lainnya/kamera-pengintai/dvr", "categoryId": "664" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-pengintai/fake-camera", "name": "Fake Camera", "path": "audio-kamera-elektronik-lainnya/kamera-pengintai/fake-camera", "categoryId": "552" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-pengintai/ip-camera", "name": "IP Camera", "path": "audio-kamera-elektronik-lainnya/kamera-pengintai/ip-camera", "categoryId": "551" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-pengintai/kabel-cctv", "name": "Kabel CCTV", "path": "audio-kamera-elektronik-lainnya/kamera-pengintai/kabel-cctv", "categoryId": "3922" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-pengintai/kamera-cctv", "name": "Kamera CCTV", "path": "audio-kamera-elektronik-lainnya/kamera-pengintai/kamera-cctv", "categoryId": "550" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/kamera-pengintai/spy-camera", "name": "Spy Camera", "path": "audio-kamera-elektronik-lainnya/kamera-pengintai/spy-camera", "categoryId": "553" } ], "categoryId": "548" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/lensa-aksesoris", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/19/82120085/82120085_25b9558e-92d2-4cf8-84d4-428256ca9130.png", "name": "Lensa & Aksesoris", "path": "audio-kamera-elektronik-lainnya/lensa-aksesoris", "children": [ { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/lensa-aksesoris/aksesoris-lensa", "name": "Aksesoris Lensa", "path": "audio-kamera-elektronik-lainnya/lensa-aksesoris/aksesoris-lensa", "categoryId": "5520" }, { "url": "https://www.tokopedia.com/p/audio-kamera-elektronik-lainnya/lensa-aksesoris/lensa-kamera", "name": "Lensa Kamera", "path": "audio-kamera-elektronik-lainnya/lensa-aksesoris/lensa-kamera", "categoryId": "580" } ], "categoryId": "617" } ], "categoryId": "578" }, { "name": "Buku", "path": "buku", "children": [ { "url": "https://www.tokopedia.com/p/buku/buku-arsitektur-desain", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/20/77305583/77305583_16dd2962-ac06-4587-ae6b-fdb2d6012b60.png", "name": "Buku Arsitektur & Desain", "path": "buku/buku-arsitektur-desain", "children": [ { "url": "https://www.tokopedia.com/p/buku/buku-arsitektur-desain/buku-bangunan", "name": "Buku Bangunan", "path": "buku/buku-arsitektur-desain/buku-bangunan", "categoryId": "784" }, { "url": "https://www.tokopedia.com/p/buku/buku-arsitektur-desain/buku-codes-standars", "name": "Buku Codes & Standars", "path": "buku/buku-arsitektur-desain/buku-codes-standars", "categoryId": "788" }, { "url": "https://www.tokopedia.com/p/buku/buku-arsitektur-desain/buku-dekorasi-ornamen", "name": "Buku Dekorasi & Ornamen", "path": "buku/buku-arsitektur-desain/buku-dekorasi-ornamen", "categoryId": "785" }, { "url": "https://www.tokopedia.com/p/buku/buku-arsitektur-desain/buku-desain-dapur", "name": "Buku Desain Dapur", "path": "buku/buku-arsitektur-desain/buku-desain-dapur", "categoryId": "792" }, { "url": "https://www.tokopedia.com/p/buku/buku-arsitektur-desain/buku-desain-kamar", "name": "Buku Desain Kamar", "path": "buku/buku-arsitektur-desain/buku-desain-kamar", "categoryId": "790" }, { "url": "https://www.tokopedia.com/p/buku/buku-arsitektur-desain/buku-desain-ruang-keluarga", "name": "Buku Desain Ruang Keluarga", "path": "buku/buku-arsitektur-desain/buku-desain-ruang-keluarga", "categoryId": "793" }, { "url": "https://www.tokopedia.com/p/buku/buku-arsitektur-desain/buku-desain-ruang-tamu", "name": "Buku Desain Ruang Tamu", "path": "buku/buku-arsitektur-desain/buku-desain-ruang-tamu", "categoryId": "791" }, { "url": "https://www.tokopedia.com/p/buku/buku-arsitektur-desain/buku-desain-rumah", "name": "Buku Desain Rumah", "path": "buku/buku-arsitektur-desain/buku-desain-rumah", "categoryId": "789" } ], "categoryId": "783" }, { "url": "https://www.tokopedia.com/p/buku/buku-ekonomi-bisnis", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/20/77305583/77305583_5fdb920f-8df1-4b72-9ff0-df16230a44a6.png", "name": "Buku Ekonomi & Bisnis", "path": "buku/buku-ekonomi-bisnis", "children": [ { "url": "https://www.tokopedia.com/p/buku/buku-ekonomi-bisnis/buku-akuntansi", "name": "Buku Akuntansi", "path": "buku/buku-ekonomi-bisnis/buku-akuntansi", "categoryId": "3339" }, { "url": "https://www.tokopedia.com/p/buku/buku-ekonomi-bisnis/buku-bisnis", "name": "Buku Bisnis", "path": "buku/buku-ekonomi-bisnis/buku-bisnis", "categoryId": "3340" }, { "url": "https://www.tokopedia.com/p/buku/buku-ekonomi-bisnis/buku-ekonomi", "name": "Buku Ekonomi", "path": "buku/buku-ekonomi-bisnis/buku-ekonomi", "categoryId": "3338" }, { "url": "https://www.tokopedia.com/p/buku/buku-ekonomi-bisnis/buku-kesekretariatan", "name": "Buku Kesekretariatan", "path": "buku/buku-ekonomi-bisnis/buku-kesekretariatan", "categoryId": "4381" }, { "url": "https://www.tokopedia.com/p/buku/buku-ekonomi-bisnis/buku-manajemen", "name": "Buku Manajemen", "path": "buku/buku-ekonomi-bisnis/buku-manajemen", "categoryId": "3337" }, { "url": "https://www.tokopedia.com/p/buku/buku-ekonomi-bisnis/buku-pariwisata", "name": "Buku Pariwisata", "path": "buku/buku-ekonomi-bisnis/buku-pariwisata", "categoryId": "4361" }, { "url": "https://www.tokopedia.com/p/buku/buku-ekonomi-bisnis/buku-perbankan", "name": "Buku Perbankan", "path": "buku/buku-ekonomi-bisnis/buku-perbankan", "categoryId": "3343" }, { "url": "https://www.tokopedia.com/p/buku/buku-ekonomi-bisnis/buku-perhotelan", "name": "Buku Perhotelan", "path": "buku/buku-ekonomi-bisnis/buku-perhotelan", "categoryId": "4362" } ], "categoryId": "3310" }, { "url": "https://www.tokopedia.com/p/buku/buku-hobi", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/20/77305583/77305583_460c67c7-354a-407f-b0c9-992a34bc080a.png", "name": "Buku Hobi", "path": "buku/buku-hobi", "children": [ { "url": "https://www.tokopedia.com/p/buku/buku-hobi/buku-alam", "name": "Buku Alam", "path": "buku/buku-hobi/buku-alam", "categoryId": "772" }, { "url": "https://www.tokopedia.com/p/buku/buku-hobi/buku-fotografi", "name": "Buku Fotografi", "path": "buku/buku-hobi/buku-fotografi", "categoryId": "776" }, { "url": "https://www.tokopedia.com/p/buku/buku-hobi/buku-hewan-peliharaan", "name": "Buku Hewan Peliharaan", "path": "buku/buku-hobi/buku-hewan-peliharaan", "categoryId": "778" }, { "url": "https://www.tokopedia.com/p/buku/buku-hobi/buku-hiburan", "name": "Buku Hiburan", "path": "buku/buku-hobi/buku-hiburan", "categoryId": "769" }, { "url": "https://www.tokopedia.com/p/buku/buku-hobi/buku-humor", "name": "Buku Humor", "path": "buku/buku-hobi/buku-humor", "categoryId": "777" }, { "url": "https://www.tokopedia.com/p/buku/buku-hobi/buku-keterampilan", "name": "Buku Keterampilan", "path": "buku/buku-hobi/buku-keterampilan", "categoryId": "780" }, { "url": "https://www.tokopedia.com/p/buku/buku-hobi/buku-kuliner", "name": "Buku Kuliner", "path": "buku/buku-hobi/buku-kuliner", "categoryId": "768" }, { "url": "https://www.tokopedia.com/p/buku/buku-hobi/buku-musik-lagu", "name": "Buku Musik & Lagu", "path": "buku/buku-hobi/buku-musik-lagu", "categoryId": "771" } ], "categoryId": "767" }, { "url": "https://www.tokopedia.com/p/buku/buku-hukum", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/20/77305583/77305583_57471550-eab0-4078-96ba-2544c7c3208b.png", "name": "Buku Hukum", "path": "buku/buku-hukum", "children": [ { "url": "https://www.tokopedia.com/p/buku/buku-hukum/buku-gender-hukum", "name": "Buku Gender & Hukum", "path": "buku/buku-hukum/buku-gender-hukum", "categoryId": "3385" }, { "url": "https://www.tokopedia.com/p/buku/buku-hukum/buku-hukum-dagang", "name": "Buku Hukum Dagang", "path": "buku/buku-hukum/buku-hukum-dagang", "categoryId": "3392" }, { "url": "https://www.tokopedia.com/p/buku/buku-hukum/buku-hukum-internasional", "name": "Buku Hukum Internasional", "path": "buku/buku-hukum/buku-hukum-internasional", "categoryId": "3389" }, { "url": "https://www.tokopedia.com/p/buku/buku-hukum/buku-hukum-perdata", "name": "Buku Hukum Perdata", "path": "buku/buku-hukum/buku-hukum-perdata", "categoryId": "3390" }, { "url": "https://www.tokopedia.com/p/buku/buku-hukum/buku-hukum-pidana", "name": "Buku Hukum Pidana", "path": "buku/buku-hukum/buku-hukum-pidana", "categoryId": "3391" }, { "url": "https://www.tokopedia.com/p/buku/buku-hukum/buku-kemanusiaan", "name": "Buku Kemanusiaan", "path": "buku/buku-hukum/buku-kemanusiaan", "categoryId": "3384" }, { "url": "https://www.tokopedia.com/p/buku/buku-hukum/buku-politik-hukum", "name": "Buku Politik & Hukum", "path": "buku/buku-hukum/buku-politik-hukum", "categoryId": "3386" }, { "url": "https://www.tokopedia.com/p/buku/buku-hukum/kumpulan-peraturan-perundang-undangan", "name": "Kumpulan Peraturan Perundang-Undangan", "path": "buku/buku-hukum/kumpulan-peraturan-perundang-undangan", "categoryId": "3388" } ], "categoryId": "3315" }, { "url": "https://www.tokopedia.com/p/buku/buku-import", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/20/77305583/77305583_a366c434-b2b1-4c6a-9a16-ae75fd83f774.png", "name": "Buku Import", "path": "buku/buku-import", "children": [ { "url": "https://www.tokopedia.com/p/buku/buku-import/agriculture-book-import", "name": "Agriculture Book Import", "path": "buku/buku-import/agriculture-book-import", "categoryId": "882" }, { "url": "https://www.tokopedia.com/p/buku/buku-import/art-novel-import", "name": "Art & Novel Import", "path": "buku/buku-import/art-novel-import", "categoryId": "881" }, { "url": "https://www.tokopedia.com/p/buku/buku-import/child-teenager-book-import", "name": "Child & Teenager Book Import", "path": "buku/buku-import/child-teenager-book-import", "categoryId": "887" }, { "url": "https://www.tokopedia.com/p/buku/buku-import/computer-book-import", "name": "Computer Book Import", "path": "buku/buku-import/computer-book-import", "categoryId": "886" }, { "url": "https://www.tokopedia.com/p/buku/buku-import/economy-book-import", "name": "Economy Book Import", "path": "buku/buku-import/economy-book-import", "categoryId": "884" }, { "url": "https://www.tokopedia.com/p/buku/buku-import/feminity-book-import", "name": "Feminity Book Import", "path": "buku/buku-import/feminity-book-import", "categoryId": "885" }, { "url": "https://www.tokopedia.com/p/buku/buku-import/health-book-import", "name": "Health Book Import", "path": "buku/buku-import/health-book-import", "categoryId": "883" }, { "url": "https://www.tokopedia.com/p/buku/buku-import/hobby-interest-book-import", "name": "Hobby & Interest Book Import", "path": "buku/buku-import/hobby-interest-book-import", "categoryId": "888" } ], "categoryId": "880" }, { "url": "https://www.tokopedia.com/p/buku/buku-kedokteran", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/20/77305583/77305583_183a26d1-7ba1-4b26-b2c2-3109bd400336.png", "name": "Buku Kedokteran", "path": "buku/buku-kedokteran", "children": [ { "url": "https://www.tokopedia.com/p/buku/buku-kedokteran/buku-farmasi", "name": "Buku Farmasi", "path": "buku/buku-kedokteran/buku-farmasi", "categoryId": "846" }, { "url": "https://www.tokopedia.com/p/buku/buku-kedokteran/buku-kedokteran-spesialis", "name": "Buku Kedokteran Spesialis", "path": "buku/buku-kedokteran/buku-kedokteran-spesialis", "categoryId": "848" }, { "url": "https://www.tokopedia.com/p/buku/buku-kedokteran/buku-kedokteran-umum", "name": "Buku Kedokteran Umum", "path": "buku/buku-kedokteran/buku-kedokteran-umum", "categoryId": "847" }, { "url": "https://www.tokopedia.com/p/buku/buku-kedokteran/buku-psikiatri", "name": "Buku Psikiatri", "path": "buku/buku-kedokteran/buku-psikiatri", "categoryId": "850" }, { "url": "https://www.tokopedia.com/p/buku/buku-kedokteran/kamus-istilah-kedokteran", "name": "Kamus Istilah Kedokteran", "path": "buku/buku-kedokteran/kamus-istilah-kedokteran", "categoryId": "3374" } ], "categoryId": "845" }, { "url": "https://www.tokopedia.com/p/buku/buku-keluarga", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/20/77305583/77305583_aed394bd-b78c-4537-b962-a4f35ae3cf62.png", "name": "Buku Keluarga", "path": "buku/buku-keluarga", "children": [ { "url": "https://www.tokopedia.com/p/buku/buku-keluarga/buku-bimbingan-orang-tua", "name": "Buku Bimbingan Orang Tua", "path": "buku/buku-keluarga/buku-bimbingan-orang-tua", "categoryId": "3376" }, { "url": "https://www.tokopedia.com/p/buku/buku-keluarga/buku-nama-nama-bayi", "name": "Buku Nama-nama Bayi", "path": "buku/buku-keluarga/buku-nama-nama-bayi", "categoryId": "3375" }, { "url": "https://www.tokopedia.com/p/buku/buku-keluarga/buku-pendidikan-keluarga", "name": "Buku Pendidikan Keluarga", "path": "buku/buku-keluarga/buku-pendidikan-keluarga", "categoryId": "3377" } ], "categoryId": "3313" }, { "url": "https://www.tokopedia.com/p/buku/buku-kesehatan-gaya-hidup", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/20/77305583/77305583_4545972a-fbb1-4573-9142-518a5e1f3245.png", "name": "Buku Kesehatan & Gaya Hidup", "path": "buku/buku-kesehatan-gaya-hidup", "children": [ { "url": "https://www.tokopedia.com/p/buku/buku-kesehatan-gaya-hidup/buku-diet", "name": "Buku Diet", "path": "buku/buku-kesehatan-gaya-hidup/buku-diet", "categoryId": "3396" }, { "url": "https://www.tokopedia.com/p/buku/buku-kesehatan-gaya-hidup/buku-gizi-nutrisi", "name": "Buku Gizi & Nutrisi", "path": "buku/buku-kesehatan-gaya-hidup/buku-gizi-nutrisi", "categoryId": "3397" }, { "url": "https://www.tokopedia.com/p/buku/buku-kesehatan-gaya-hidup/buku-kesehatan-anak", "name": "Buku Kesehatan Anak", "path": "buku/buku-kesehatan-gaya-hidup/buku-kesehatan-anak", "categoryId": "3393" }, { "url": "https://www.tokopedia.com/p/buku/buku-kesehatan-gaya-hidup/buku-kesehatan-masyarakat", "name": "Buku Kesehatan Masyarakat", "path": "buku/buku-kesehatan-gaya-hidup/buku-kesehatan-masyarakat", "categoryId": "3395" }, { "url": "https://www.tokopedia.com/p/buku/buku-kesehatan-gaya-hidup/buku-kesehatan-pria", "name": "Buku Kesehatan Pria", "path": "buku/buku-kesehatan-gaya-hidup/buku-kesehatan-pria", "categoryId": "3400" }, { "url": "https://www.tokopedia.com/p/buku/buku-kesehatan-gaya-hidup/buku-latihan-kebugaran", "name": "Buku Latihan & Kebugaran", "path": "buku/buku-kesehatan-gaya-hidup/buku-latihan-kebugaran", "categoryId": "3398" }, { "url": "https://www.tokopedia.com/p/buku/buku-kesehatan-gaya-hidup/buku-pengobatan-alternatif", "name": "Buku Pengobatan Alternatif", "path": "buku/buku-kesehatan-gaya-hidup/buku-pengobatan-alternatif", "categoryId": "3399" }, { "url": "https://www.tokopedia.com/p/buku/buku-kesehatan-gaya-hidup/buku-sports-adventure", "name": "Buku Sports & Adventure", "path": "buku/buku-kesehatan-gaya-hidup/buku-sports-adventure", "categoryId": "3394" } ], "categoryId": "3316" } ], "categoryId": "8" }, { "name": "Dapur", "path": "dapur", "children": [ { "url": "https://www.tokopedia.com/p/dapur/aksesoris-dapur", "icon": "https://images.tokopedia.net/img/cache/300/WgKiGm/2021/9/27/6389cea0-9697-4d0f-87fd-e5bd16d6dadf.png", "name": "Aksesoris Dapur", "path": "dapur/aksesoris-dapur", "children": [ { "url": "https://www.tokopedia.com/p/dapur/aksesoris-dapur/alat-pemotong-serbaguna", "name": "Alat Pemotong Serbaguna", "path": "dapur/aksesoris-dapur/alat-pemotong-serbaguna", "categoryId": "3470" }, { "url": "https://www.tokopedia.com/p/dapur/aksesoris-dapur/capit-makanan", "name": "Capit Makanan", "path": "dapur/aksesoris-dapur/capit-makanan", "categoryId": "3473" }, { "url": "https://www.tokopedia.com/p/dapur/aksesoris-dapur/celemek", "name": "Celemek", "path": "dapur/aksesoris-dapur/celemek", "categoryId": "3476" }, { "url": "https://www.tokopedia.com/p/dapur/aksesoris-dapur/chopper", "name": "Chopper", "path": "dapur/aksesoris-dapur/chopper", "categoryId": "3468" }, { "url": "https://www.tokopedia.com/p/dapur/aksesoris-dapur/grinder", "name": "Grinder", "path": "dapur/aksesoris-dapur/grinder", "categoryId": "3469" }, { "url": "https://www.tokopedia.com/p/dapur/aksesoris-dapur/gunting-dapur", "name": "Gunting Dapur", "path": "dapur/aksesoris-dapur/gunting-dapur", "categoryId": "3465" }, { "url": "https://www.tokopedia.com/p/dapur/aksesoris-dapur/korek-kompor", "name": "Korek Kompor", "path": "dapur/aksesoris-dapur/korek-kompor", "categoryId": "3477" }, { "url": "https://www.tokopedia.com/p/dapur/aksesoris-dapur/magnet-kulkas", "name": "Magnet Kulkas", "path": "dapur/aksesoris-dapur/magnet-kulkas", "categoryId": "3479" } ], "categoryId": "3439" }, { "url": "https://www.tokopedia.com/p/dapur/alat-masak-khusus", "icon": "https://images.tokopedia.net/img/cache/300/WgKiGm/2021/9/27/9d7fc722-0929-416e-88ae-fd5f7dca7b38.png", "name": "Alat Masak Khusus", "path": "dapur/alat-masak-khusus", "children": [ { "url": "https://www.tokopedia.com/p/dapur/alat-masak-khusus/chocolate-melter", "name": "Chocolate Melter", "path": "dapur/alat-masak-khusus/chocolate-melter", "categoryId": "3485" }, { "url": "https://www.tokopedia.com/p/dapur/alat-masak-khusus/coffee-tea-maker", "name": "Coffee & Tea Maker", "path": "dapur/alat-masak-khusus/coffee-tea-maker", "categoryId": "3486" }, { "url": "https://www.tokopedia.com/p/dapur/alat-masak-khusus/cotton-candy-maker", "name": "Cotton Candy Maker", "path": "dapur/alat-masak-khusus/cotton-candy-maker", "categoryId": "3484" }, { "url": "https://www.tokopedia.com/p/dapur/alat-masak-khusus/donut-maker", "name": "Donut Maker", "path": "dapur/alat-masak-khusus/donut-maker", "categoryId": "3491" }, { "url": "https://www.tokopedia.com/p/dapur/alat-masak-khusus/ice-cream-yogurt-maker", "name": "Ice Cream & Yogurt Maker", "path": "dapur/alat-masak-khusus/ice-cream-yogurt-maker", "categoryId": "3487" }, { "url": "https://www.tokopedia.com/p/dapur/alat-masak-khusus/mesin-es-serut", "name": "Mesin Es Serut", "path": "dapur/alat-masak-khusus/mesin-es-serut", "categoryId": "3488" }, { "url": "https://www.tokopedia.com/p/dapur/alat-masak-khusus/mesin-sostel", "name": "Mesin Sostel", "path": "dapur/alat-masak-khusus/mesin-sostel", "categoryId": "3493" }, { "url": "https://www.tokopedia.com/p/dapur/alat-masak-khusus/noodle-pasta-maker", "name": "Noodle & Pasta Maker", "path": "dapur/alat-masak-khusus/noodle-pasta-maker", "categoryId": "3482" } ], "categoryId": "3440" }, { "url": "https://www.tokopedia.com/p/dapur/bekal", "icon": "https://images.tokopedia.net/img/cache/300/WgKiGm/2021/9/27/78b92bd1-90c0-4093-8ce3-423be10ac838.png", "name": "Bekal", "path": "dapur/bekal", "children": [ { "url": "https://www.tokopedia.com/p/dapur/bekal/botol-minum", "name": "Botol Minum", "path": "dapur/bekal/botol-minum", "categoryId": "3522" }, { "url": "https://www.tokopedia.com/p/dapur/bekal/cetakan-bento", "name": "Cetakan Bento", "path": "dapur/bekal/cetakan-bento", "categoryId": "1218" }, { "url": "https://www.tokopedia.com/p/dapur/bekal/cup-bento", "name": "Cup Bento", "path": "dapur/bekal/cup-bento", "categoryId": "1219" }, { "url": "https://www.tokopedia.com/p/dapur/bekal/kotak-makan", "name": "Kotak Makan", "path": "dapur/bekal/kotak-makan", "categoryId": "980" }, { "url": "https://www.tokopedia.com/p/dapur/bekal/lunch-box-set", "name": "Lunch Box Set", "path": "dapur/bekal/lunch-box-set", "categoryId": "3524" }, { "url": "https://www.tokopedia.com/p/dapur/bekal/partisi-bento", "name": "Partisi Bento", "path": "dapur/bekal/partisi-bento", "categoryId": "1220" }, { "url": "https://www.tokopedia.com/p/dapur/bekal/rantang", "name": "Rantang", "path": "dapur/bekal/rantang", "categoryId": "3519" }, { "url": "https://www.tokopedia.com/p/dapur/bekal/tas-bekal", "name": "Tas Bekal", "path": "dapur/bekal/tas-bekal", "categoryId": "1216" } ], "categoryId": "1215" }, { "url": "https://www.tokopedia.com/p/dapur/kemasan-makanan-dan-minuman", "icon": "https://images.tokopedia.net/img/cache/300/WgKiGm/2023/3/30/eba666c0-fb68-4903-b6b2-5e9ddcc75566.png", "name": "Kemasan Makanan dan Minuman", "path": "dapur/kemasan-makanan-dan-minuman", "children": [ { "url": "https://www.tokopedia.com/p/dapur/kemasan-makanan-dan-minuman/aluminium-tray-cup", "name": "Aluminium Tray & Cup", "path": "dapur/kemasan-makanan-dan-minuman/aluminium-tray-cup", "categoryId": "5405" }, { "url": "https://www.tokopedia.com/p/dapur/kemasan-makanan-dan-minuman/bagasse", "name": "Bagasse", "path": "dapur/kemasan-makanan-dan-minuman/bagasse", "categoryId": "5410" }, { "url": "https://www.tokopedia.com/p/dapur/kemasan-makanan-dan-minuman/bento-box", "name": "Bento Box", "path": "dapur/kemasan-makanan-dan-minuman/bento-box", "categoryId": "5400" }, { "url": "https://www.tokopedia.com/p/dapur/kemasan-makanan-dan-minuman/box-kardus-makanan", "name": "Box Kardus Makanan", "path": "dapur/kemasan-makanan-dan-minuman/box-kardus-makanan", "categoryId": "5404" }, { "url": "https://www.tokopedia.com/p/dapur/kemasan-makanan-dan-minuman/box-mika", "name": "Box Mika", "path": "dapur/kemasan-makanan-dan-minuman/box-mika", "categoryId": "5403" }, { "url": "https://www.tokopedia.com/p/dapur/kemasan-makanan-dan-minuman/food-pail", "name": "Food Pail", "path": "dapur/kemasan-makanan-dan-minuman/food-pail", "categoryId": "5402" }, { "url": "https://www.tokopedia.com/p/dapur/kemasan-makanan-dan-minuman/food-paper-bag", "name": "Food Paper Bag", "path": "dapur/kemasan-makanan-dan-minuman/food-paper-bag", "categoryId": "5398" }, { "url": "https://www.tokopedia.com/p/dapur/kemasan-makanan-dan-minuman/kemasan-minuman", "name": "Kemasan Minuman", "path": "dapur/kemasan-makanan-dan-minuman/kemasan-minuman", "categoryId": "5407" } ], "categoryId": "5395" }, { "url": "https://www.tokopedia.com/p/dapur/penyimpanan-makanan", "icon": "https://images.tokopedia.net/img/cache/300/WgKiGm/2021/9/27/e730d6b8-265b-4278-9913-b564dcc43d9e.png", "name": "Penyimpanan Makanan", "path": "dapur/penyimpanan-makanan", "children": [ { "url": "https://www.tokopedia.com/p/dapur/penyimpanan-makanan/aluminium-foil", "name": "Aluminium Foil", "path": "dapur/penyimpanan-makanan/aluminium-foil", "categoryId": "3529" }, { "url": "https://www.tokopedia.com/p/dapur/penyimpanan-makanan/box-telur", "name": "Box Telur", "path": "dapur/penyimpanan-makanan/box-telur", "categoryId": "3538" }, { "url": "https://www.tokopedia.com/p/dapur/penyimpanan-makanan/cooler-box", "name": "Cooler Box", "path": "dapur/penyimpanan-makanan/cooler-box", "categoryId": "3527" }, { "url": "https://www.tokopedia.com/p/dapur/penyimpanan-makanan/food-display", "name": "Food Display", "path": "dapur/penyimpanan-makanan/food-display", "categoryId": "3531" }, { "url": "https://www.tokopedia.com/p/dapur/penyimpanan-makanan/food-warmer", "name": "Food Warmer", "path": "dapur/penyimpanan-makanan/food-warmer", "categoryId": "3537" }, { "url": "https://www.tokopedia.com/p/dapur/penyimpanan-makanan/ice-rice-bucket", "name": "Ice - Rice Bucket", "path": "dapur/penyimpanan-makanan/ice-rice-bucket", "categoryId": "3535" }, { "url": "https://www.tokopedia.com/p/dapur/penyimpanan-makanan/plastic-wrap", "name": "Plastic Wrap", "path": "dapur/penyimpanan-makanan/plastic-wrap", "categoryId": "1535" }, { "url": "https://www.tokopedia.com/p/dapur/penyimpanan-makanan/plastik-klip", "name": "Plastik Klip", "path": "dapur/penyimpanan-makanan/plastik-klip", "categoryId": "3541" } ], "categoryId": "1223" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-baking", "icon": "https://images.tokopedia.net/img/cache/300/WgKiGm/2021/9/27/efce00f5-ca30-4a25-9988-62e0637a4dd9.png", "name": "Peralatan Baking", "path": "dapur/peralatan-baking", "children": [ { "url": "https://www.tokopedia.com/p/dapur/peralatan-baking/alat-penghias-kue", "name": "Alat Penghias Kue", "path": "dapur/peralatan-baking/alat-penghias-kue", "categoryId": "3458" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-baking/cetakan-kue", "name": "Cetakan Kue", "path": "dapur/peralatan-baking/cetakan-kue", "categoryId": "3461" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-baking/kertas-baking", "name": "Kertas Baking", "path": "dapur/peralatan-baking/kertas-baking", "categoryId": "3455" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-baking/kocokan-telur", "name": "Kocokan Telur", "path": "dapur/peralatan-baking/kocokan-telur", "categoryId": "3456" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-baking/kuas-kue", "name": "Kuas Kue", "path": "dapur/peralatan-baking/kuas-kue", "categoryId": "3460" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-baking/loyang-kue", "name": "Loyang Kue", "path": "dapur/peralatan-baking/loyang-kue", "categoryId": "3457" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-baking/pisau-kue", "name": "Pisau Kue", "path": "dapur/peralatan-baking/pisau-kue", "categoryId": "3459" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-baking/tatakan-kue", "name": "Tatakan Kue", "path": "dapur/peralatan-baking/tatakan-kue", "categoryId": "3454" } ], "categoryId": "3438" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-dapur", "icon": "https://images.tokopedia.net/img/cache/300/WgKiGm/2021/9/27/1533f63c-9a57-4a1c-bdb0-b9fd5490337f.png", "name": "Peralatan Dapur", "path": "dapur/peralatan-dapur", "children": [ { "url": "https://www.tokopedia.com/p/dapur/peralatan-dapur/alat-pembuka-botol", "name": "Alat Pembuka Botol", "path": "dapur/peralatan-dapur/alat-pembuka-botol", "categoryId": "931" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-dapur/alat-pembuka-kaleng", "name": "Alat Pembuka Kaleng", "path": "dapur/peralatan-dapur/alat-pembuka-kaleng", "categoryId": "3443" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-dapur/dispenser-air", "name": "Dispenser Air", "path": "dapur/peralatan-dapur/dispenser-air", "categoryId": "916" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-dapur/pompa-galon", "name": "Pompa Galon", "path": "dapur/peralatan-dapur/pompa-galon", "categoryId": "1191" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-dapur/rak-dapur", "name": "Rak Dapur", "path": "dapur/peralatan-dapur/rak-dapur", "categoryId": "3445" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-dapur/rak-piring-gelas", "name": "Rak Piring & Gelas", "path": "dapur/peralatan-dapur/rak-piring-gelas", "categoryId": "3446" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-dapur/regulator-penghemat-gas", "name": "Regulator & Penghemat Gas", "path": "dapur/peralatan-dapur/regulator-penghemat-gas", "categoryId": "3442" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-dapur/sarung-galon", "name": "Sarung Galon", "path": "dapur/peralatan-dapur/sarung-galon", "categoryId": "935" } ], "categoryId": "904" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-makan-minum", "icon": "https://images.tokopedia.net/img/cache/300/WgKiGm/2021/9/27/764de915-33c1-47ee-b26f-ccc9581c96ac.png", "name": "Peralatan Makan & Minum", "path": "dapur/peralatan-makan-minum", "children": [ { "url": "https://www.tokopedia.com/p/dapur/peralatan-makan-minum/cangkir", "name": "Cangkir", "path": "dapur/peralatan-makan-minum/cangkir", "categoryId": "3515" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-makan-minum/centong-nasi", "name": "Centong Nasi", "path": "dapur/peralatan-makan-minum/centong-nasi", "categoryId": "1210" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-makan-minum/gelas-mug", "name": "Gelas & Mug", "path": "dapur/peralatan-makan-minum/gelas-mug", "categoryId": "972" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-makan-minum/gelas-wine", "name": "Gelas Wine", "path": "dapur/peralatan-makan-minum/gelas-wine", "categoryId": "3514" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-makan-minum/mangkok-makan", "name": "Mangkok Makan", "path": "dapur/peralatan-makan-minum/mangkok-makan", "categoryId": "971" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-makan-minum/nampan", "name": "Nampan", "path": "dapur/peralatan-makan-minum/nampan", "categoryId": "979" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-makan-minum/paket-peralatan-makan", "name": "Peralatan Makan Set", "path": "dapur/peralatan-makan-minum/paket-peralatan-makan", "categoryId": "973" }, { "url": "https://www.tokopedia.com/p/dapur/peralatan-makan-minum/paket-peralatan-minum", "name": "Peralatan Minum Set", "path": "dapur/peralatan-makan-minum/paket-peralatan-minum", "categoryId": "974" } ], "categoryId": "911" } ], "categoryId": "983" }, { "name": "Elektronik", "path": "elektronik", "children": [ { "url": "https://www.tokopedia.com/p/elektronik/alat-pendingin-ruangan", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/16/77305583/77305583_ec3b77ca-70fa-45da-83ad-29f3dfd64ce8.png", "name": "Alat Pendingin Ruangan", "path": "elektronik/alat-pendingin-ruangan", "children": [ { "url": "https://www.tokopedia.com/p/elektronik/alat-pendingin-ruangan/ac-portable", "name": "AC Portable", "path": "elektronik/alat-pendingin-ruangan/ac-portable", "categoryId": "3938" }, { "url": "https://www.tokopedia.com/p/elektronik/alat-pendingin-ruangan/ac-reflektor", "name": "AC Reflektor", "path": "elektronik/alat-pendingin-ruangan/ac-reflektor", "categoryId": "3940" }, { "url": "https://www.tokopedia.com/p/elektronik/alat-pendingin-ruangan/ac-standing", "name": "AC Standing", "path": "elektronik/alat-pendingin-ruangan/ac-standing", "categoryId": "3942" }, { "url": "https://www.tokopedia.com/p/elektronik/alat-pendingin-ruangan/air-conditioner", "name": "Air Conditioner", "path": "elektronik/alat-pendingin-ruangan/air-conditioner", "categoryId": "3935" }, { "url": "https://www.tokopedia.com/p/elektronik/alat-pendingin-ruangan/air-cooler", "name": "Air Cooler", "path": "elektronik/alat-pendingin-ruangan/air-cooler", "categoryId": "3936" }, { "url": "https://www.tokopedia.com/p/elektronik/alat-pendingin-ruangan/air-purifier", "name": "Air Purifier", "path": "elektronik/alat-pendingin-ruangan/air-purifier", "categoryId": "4644" }, { "url": "https://www.tokopedia.com/p/elektronik/alat-pendingin-ruangan/diffuser-humidifier-listrik", "name": "Diffuser & Humidifier Listrik", "path": "elektronik/alat-pendingin-ruangan/diffuser-humidifier-listrik", "categoryId": "5486" }, { "url": "https://www.tokopedia.com/p/elektronik/alat-pendingin-ruangan/kipas-angin-listrik", "name": "Kipas Angin Listrik", "path": "elektronik/alat-pendingin-ruangan/kipas-angin-listrik", "categoryId": "3939" } ], "categoryId": "3881" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-dapur", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/16/77305583/77305583_8ac3a7e4-1530-4004-a31c-06dc5d6ac185.png", "name": "Elektronik Dapur", "path": "elektronik/elektronik-dapur", "children": [ { "url": "https://www.tokopedia.com/p/elektronik/elektronik-dapur/blender-chopper-listrik", "name": " Blender & Chopper Listrik", "path": "elektronik/elektronik-dapur/blender-chopper-listrik", "categoryId": "3956" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-dapur/air-fryer", "name": "Air Fryer", "path": "elektronik/elektronik-dapur/air-fryer", "categoryId": "5472" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-dapur/cooker-hood", "name": "Cooker Hood", "path": "elektronik/elektronik-dapur/cooker-hood", "categoryId": "5473" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-dapur/dish-dryer-listrik", "name": "Dish Dryer Listrik", "path": "elektronik/elektronik-dapur/dish-dryer-listrik", "categoryId": "5474" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-dapur/dishwasher", "name": "Dishwasher", "path": "elektronik/elektronik-dapur/dishwasher", "categoryId": "5475" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-dapur/dispenser-elektrik", "name": "Dispenser Elektrik", "path": "elektronik/elektronik-dapur/dispenser-elektrik", "categoryId": "5476" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-dapur/freezer", "name": "Freezer", "path": "elektronik/elektronik-dapur/freezer", "categoryId": "5523" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-dapur/juicer", "name": "Juicer", "path": "elektronik/elektronik-dapur/juicer", "categoryId": "3953" } ], "categoryId": "3882" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-kantor", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/16/77305583/77305583_05a9e001-e041-49cc-b7ce-c5cebd79d308.png", "name": "Elektronik Kantor", "path": "elektronik/elektronik-kantor", "children": [ { "url": "https://www.tokopedia.com/p/elektronik/elektronik-kantor/kartu-rfid", "name": "Kartu RFID", "path": "elektronik/elektronik-kantor/kartu-rfid", "categoryId": "3977" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-kantor/mesin-absensi", "name": "Mesin Absensi", "path": "elektronik/elektronik-kantor/mesin-absensi", "categoryId": "3974" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-kantor/mesin-fax", "name": "Mesin Fax", "path": "elektronik/elektronik-kantor/mesin-fax", "categoryId": "3980" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-kantor/mesin-fotocopy", "name": "Mesin Fotocopy", "path": "elektronik/elektronik-kantor/mesin-fotocopy", "categoryId": "3981" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-kantor/mesin-hitung-uang", "name": "Mesin Hitung Uang", "path": "elektronik/elektronik-kantor/mesin-hitung-uang", "categoryId": "3990" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-kantor/mesin-jilid", "name": "Mesin Jilid", "path": "elektronik/elektronik-kantor/mesin-jilid", "categoryId": "3983" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-kantor/mesin-kasir", "name": "Mesin Kasir", "path": "elektronik/elektronik-kantor/mesin-kasir", "categoryId": "3987" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-kantor/mesin-laminating", "name": "Mesin Laminating", "path": "elektronik/elektronik-kantor/mesin-laminating", "categoryId": "3985" } ], "categoryId": "3886" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-rumah-tangga", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/16/77305583/77305583_be0cd94c-57f7-448c-9955-6f2ebabd37c0.png", "name": "Elektronik Rumah Tangga", "path": "elektronik/elektronik-rumah-tangga", "children": [ { "url": "https://www.tokopedia.com/p/elektronik/elektronik-rumah-tangga/alat-pengering-baju", "name": "Alat Pengering Baju", "path": "elektronik/elektronik-rumah-tangga/alat-pengering-baju", "categoryId": "3966" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-rumah-tangga/hand-blower", "name": "Hand Blower", "path": "elektronik/elektronik-rumah-tangga/hand-blower", "categoryId": "3968" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-rumah-tangga/mesin-cuci", "name": "Mesin Cuci", "path": "elektronik/elektronik-rumah-tangga/mesin-cuci", "categoryId": "3964" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-rumah-tangga/setrika", "name": "Setrika", "path": "elektronik/elektronik-rumah-tangga/setrika", "categoryId": "3961" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-rumah-tangga/setrika-uap", "name": "Setrika Uap", "path": "elektronik/elektronik-rumah-tangga/setrika-uap", "categoryId": "3962" }, { "url": "https://www.tokopedia.com/p/elektronik/elektronik-rumah-tangga/vacuum-cleaners", "name": "Vacuum Cleaners", "path": "elektronik/elektronik-rumah-tangga/vacuum-cleaners", "categoryId": "3969" } ], "categoryId": "3883" }, { "url": "https://www.tokopedia.com/p/elektronik/tv-aksesoris", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/16/77305583/77305583_2f4f1253-1652-419e-be32-7e23b14f2624.png", "name": "TV & Aksesoris", "path": "elektronik/tv-aksesoris", "children": [ { "url": "https://www.tokopedia.com/p/elektronik/tv-aksesoris/antena-tv-parabola", "name": "Antena TV & Parabola", "path": "elektronik/tv-aksesoris/antena-tv-parabola", "categoryId": "661" }, { "url": "https://www.tokopedia.com/p/elektronik/tv-aksesoris/bracket-tv", "name": "Bracket TV", "path": "elektronik/tv-aksesoris/bracket-tv", "categoryId": "660" }, { "url": "https://www.tokopedia.com/p/elektronik/tv-aksesoris/kabel-konektor", "name": "Kabel & Konektor", "path": "elektronik/tv-aksesoris/kabel-konektor", "categoryId": "662" }, { "url": "https://www.tokopedia.com/p/elektronik/tv-aksesoris/penguat-sinyal-tv", "name": "Penguat Sinyal TV", "path": "elektronik/tv-aksesoris/penguat-sinyal-tv", "categoryId": "3919" }, { "url": "https://www.tokopedia.com/p/elektronik/tv-aksesoris/receiver-tv", "name": "Receiver TV", "path": "elektronik/tv-aksesoris/receiver-tv", "categoryId": "3921" }, { "url": "https://www.tokopedia.com/p/elektronik/tv-aksesoris/remote-tv", "name": "Remote TV", "path": "elektronik/tv-aksesoris/remote-tv", "categoryId": "659" }, { "url": "https://www.tokopedia.com/p/elektronik/tv-aksesoris/tv-box", "name": "TV Box", "path": "elektronik/tv-aksesoris/tv-box", "categoryId": "3920" }, { "url": "https://www.tokopedia.com/p/elektronik/tv-aksesoris/televisi", "name": "Televisi", "path": "elektronik/tv-aksesoris/televisi", "categoryId": "3918" } ], "categoryId": "655" }, { "url": "https://www.tokopedia.com/p/elektronik/telepon", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/16/77305583/77305583_d835c78b-40a5-4d6b-a066-dd7000b42416.png", "name": "Telepon", "path": "elektronik/telepon", "children": [ { "url": "https://www.tokopedia.com/p/elektronik/telepon/kabel-konektor-telepon", "name": "Kabel & Konektor Telepon", "path": "elektronik/telepon/kabel-konektor-telepon", "categoryId": "3933" }, { "url": "https://www.tokopedia.com/p/elektronik/telepon/telepon-kabel", "name": "Telepon Kabel", "path": "elektronik/telepon/telepon-kabel", "categoryId": "571" }, { "url": "https://www.tokopedia.com/p/elektronik/telepon/telepon-satelit", "name": "Telepon Satelit", "path": "elektronik/telepon/telepon-satelit", "categoryId": "666" }, { "url": "https://www.tokopedia.com/p/elektronik/telepon/telepon-wireless", "name": "Telepon Wireless", "path": "elektronik/telepon/telepon-wireless", "categoryId": "572" }, { "url": "https://www.tokopedia.com/p/elektronik/telepon/walkie-talkie", "name": "Walkie Talkie", "path": "elektronik/telepon/walkie-talkie", "categoryId": "3932" } ], "categoryId": "560" } ], "categoryId": "60" }, { "name": "Fashion Anak & Bayi", "path": "fashion-anak-bayi", "children": [ { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/aksesoris-anak", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/19/77305583/77305583_5c05e5aa-2ca5-43c4-b912-5757d22a68d8.png", "name": "Aksesoris Anak", "path": "fashion-anak-bayi/aksesoris-anak", "children": [ { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/aksesoris-anak/bando-bandana-anak", "name": "Bando Bandana Anak", "path": "fashion-anak-bayi/aksesoris-anak/bando-bandana-anak", "categoryId": "2653" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/aksesoris-anak/beanie-anak", "name": "Beanie Anak", "path": "fashion-anak-bayi/aksesoris-anak/beanie-anak", "categoryId": "2651" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/aksesoris-anak/dasi-anak", "name": "Dasi Anak", "path": "fashion-anak-bayi/aksesoris-anak/dasi-anak", "categoryId": "2650" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/aksesoris-anak/ikat-pinggang-anak", "name": "Ikat Pinggang Anak", "path": "fashion-anak-bayi/aksesoris-anak/ikat-pinggang-anak", "categoryId": "2056" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/aksesoris-anak/ikat-rambut-anak", "name": "Ikat Rambut Anak", "path": "fashion-anak-bayi/aksesoris-anak/ikat-rambut-anak", "categoryId": "2654" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/aksesoris-anak/jas-hujan-anak", "name": "Jas Hujan Anak", "path": "fashion-anak-bayi/aksesoris-anak/jas-hujan-anak", "categoryId": "2649" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/aksesoris-anak/jepitan-rambut-anak", "name": "Jepitan Rambut Anak", "path": "fashion-anak-bayi/aksesoris-anak/jepitan-rambut-anak", "categoryId": "2655" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/aksesoris-anak/kacamata-anak", "name": "Kacamata Anak", "path": "fashion-anak-bayi/aksesoris-anak/kacamata-anak", "categoryId": "2058" } ], "categoryId": "2054" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/aksesoris-bayi", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/17/77305583/77305583_513ef03f-2bd9-462b-9c68-c3f0df36ce6c.png", "name": "Aksesoris Bayi", "path": "fashion-anak-bayi/aksesoris-bayi", "children": [ { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/aksesoris-bayi/headband-bando-bayi", "name": "Headband & Bando Bayi", "path": "fashion-anak-bayi/aksesoris-bayi/headband-bando-bayi", "categoryId": "1999" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/aksesoris-bayi/kacamata-jemur-bayi", "name": "Kacamata Jemur Bayi", "path": "fashion-anak-bayi/aksesoris-bayi/kacamata-jemur-bayi", "categoryId": "2565" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/aksesoris-bayi/perhiasan-bayi", "name": "Perhiasan Bayi", "path": "fashion-anak-bayi/aksesoris-bayi/perhiasan-bayi", "categoryId": "2000" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/aksesoris-bayi/topi-bayi", "name": "Topi Bayi", "path": "fashion-anak-bayi/aksesoris-bayi/topi-bayi", "categoryId": "1998" } ], "categoryId": "1997" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/baju-sepatu-bayi", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/17/77305583/77305583_76d54498-568c-4c77-9b4f-be3899dc35d4.png", "name": "Baju & Sepatu Bayi", "path": "fashion-anak-bayi/baju-sepatu-bayi", "children": [ { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/baju-sepatu-bayi/baju-renang-bayi", "name": "Baju Renang Bayi", "path": "fashion-anak-bayi/baju-sepatu-bayi/baju-renang-bayi", "categoryId": "2533" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/baju-sepatu-bayi/gurita-bayi", "name": "Gurita Bayi", "path": "fashion-anak-bayi/baju-sepatu-bayi/gurita-bayi", "categoryId": "2531" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/baju-sepatu-bayi/jaket-bayi", "name": "Jaket Bayi", "path": "fashion-anak-bayi/baju-sepatu-bayi/jaket-bayi", "categoryId": "1733" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/baju-sepatu-bayi/jumper-bayi", "name": "Jumper Bayi", "path": "fashion-anak-bayi/baju-sepatu-bayi/jumper-bayi", "categoryId": "1732" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/baju-sepatu-bayi/pakaian-bayi-laki-laki", "name": "Pakaian Bayi Laki-laki", "path": "fashion-anak-bayi/baju-sepatu-bayi/pakaian-bayi-laki-laki", "categoryId": "380" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/baju-sepatu-bayi/pakaian-bayi-perempuan", "name": "Pakaian Bayi Perempuan", "path": "fashion-anak-bayi/baju-sepatu-bayi/pakaian-bayi-perempuan", "categoryId": "379" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/baju-sepatu-bayi/pakaian-bayi-unisex", "name": "Pakaian Bayi Unisex", "path": "fashion-anak-bayi/baju-sepatu-bayi/pakaian-bayi-unisex", "categoryId": "401" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/baju-sepatu-bayi/piyama-bayi", "name": "Piyama Bayi", "path": "fashion-anak-bayi/baju-sepatu-bayi/piyama-bayi", "categoryId": "2532" } ], "categoryId": "48" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/jam-tangan-anak", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/19/77305583/77305583_9916809a-2d57-48d0-ab83-8d07ff4a0ea2.png", "name": "Jam Tangan Anak", "path": "fashion-anak-bayi/jam-tangan-anak", "children": [ { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/jam-tangan-anak/jam-tangan-analog-anak", "name": "Jam Tangan Analog Anak", "path": "fashion-anak-bayi/jam-tangan-anak/jam-tangan-analog-anak", "categoryId": "2667" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/jam-tangan-anak/jam-tangan-digital-anak", "name": "Jam Tangan Digital Anak", "path": "fashion-anak-bayi/jam-tangan-anak/jam-tangan-digital-anak", "categoryId": "2666" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/jam-tangan-anak/smart-watch-anak", "name": "Smart Watch Anak", "path": "fashion-anak-bayi/jam-tangan-anak/smart-watch-anak", "categoryId": "2668" } ], "categoryId": "2661" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/kostum-anak", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/19/77305583/77305583_a7bc9343-70ba-4c49-b12f-84558f237876.png", "name": "Kostum Anak", "path": "fashion-anak-bayi/kostum-anak", "children": [ { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/kostum-anak/kostum-duyung-anak", "name": "Kostum Duyung Anak", "path": "fashion-anak-bayi/kostum-anak/kostum-duyung-anak", "categoryId": "2685" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/kostum-anak/kostum-karakter-anak", "name": "Kostum Karakter Anak", "path": "fashion-anak-bayi/kostum-anak/kostum-karakter-anak", "categoryId": "2687" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/kostum-anak/kostum-princess-anak", "name": "Kostum Princess Anak", "path": "fashion-anak-bayi/kostum-anak/kostum-princess-anak", "categoryId": "2684" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/kostum-anak/kostum-profesi-anak", "name": "Kostum Profesi Anak", "path": "fashion-anak-bayi/kostum-anak/kostum-profesi-anak", "categoryId": "2686" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/kostum-anak/kostum-superhero-anak", "name": "Kostum Superhero Anak", "path": "fashion-anak-bayi/kostum-anak/kostum-superhero-anak", "categoryId": "2683" } ], "categoryId": "2665" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-adat-anak", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/19/77305583/77305583_47320a1b-bbb8-4997-89a0-c8d3d2e63e55.png", "name": "Pakaian Adat Anak", "path": "fashion-anak-bayi/pakaian-adat-anak", "children": [ { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-adat-anak/cheong-sam-anak", "name": "Cheong Sam Anak", "path": "fashion-anak-bayi/pakaian-adat-anak/cheong-sam-anak", "categoryId": "2682" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-adat-anak/hanbok-anak", "name": "Hanbok Anak", "path": "fashion-anak-bayi/pakaian-adat-anak/hanbok-anak", "categoryId": "2681" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-adat-anak/kebaya-anak-perempuan", "name": "Kebaya Anak Perempuan", "path": "fashion-anak-bayi/pakaian-adat-anak/kebaya-anak-perempuan", "categoryId": "2679" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-adat-anak/pakaian-adat-internasional-anak", "name": "Pakaian Adat Internasional Anak", "path": "fashion-anak-bayi/pakaian-adat-anak/pakaian-adat-internasional-anak", "categoryId": "2680" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-adat-anak/pakaian-adat-nasional-anak", "name": "Pakaian Adat Nasional Anak", "path": "fashion-anak-bayi/pakaian-adat-anak/pakaian-adat-nasional-anak", "categoryId": "2678" } ], "categoryId": "2664" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-anak-laki-laki", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/19/77305583/77305583_4f5f87d5-e185-4907-aa8b-98ed61434019.png", "name": "Pakaian Anak Laki-Laki", "path": "fashion-anak-bayi/pakaian-anak-laki-laki", "children": [ { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-anak-laki-laki/baju-tidur-anak-laki-laki", "name": "Baju Tidur Anak Laki-Laki", "path": "fashion-anak-bayi/pakaian-anak-laki-laki/baju-tidur-anak-laki-laki", "categoryId": "171" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-anak-laki-laki/celana-jeans-anak-laki-laki", "name": "Celana Jeans Anak Laki-Laki", "path": "fashion-anak-bayi/pakaian-anak-laki-laki/celana-jeans-anak-laki-laki", "categoryId": "165" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-anak-laki-laki/celana-jogger-anak-laki-laki", "name": "Celana Jogger Anak Laki Laki", "path": "fashion-anak-bayi/pakaian-anak-laki-laki/celana-jogger-anak-laki-laki", "categoryId": "2643" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-anak-laki-laki/celana-kasual-anak-laki-laki", "name": "Celana Kasual Anak Laki-Laki", "path": "fashion-anak-bayi/pakaian-anak-laki-laki/celana-kasual-anak-laki-laki", "categoryId": "5627" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-anak-laki-laki/celana-panjang-anak-laki-laki", "name": "Celana Panjang Anak Laki-Laki", "path": "fashion-anak-bayi/pakaian-anak-laki-laki/celana-panjang-anak-laki-laki", "categoryId": "162" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-anak-laki-laki/celana-pendek-anak-laki-laki", "name": "Celana Pendek Anak Laki-Laki", "path": "fashion-anak-bayi/pakaian-anak-laki-laki/celana-pendek-anak-laki-laki", "categoryId": "1603" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-anak-laki-laki/coat-kasual-anak-laki-laki", "name": "Coat Kasual Anak Laki-Laki", "path": "fashion-anak-bayi/pakaian-anak-laki-laki/coat-kasual-anak-laki-laki", "categoryId": "5625" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-anak-laki-laki/coat-musim-dingin-anak-laki-laki", "name": "Coat Musim Dingin Anak Laki-Laki", "path": "fashion-anak-bayi/pakaian-anak-laki-laki/coat-musim-dingin-anak-laki-laki", "categoryId": "5619" } ], "categoryId": "83" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-anak-perempuan", "icon": "https://images.tokopedia.net/img/cache/300/attachment/2020/3/19/77305583/77305583_a0f215f6-54da-4782-a44b-e888a63dd079.png", "name": "Pakaian Anak Perempuan", "path": "fashion-anak-bayi/pakaian-anak-perempuan", "children": [ { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-anak-perempuan/baby-dolls-anak-perempuan", "name": "Baby Dolls Anak Perempuan", "path": "fashion-anak-bayi/pakaian-anak-perempuan/baby-dolls-anak-perempuan", "categoryId": "140" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-anak-perempuan/baju-balet-anak-perempuan", "name": "Baju Balet Anak Perempuan", "path": "fashion-anak-bayi/pakaian-anak-perempuan/baju-balet-anak-perempuan", "categoryId": "2640" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-anak-perempuan/baju-tidur-anak-perempuan", "name": "Baju Tidur Anak Perempuan", "path": "fashion-anak-bayi/pakaian-anak-perempuan/baju-tidur-anak-perempuan", "categoryId": "156" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-anak-perempuan/blouse-anak-perempuan", "name": "Blouse Anak Perempuan", "path": "fashion-anak-bayi/pakaian-anak-perempuan/blouse-anak-perempuan", "categoryId": "142" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-anak-perempuan/bolero-anak-perempuan", "name": "Bolero Anak Perempuan", "path": "fashion-anak-bayi/pakaian-anak-perempuan/bolero-anak-perempuan", "categoryId": "143" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-anak-perempuan/cardigan-anak-perempuan", "name": "Cardigan Anak Perempuan", "path": "fashion-anak-bayi/pakaian-anak-perempuan/cardigan-anak-perempuan", "categoryId": "144" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-anak-perempuan/celana-jeans-anak-perempuan", "name": "Celana Jeans Anak Perempuan", "path": "fashion-anak-bayi/pakaian-anak-perempuan/celana-jeans-anak-perempuan", "categoryId": "149" }, { "url": "https://www.tokopedia.com/p/fashion-anak-bayi/pakaian-anak-perempuan/celana-panjang-anak-perempuan", "name": "Celana Panjang Anak Perempuan", "path": "fashion-anak-bayi/pakaian-anak-perempuan/celana-panjang-anak-perempuan", "categoryId": "145" } ], "categoryId": "82" } ], "categoryId": "78" } ] } ``` --- ### Category Products products in one category, paged and sortable, with its subcategories - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/marketplace:tokopedia/category-products` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `category` | string | query | yes | Category path (the part after tokopedia.com/p/) or a category URL | | `page` | number | query | no | Result page, 60 products per page. Default 1 | | `sort` | enum(relevance|price_asc|price_desc) | query | no | Order: relevance, price_asc, price_desc. Default relevance | **cURL:** ```bash curl "https://api.zapi.ink/v1/marketplace:tokopedia/category-products?category=handphone-tablet%2Fhandphone&page=1&sort=price_asc" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/marketplace:tokopedia/category-products?category=handphone-tablet%2Fhandphone&page=1&sort=price_asc", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/marketplace:tokopedia/category-products?category=handphone-tablet%2Fhandphone&page=1&sort=price_asc", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "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=97278606&x-expires=1789721771&x-signature=FyIu3pLoh5FSAASpeLnPHfWjSjo%3D&x-signature-webp=M%2Bp%2B8%2F8F9Tuh4VRvGrsSU4UsBHs%3D", "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=97278606&x-expires=1789721771&x-signature=rmaxAiPYNl7%2FPU8F77ingkpc%2BaI%3D&x-signature-webp=kJ32hRObcrDJyltja1HxBQ0XO1c%3D", "price": 8992000, "listPrice": 9992000, "priceText": "Rp8.992.000", "productId": "16077370312", "isPreorder": false, "reviewCount": 0 }, { "url": "https://www.tokopedia.com/samsung-official-store/afdhal-yusman-samsung-galaxy-a17-8-128gb-smartphone-ai-android-5000-mah-1732806047590680557-1736985007119370221", "name": "[ Afdhal Yusman ] Samsung Galaxy A17 [8/128GB] - | Smartphone AI | Android | 5000 mAh", "shop": { "url": "https://www.tokopedia.com/samsung-official-store", "city": "Kab. Bekasi", "name": "Samsung Official Store", "shopId": "11462505" }, "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/3c0eb5d0c3394e3aaa03b4583b213691~tplv-aphluv4xwc-resize-jpeg:700:0.jpeg?lk3s=97278606&x-expires=1789721771&x-signature=MIEWq5%2BI96gLbDjeXGvT37opQIM%3D&x-signature-webp=6sfkjc1%2BpxomaQLPcWb1NRZGFUM%3D", "price": 4583300, "listPrice": 5099000, "priceText": "Rp4.583.300", "productId": "103933183792", "isPreorder": false, "reviewCount": 0 }, { "url": "https://www.tokopedia.com/intikomstore/apple-watch-ultra-3-49mm-garansi-resmi-apple-indonesia-1734370210009154967", "name": "Apple Watch Ultra 3 49mm Milanese Loop - Garansi Resmi Apple Indonesia", "shop": { "url": "https://www.tokopedia.com/intikomstore", "city": "Medan", "name": "INTIKOM STORES", "shopId": "2850948" }, "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/a80f51990690410d9a09e4fb764134a2~tplv-aphluv4xwc-resize-jpeg:700:0.jpeg?lk3s=97278606&x-expires=1789721771&x-signature=i4hzv2NbNmhI6HCocXZYdl%2FL0NY%3D&x-signature-webp=gyJDtaaVYzMKdaOZxocRZL00Swc%3D", "price": 17200000, "priceText": "Rp17.200.000", "productId": "103017920127", "isPreorder": false, "reviewCount": 0 }, { "url": "https://www.tokopedia.com/vivoauthorizedbanten/vivo-v70-50mp-zeiss-100x-zoom-zeiss-ultra-wide-angle-optical-image-stabilization-ois-1734666288527476714-1735550470147966954", "name": "[2026 NEW LAUNCH] VIVO V70 50MP ZEISS, 100x Zoom, ZEISS Ultra Wide-Angle, Optical Image Stabilization (OIS)", "shop": { "url": "https://www.tokopedia.com/vivoauthorizedbanten", "city": "Kab. Tangerang", "name": "vivoAuthorized Banten", "shopId": "13923887" }, "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/4b37b13f215e413ab4df2c9e26c5e0f9~tplv-aphluv4xwc-resize-jpeg:700:0.jpeg?lk3s=97278606&x-expires=1789721771&x-signature=eohuSmOOnjlsqNZfAHR7WgRi16Y%3D&x-signature-webp=z7IRrJHT8BZQgehAa8QfeAgrRvU%3D", "price": 9999000, "priceText": "Rp9.999.000", "productId": "103375327986", "isPreorder": false, "reviewCount": 0 }, { "url": "https://www.tokopedia.com/new-rizkyapple/extra-promo-samsung-galaxy-a26-5g-256gb-ram-8gb-black-pink-green-garansi-resmi-samsung-indonesia-1736031914904355966-1736031985450517630", "name": "[ EXTRA PROMO ] Samsung Galaxy A26 5G 256GB [ Ram 8GB ] Black Pink Green Garansi Resmi Samsung Indonesia", "shop": { "url": "https://www.tokopedia.com/new-rizkyapple", "city": "Jakarta Pusat", "name": "New RizkyApple", "shopId": "1165836" }, "image": "https://p19-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/d7ff6e8c7286448aaaa943938174a8b3~tplv-aphluv4xwc-resize-jpeg:700:0.jpeg?lk3s=97278606&x-expires=1789721771&x-signature=wNRAmGMnRCYj5w55lomWplP5kio%3D&x-signature-webp=RsMyNvIvElruVGEaq9dKcfmcz6Y%3D", "price": 5010999, "listPrice": 7799000, "priceText": "Rp5.010.999", "productId": "103474672150", "isPreorder": false, "reviewCount": 0 }, { "url": "https://www.tokopedia.com/dgi-gadget/robibois-x-dgi-gadget-apple-iphone-17-pro-max-256gb-garansi-resmi-1736272292255794540-1736272348997322092", "name": "[RobiBois X DGI Gadget ] Apple iPhone 17 Pro Max 256GB Garansi Resmi", "shop": { "url": "https://www.tokopedia.com/dgi-gadget", "city": "Padang", "name": "DGI Gadget", "shopId": "7494274308639393000" }, "image": "https://p16-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/8292be028db64dbc9704e5e8510832e3~tplv-aphluv4xwc-resize-jpeg:700:0.jpeg?lk3s=97278606&x-expires=1789721771&x-signature=nfaHmM3BaE9FQ7T4Q8%2FobPxfOmk%3D&x-signature-webp=3NnsI8NTdaml%2F8DIiyETbiE7nT0%3D", "price": 27199000, "listPrice": 28999000, "priceText": "Rp27.199.000", "productId": "103812683985", "isPreorder": false, "reviewCount": 0 }, { "url": "https://www.tokopedia.com/36shop/wenny-wijaya-samsung-galaxy-s26-ultra-5g-12gb-512gb-12gb-1tb-garansi-resmi-1-tahun-1734489389162005906", "name": "[Wenny Wijaya] Samsung Galaxy S26 Ultra 5G [12GB+512GB] [12GB+1TB] Garansi Resmi 1 Tahun", "shop": { "url": "https://www.tokopedia.com/36shop", "city": "Jakarta Barat", "name": "3636.Shop", "shopId": "1189512" }, "image": "https://p19-images-sign-sg.tokopedia-static.net/tos-alisg-i-aphluv4xwc-sg/cebb5b60750b417dbbb6b1fdf7212543~tplv-aphluv4xwc-resize-jpeg:700:0.jpeg?lk3s=97278606&x-expires=1789721771&x-signature=EcCkoL%2FDjiKFnn0Nf3nbK2y0wxM%3D&x-signature-webp=D7nh3nMr4yKiHBxanwv9sLSEBO4%3D", "price": 22335000, "listPrice": 31990000, "priceText": "Rp22.335.000", "productId": "103809426481", "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" }, { "name": "Feature Phone", "path": "https://www.tokopedia.com/p/handphone-tablet/handphone/feature-phone", "categoryId": "3058" }, { "name": "HarmonyOS", "path": "https://www.tokopedia.com/p/handphone-tablet/handphone/harmonyos", "categoryId": "5382" }, { "name": "Windows Mobile", "path": "https://www.tokopedia.com/p/handphone-tablet/handphone/windows-mobile", "categoryId": "3056" }, { "name": "iOS", "path": "https://www.tokopedia.com/p/handphone-tablet/handphone/ios", "categoryId": "3055" }, { "name": "Handphone", "path": "https://www.tokopedia.com/p/handphone-tablet/handphone", "categoryId": "24" }, { "name": "Aksesoris Handphone", "path": "https://www.tokopedia.com/p/handphone-tablet/aksesoris-handphone", "categoryId": "66" } ], "children": [ { "name": "Android OS", "path": "handphone-tablet/handphone/android-os", "categoryId": "3054" }, { "name": "BlackBerry OS", "path": "handphone-tablet/handphone/blackberry-os", "categoryId": "3057" }, { "name": "Feature Phone", "path": "handphone-tablet/handphone/feature-phone", "categoryId": "3058" }, { "name": "HarmonyOS", "path": "handphone-tablet/handphone/harmonyos", "categoryId": "5382" }, { "name": "Windows Mobile", "path": "handphone-tablet/handphone/windows-mobile", "categoryId": "3056" }, { "name": "iOS", "path": "handphone-tablet/handphone/ios", "categoryId": "3055" } ], "categoryId": "24" }, "nextPage": 2, "totalData": 235598, "totalDataText": null } ``` ---