# Blibli — Zapi reference > Akses data publik Blibli: pencarian produk dan detail produk (harga, rating, stok, merchant, kategori). Untuk riset harga & monitoring katalog. **Base URL:** `https://api.zapi.ink` **Auth:** Send `x-api-key: YOUR_KEY` header on every request. Get a free key at https://zapi.ink/dashboard/keys. **Response envelope:** `{ content, message, errors }` **Rate limit:** 60 req/min on free tier. **Related:** - Detail page: https://zapi.ink/api/marketplace/blibli - Endpoint catalog: https://zapi.ink/category/marketplace - Concise index: https://zapi.ink/llms.txt - Full reference: 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 } ``` --- _Generated: 2026-09-25T14:33:21.819Z_