zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Marketplace/iBox
Logo iBox

iBox

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

Endpoints
8
Requests
103
Updated
4 hours ago
For LLMs
llms.txt
Endpoint healthnot yet measured
  • productnot measured
  • searchnot measured
  • categoriesnot measured
  • categorynot measured
  • category-productsnot measured
+ 3 more endpointsShow less
  • filtersnot measured
  • relatednot measured
  • bannersnot measured
no measurements yetdaily 01:00 WIB

Playground

8 endpoints
GET/v1/marketplace:ibox/product5m cache1 paramchecking key…
Parameters
urlstringrequired

Product page URL on ibox.co.id

·
Response
EXAMPLE
{
  "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"
    }
  ],
  "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"
  ],
  "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
    }
  ],
  "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"
}

Code examples

Product Detail
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

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

const data = await client.run("marketplace:ibox", "product", {
  "url": "https://ibox.co.id/product/iphone-15-plus-ibox"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/marketplace:ibox/product?url=https%3A%2F%2Fibox.co.id%2Fproduct%2Fiphone-15-plus-ibox" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

8 endpoints · plain text
GETProduct Detail/v1/marketplace:ibox/productFull product detail from ibox.co.id: price, stock, variants, specs, images and description.

Parameters

urlstringrequired
Product page URL on ibox.co.id

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:ibox/product?url=https%3A%2F%2Fibox.co.id%2Fproduct%2Fiphone-15-plus-ibox" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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"
    }
  ],
  "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"
  ],
  "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
    }
  ],
  "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"
}
GETSearch/v1/marketplace:ibox/searchkeyword product search, paged and sortable

Parameters

querystringrequired
Search keyword
pagenumberoptional
Result page. Default 1
limitnumberoptional
Items per page. Default 20, max 50
sortenumoptional
Order: relevance, top_rated, newest, price_desc, price_asc. Default relevance Values: relevance, top_rated, newest, price_desc, price_asc.

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:ibox/search?query=iphone&page=1&limit=20&sort=price_asc" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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"
      ],
      "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"
      ],
      "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
    }
  ],
  "query": "iphone",
  "hasMore": true,
  "nextPage": 2,
  "totalData": 931,
  "totalDataText": null
}
GETCategories/v1/marketplace:ibox/categoriesfull category tree

Parameters

xstringoptional
Unused — this endpoint takes no input

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:ibox/categories?x=" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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"
        }
      ],
      "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"
        }
      ],
      "categoryId": "770",
      "showInMenu": true,
      "description": "iPad"
    }
  ]
}
GETCategory/v1/marketplace:ibox/categoryone category's detail

Parameters

categoryIdstringrequired
Numeric category id (the categoryId of a categories response, or the number at the end of a /catalog/<slug>-<id> URL)

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:ibox/category?categoryId=759" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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
}
GETCategory Products/v1/marketplace:ibox/category-productsproducts in one category, paged and sortable

Parameters

categoryIdstringrequired
Numeric category id (from the categories endpoint)
pagenumberoptional
Result page. Default 1
limitnumberoptional
Items per page. Default 20, max 50
sortenumoptional
Order: relevance, top_rated, newest, price_desc, price_asc. Default relevance Values: relevance, top_rated, newest, price_desc, price_asc.

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:ibox/category-products?categoryId=759&page=1&limit=20&sort=price_asc" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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"
      ],
      "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"
      ],
      "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"
      ],
      "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"
      ],
      "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
}
GETFilters/v1/marketplace:ibox/filtersfilter facets and sort options for a category or a search

Parameters

categoryIdstringoptional
Numeric category id — facets for that category. Use this OR query
querystringoptional
Search keyword — facets for that search. Use this OR categoryId

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:ibox/filters?categoryId=759&query=iphone" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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"
}
GETRelated/v1/marketplace:ibox/relatedproducts related to one product

Parameters

skustringrequired
Product SKU (the sku field of a product or search response)

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:ibox/related?sku=8100226831" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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
    }
  ]
}
GETBanners/v1/marketplace:ibox/bannershomepage promotional banners

Parameters

deviceenumoptional
Which banner set: desktop or mobile. Default desktop Values: desktop, mobile.

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:ibox/banners?device=desktop" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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"
}

Related APIs

More in marketplace

Erigo

marketplace/erigo

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

54 calls·1h cache

Erafone

marketplace/erafone

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

31 calls·1h cache

Digimap

marketplace/digimap

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

23 calls·1h cache

Eraspace

marketplace/eraspace

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

15 calls·1h cache

Tokopedia

marketplace/tokopedia

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

177 calls·1h cache

Lazada

marketplace/lazada

Akses data publik Lazada Indonesia: pencarian produk dengan harga, diskon, rating, jumlah terjual, dan info penjual. Untuk riset harga & monitoring katalog.

107 calls·5m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026