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

Erafone

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

Endpoints
8
Requests
31
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:erafone/product5m cache1 paramchecking key…
Parameters
urlstringrequired

Product page URL on erafone.com

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

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:erafone", "product", {
  "url": "https://erafone.com/produk/samsung-galaxy-z-fold7"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/marketplace:erafone/product?url=https%3A%2F%2Ferafone.com%2Fproduk%2Fsamsung-galaxy-z-fold7" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

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

Parameters

urlstringrequired
Product page URL on erafone.com

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:erafone/product?url=https%3A%2F%2Ferafone.com%2Fproduk%2Fsamsung-galaxy-z-fold7" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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"
  ],
  "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
    }
  ],
  "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"
}
GETSearch/v1/marketplace:erafone/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:erafone/search?query=iphone&page=1&limit=20&sort=price_asc" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

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

Parameters

xstringoptional
Unused — this endpoint takes no input

Request

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

Example response

{
  "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"
        }
      ],
      "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"
        }
      ],
      "categoryId": "7414",
      "showInMenu": true,
      "description": "Mobile Accessories"
    }
  ]
}
GETCategory/v1/marketplace:erafone/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:erafone/category?categoryId=759" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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"
}
GETCategory Products/v1/marketplace:erafone/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:erafone/category-products?categoryId=759&page=1&limit=20&sort=price_asc" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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"
      ],
      "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"
      ],
      "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"
      ],
      "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
    }
  ],
  "hasMore": true,
  "category": null,
  "nextPage": 2,
  "totalData": 400,
  "categoryId": "7422",
  "totalDataText": null
}
GETFilters/v1/marketplace:erafone/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:erafone/filters?categoryId=759&query=iphone" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 10,
  "sorts": [
    {
      "label": "Paling Sesuai",
      "value": "relevance"
    },
    {
      "label": "Ulasan Terbaik",
      "value": "top_rated"
    },
    {
      "label": "Terbaru",
      "value": "newest"
    }
  ],
  "facets": [
    {
      "type": "checkbox",
      "label": "BRAND",
      "options": [
        {
          "count": 122,
          "label": "OPPO",
          "value": "OPPO"
        },
        {
          "count": 51,
          "label": "Samsung",
          "value": "Samsung"
        },
        {
          "count": 38,
          "label": "vivo",
          "value": "vivo"
        }
      ],
      "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"
        }
      ],
      "parameter": "Kamera Depan"
    }
  ],
  "categoryId": "7422"
}
GETRelated/v1/marketplace:erafone/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:erafone/related?sku=8100226831" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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"
      ],
      "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"
      ],
      "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"
      ],
      "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"
      ],
      "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"
      ],
      "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
    }
  ]
}
GETBanners/v1/marketplace:erafone/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:erafone/banners?device=desktop" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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"
    }
  ],
  "device": "desktop"
}

Related APIs

More in marketplace

iBox

marketplace/ibox

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

103 calls·1h cache

Erigo

marketplace/erigo

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

54 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