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

Digimap

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

Endpoints
9
Requests
23
Updated
3 hours ago
For LLMs
llms.txt
Endpoint healthnot yet measured
  • productnot measured
  • productsnot measured
  • collectionsnot measured
  • collectionnot measured
  • collection-productsnot measured
+ 4 more endpointsShow less
  • searchnot measured
  • relatednot measured
  • variantnot measured
  • shopnot measured
no measurements yetdaily 01:00 WIB

Playground

9 endpoints
GET/v1/marketplace:digimap/product5m cache1 paramchecking key…
Parameters
urlstringrequired

Product page URL on digimap.co.id

·
Response
EXAMPLE
{
  "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": "<p>iPhone 15 menghadirkan Dynamic Island, kamera Utama 48 MP, dan USB-C — semuanya dalam desain aluminium dan kaca berwarna yang tangguh.</p>"
}

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:digimap", "product", {
  "url": "https://www.digimap.co.id/products/iphone-15-mtpd3id-a"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/marketplace:digimap/product?url=https%3A%2F%2Fwww.digimap.co.id%2Fproducts%2Fiphone-15-mtpd3id-a" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

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

Parameters

urlstringrequired
Product page URL on digimap.co.id

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:digimap/product?url=https%3A%2F%2Fwww.digimap.co.id%2Fproducts%2Fiphone-15-mtpd3id-a" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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": "<p>iPhone 15 menghadirkan Dynamic Island, kamera Utama 48 MP, dan USB-C — semuanya dalam desain aluminium dan kaca berwarna yang tangguh.</p>"
}
GETProducts/v1/marketplace:digimap/productsfull product catalogue, paged

Parameters

pagenumberoptional
Result page. Default 1
limitnumberoptional
Items per page. Default 50, max 250 (upstream cap)

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:digimap/products?page=1&limit=50" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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"
      ],
      "options": [
        {
          "name": "color",
          "values": [
            "Purple"
          ]
        }
      ],
      "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 seg…",
      "publishedAt": "2026-06-18T11:16:10+07:00"
    }
  ],
  "hasMore": true,
  "nextPage": 2,
  "totalData": null,
  "totalDataText": null
}
GETCollections/v1/marketplace:digimap/collectionscollections (categories), paged

Parameters

pagenumberoptional
Result page. Default 1
limitnumberoptional
Items per page. Default 50, max 250 (upstream cap)

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:digimap/collections?page=1&limit=50" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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
}
GETCollection/v1/marketplace:digimap/collectionone collection's detail

Parameters

collectionstringrequired
Collection handle, or a collection URL

Request

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

Example response

{
  "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
}
GETCollection Products/v1/marketplace:digimap/collection-productsproducts inside one collection, paged

Parameters

collectionstringrequired
Collection handle, or a collection URL
pagenumberoptional
Result page. Default 1
limitnumberoptional
Items per page. Default 50, max 250 (upstream cap)

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:digimap/collection-products?collection=all&page=1&limit=50" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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"
      ],
      "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 teli…",
      "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 su…",
      "publishedAt": "2024-06-18T17:10:39+07:00"
    }
  ],
  "hasMore": false,
  "nextPage": null,
  "totalData": null,
  "collection": "accessories",
  "totalDataText": null
}
GETSearch/v1/marketplace:digimap/searchsearch products, collections and query suggestions

Parameters

querystringrequired
Search keyword
limitnumberoptional
Results per resource. Default 10, max 10 (upstream cap)
typesstringoptional
Comma list of what to return: product, collection, query (autocomplete terms). Default product

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:digimap/search?query=jacket&limit=10&types=product%2Ccollection%2Cquery" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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"
    }
  ],
  "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"
    }
  ],
  "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"
    }
  ]
}
GETRelated/v1/marketplace:digimap/relatedrelated products for one product

Parameters

productIdstringrequired
Numeric product id (the productId field of a product response)
limitnumberoptional
How many related products. Default 10, max 10

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:digimap/related?productId=10068493762873&limit=10" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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"
      ],
      "options": [
        {
          "name": "size",
          "values": [
            "One Size"
          ]
        }
      ],
      "priceMax": 4399000,
      "priceMin": 4399000,
      "variants": [
        {
          "sku": "0788-APPMFHP4ID-A",
          "name": "One Size / White",
          "price": 4399000,
          "options": [
            "One Size"
          ],
          "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 d…",
      "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"
    }
  ],
  "productId": "9615636463767"
}
GETVariant/v1/marketplace:digimap/variantone variant: price, stock and options

Parameters

variantIdstringrequired
Numeric variant id (the variantId field of a product response)

Request

curl -X GET "https://api.zpi.web.id/v1/marketplace:digimap/variant?variantId=51433424847161" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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
}
GETShop/v1/marketplace:digimap/shopstorefront profile

Parameters

xstringoptional
Unused — this endpoint takes no input

Request

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

Example response

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

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

Erafone

marketplace/erafone

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

31 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