# Lazada Explorer (`jupri/lazada`) Actor

💫 Scrape Lazada Products

- **URL**: https://apify.com/jupri/lazada.md
- **Developed by:** [cat](https://apify.com/jupri) (community)
- **Categories:** E-commerce
- **Stats:** 49 total users, 0 monthly users, 100.0% runs succeeded, 4 bookmarks
- **User rating**: No ratings yet

## Pricing

$30.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#rental-actors

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Welcome to Lazada Scraper

![dont be sad readme is here](https://raw.githubusercontent.com/JupriGH/resources/main/cats/catframe.png)

### 🛒 About Lazada.com

<img width="320" src="https://upload.wikimedia.org/wikipedia/commons/4/4d/Lazada_%282019%29.svg">

**Lazada Group**  ([Chinese](https://en.wikipedia.org/wiki/Chinese_language "Chinese language"):  來贊達;  [t/a](https://en.wikipedia.org/wiki/Trade_name "Trade name")  **Lazada**) is an international  [e-commerce](https://en.wikipedia.org/wiki/E-commerce "E-commerce")  company and one of the largest e-commerce operators in  [Southeast Asia](https://en.wikipedia.org/wiki/Southeast_Asia "Southeast Asia"), with over 10,000 third-party sellers as of November 2014, and 50 million annual active buyers as of September 2019.[[3]](https://en.wikipedia.org/wiki/Lazada#cite_note-3)[[4]](https://en.wikipedia.org/wiki/Lazada#cite_note-4)[[5]](https://en.wikipedia.org/wiki/Lazada#cite_note-5)[_[needs update](https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Dates_and_numbers#Chronological_items "Wikipedia:Manual of Style/Dates and numbers")_]

### 🛒 About This Actor

All-in-One Lazada Scraper

**Supported Websites :**
| Code | Country | URL |
|-|-|-|
| `id` | Indonesia | https://www.lazada.co.id | 
| `my` | Malaysia | https://www.lazada.com.my |
| `ph` | Philippines | https://www.lazada.com.ph |
| `sg` | Singapore | https://www.lazada.sg |
| `th` | Thailand | https://www.lazada.co.th |
| `vn` | Vietnam | https://www.lazada.vn |

<img
 width="240" src="https://www.healthprochiro.com/wp-content/uploads/2022/09/under-const.jpg">

### 🛒 Tutorial

#### 🍿 Parameters

| Name | Type |  Description |
|-|-|-|
| `query` | ***string*** | List of Query, or Search Terms or Start URL |
| `limit` | ***integer*** | Number of results (per-query) |

#### 🍿 Basic Usage

Searching for products
```yaml
{ "query": "cat litter" }
````

Searching for product by `item-ID` (`digits`)

```yaml
{ "query": "8210580592" }
```

Searching for products by `URL`

```yaml
{ "query": "https://www.lazada.co.id/tag/book-mini-aesthetic/" }
```

### 🛒 Output Samples

#### 🍿 Product Search Results

```yaml
{
    "brandId": "126992429",
    "brandName": "Waxx Pet Galaxy",
    "categories": [
        15820,
        10100631,
        16147,
        16150
    ],
    "cheapest_sku": "8001624946_ID-14424074893",
    "description": [],
    "image": "https://id-live-01.slatic.net/p/940f0b327892b6b78e36f1e071609c9f.jpg",
    "inStock": true,
    "isBadgeAutoScroll": false,
    "isFission": "0",
    "isSmartImage": false,
    "isSponsored": false,
    "itemId": "8001624946",
    "itemSoldCntShow": "3.3K sold",
    "itemUrl": "//www.lazada.co.id/products/tofu-pasir-kucing-gumpal-wangi-tofu-cat-litter-sand-anti-bakteri-pasir-kucing-higienis-i8001624946.html",
    "location": "Kota Tangerang",
    "longImageDisplayable": false,
    "name": "Tofu Cat Litter Sand Clumping Highly Absorbent Mixed Cat Litter",
    "nid": "8001624946",
    "originalPrice": "88000",
    "originalPriceShow": "",
    "price": "41328",
    "priceShow": "Rp41.328",
    "promotionId": "",
    "ratingScore": "4.9314002828854315",
    "restrictedAge": 0,
    "review": "1414",
    "sellerId": "401470752584",
    "sellerName": "Waxx Pet Galaxy",
    "showCart": false,
    "sku": "8001624946_ID",
    "skuId": "14424074893",
    "skuType": "",
    "skus": [
        {
            "id": "8001624946_ID-14424074893"
        }
    ],
    "tItemType": "nt_product",
    "thumbs": []
}
```

#### 🍿 Product Detail Info

```yaml
{
    "Breadcrumb": [
        {
            "title": "Peralatan Kecil",
            "url": "https://www.lazada.co.id/beli-peralatan-rumah-tangga/"
        },
        {
            "title": "Peralatan Kecil Rumah",
            "url": "https://www.lazada.co.id/shop-peralatan-kecil-rumah-tangga/"
        },
        {
            "title": "Setrika",
            "url": "https://www.lazada.co.id/beli-setrika/"
        },
        {
            "title": "[EXTRA DISKON 15K] Philips Setrika kering HD1173/40 Pink, Ceramic 4 Lapis, Anti-Lengket, seterika philips, gosokan baju"
        }
    ],
    "deliveryOptions": {
        "181845623": [
            {
                "badge": true,
                "dataType": "service",
                "description": "<div class=\"fulfilled-by-lazada-tooltip-cms\">\r\n\r\n\r\n\r\n\r\n    <div class=\"fulfilled-by-lazada-tooltip-cms__description\">\r\n\r\n\r\n\r\n\r\n        <p>Produk \"Fulfilled by Lazada\" adalah produk yang disimpan, dikemas dan dikirim langsung dari gudang Lazada.</p> \r\n\r\n\r\n\r\n\r\n     <p>- Semua produk \"Fulfilled by Lazada\" memiliki tanda<i class=\"fulfilled-by-lazada-tooltip-cms__icon icon-fulfillment\"></i> \"Fulfilled by Lazada\".</p>\r\n\r\n\r\n\r\n\r\n        <p>- Anda dapat mencari produk \"Fulfilled by Lazada\" dengan memilih pada kolom kategori </p>\r\n\r\n\r\n\r\n\r\n    </div>\r\n\r\n\r\n\r\n\r\n    <div>- Pengiriman express tersedia untuk produk yang disediakan oleh Lazada (untuk wilayah tertentu).\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n    </div> Untuk info lebih lanjut <a class=\"seller-size-tooltip-cms__link_FAQ\" href=\"https://www.lazada.co.id/helpcenter/tentang-produk-yang-disediakan-oleh-lazada-fulfilled-by-lazada-fbl.html?spm=a2o4j.helpcenter.0.0.296054d4Ro6l54\"> Kunjungi halaman FAQ</a></div>\r\n\r\n\r\n\r\n\r\n</div>",
                "feeValue": 0,
                "hasTip": true,
                "title": "Disediakan oleh Lazada",
                "type": "FBL"
            },
            {
                "badge": false,
                "dataType": "delivery",
                "deliveryWorkTimeMax": "2024-11-21T23:59+07:00[GMT+07:00]",
                "deliveryWorkTimeMin": "2024-11-21T23:59+07:00[GMT+07:00]",
                "description": "Untuk produk lokal, produk akan sampai dalam waktu 2-4 hari kerja. <br/>Ongkir disesuaikan dengan ukuran dan dimensi produk.<br/><br/><a href=\"https://www.lazada.co.id/helpcenter/shipping_delivery/#answer-faq-whatisshippingfee-ans\" target=\"_blank\">Selengkapnya</a>",
                "duringTime": "Dijamin tiba Kam, 21 Nov.Kamu akan mendapatkan kompensasi berupa LazRewards sebesar Rp8.000 jika pengiriman terlambat",
                "fee": "Gratis",
                "feeValue": 0,
                "hasTip": true,
                "promotion": "Gratis Ongkir dengan min belanja Rp150.000 dari <a href=\"//www.lazada.co.id/shop/philips/?itemId=160014327&channelSource=pdp\">Philips</a>",
                "title": "Prioritas 48H",
                "type": "standard"
            },
            {
                "badge": true,
                "dataType": "service",
                "description": "",
                "feeValue": 0,
                "hasTip": true,
                "title": "Bayar di tempat berlaku",
                "type": "COD"
            }
        ]
    },
    "disclaimers": [],
    "elevator": {},
    "flashSale": {
        "181845623": {
            "bgImgs": {
                "notStart": "https://gw.alicdn.com/imgextra/i1/O1CN01ZW3EqG1TEnwBQvZnR_!!6000000002351-2-tps-620-38.png",
                "soldOut": "https://gw.alicdn.com/imgextra/i1/O1CN01ZW3EqG1TEnwBQvZnR_!!6000000002351-2-tps-620-38.png",
                "started": "https://gw.alicdn.com/imgextra/i1/O1CN01ZW3EqG1TEnwBQvZnR_!!6000000002351-2-tps-620-38.png"
            },
            "end": 174814451,
            "sold": 14,
            "soldFormatMaxCount": 9999,
            "soldText": "Terjual 14 di LazFlash",
            "start": -84384549,
            "status": "started",
            "teasingDateColor": "#FFFFFF",
            "total": 100
        }
    },
    "htmlRender": {
        "msiteShare": {
            "deepLink": "lazada://id/d?itemId=160014327&ps=PH789HAAA2V7TWANID-5338943&skuId=181845623",
            "facebookFallbackValue": false,
            "image": "//id-test-11.slatic.net/p/669d3f833dedc261829f65b47e2d957f.png",
            "meta": "<meta name=\"og:url\" content=\"https://www.lazada.co.id/products/extra-diskon-15k-philips-setrika-kering-hd117340-pink-ceramic-4-lapis-anti-lengket-seterika-philips-gosokan-baju-i160014327-s181845623.html/\" /><meta name=\"og:title\" content=\"[EXTRA DISKON 15K] Philips Setrika kering HD1173/40 Pink, Ceramic 4 Lapis, Anti-Lengket, seterika philips, gosokan baju\" /><meta name=\"og:type\" content=\"product\" /><meta name=\"og:description\" content=\"null\" /><meta name=\"og:image\" content=\"//id-test-11.slatic.net/p/669d3f833dedc261829f65b47e2d957f.png\" />",
            "showFacebookFallback": false,
            "title": "[EXTRA DISKON 15K] Philips Setrika kering HD1173/40 Pink, Ceramic 4 Lapis, Anti-Lengket, seterika philips, gosokan baju",
            "type": "product",
            "url": "https://www.lazada.co.id/products/extra-diskon-15k-philips-setrika-kering-hd117340-pink-ceramic-4-lapis-anti-lengket-seterika-philips-gosokan-baju-i160014327-s181845623.html"
        }
    },
    "primaryKey": {
        "defaultSkuId": "181845623",
        "fromShare": false,
        "itemId": "160014327",
        "loadedSkuIds": [
            "181845623"
        ],
        "pageId": "160014327",
        "purchaseQuantity": 1,
        "sellerId": "100161156",
        "skuId": "181845623",
        "skuNames": [
            "Multi Warna"
        ],
        "skuPath": {
            "30113": "71262"
        },
        "skuTabPath": {}
    },
    "product": {
        "brand": {
            "name": "Philips",
            "suggestion": "Lebih banyak Peralatan Kecil Rumah dari Philips",
            "suggestionUrl": "https://www.lazada.co.id/shop-peralatan-kecil-rumah-tangga/philips/",
            "url": "https://www.lazada.co.id/philips/"
        },
        "desc": "<article class=\"lzd-article\" style=\"white-space:break-spaces\"><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span></span><img src=\"https://id-live-01.slatic.net/p/183c1a9a78c6f95884ead1e2e3ff8145.jpg\" style=\"width:770px;height:1339px;display:inline;vertical-align:middle\"/><span></span><img src=\"https://id-live-01.slatic.net/p/1c58dd239a2677b42dbe08d19a88cf83.jpg\" style=\"width:1200px;height:1012px;display:inline;vertical-align:middle\"/><span></span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span></span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span>Philips Setrika kering Classic HD1173/40 - Putih-Pink, 4 Lapis Tapak Ceramic, Lebih Tahan Lama, Anti-Baret, Anti-Lengket</span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span></span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span>2X Lebih Panas, 2X Tahan Lama. Setrika kering Klasik Philips yang berkelas ini didesain ulang, mempersembahkan aktivitas menyetrika yang nyaman dengan Ujung tapak setrika yang ramping, Pegangan yang nyaman untuk anti-slip ekstra, dudukan tumpuan yang Ekstra stabil yang telah didesain ulang dan lapisan keramik yang telah ditingkatkan, kini 2 kali lebih tahan lama.</span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span></span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span>Tapak setrika berujung ramping </span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span>Memudahkan untuk menjangkau bagian yang sulit</span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span></span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span>Ujung ramping dari tapak setrika</span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span>Memungkinkan untuk menjangkau bagian tersulit, seperti di antara kancing, saat membuat lipatan, dan di sudut-sudut.</span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span></span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span>Alur kancing </span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span>Mempercepat penyetrikaan di sepanjang kancing dan lipatan</span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span></span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span>Gagang yang nyaman </span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span>Rekstur yang mudah digenggam/ Tekstur pada gagang setrika membuat genggaman terasa nyaman dan ergonomis, sehingga pas di tangan dan tidak terlepas saat menyetrika.'</span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span></span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span>Detail:</span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span>- 4 lapis tapak Ceramic, lebih tahan lama, anti-baret dan anti-lengket</span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span>- 350 Watt</span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span>- Ujung setrika lebih runcing dengan alur kancing dan design yang ramping untuk memudahkan menjangkau area sulit seperti area lipatan dan juga sela-sela kancing</span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span>- Panjang kabel 1,7 m</span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span>- Pegangan nyaman dan ergonomis</span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span>- Lampu indikator suhu</span></p><p style=\"line-height:1.7;text-align:left;text-indent:0;margin-left:0;margin-top:0;margin-bottom:0\"><span>- Pengaturan suhu sesuai bahan</span></p></article>",
        "highlights": "<ul class=''><li class=''>4 lapis tapak Ceramic, lebih tahan lama, anti-baret dan anti-lengket</li><li class=''>350 Watt</li><li class=''>Ujung setrika lebih runcing dengan alur kancing dan design yang ramping untuk memudahkan menjangkau area sulit seperti area lipatan dan juga sela-sela kancing</li><li class=''>Panjang kabel 1,7 m</li><li class=''>Pegangan nyaman dan ergonomis</li><li class=''>Lampu indikator suhu</li><li class=''>Pengaturan suhu sesuai bahan</li></ul>",
        "imageUrl": "https://laz-img-cdn.alicdn.com/imgextra/i1/O1CN01JUOYif22N3Uu7JX4R_!!6000000007107-2-tps-162-48.png",
        "imageUrls": [
            "https://laz-img-cdn.alicdn.com/imgextra/i1/O1CN01JUOYif22N3Uu7JX4R_!!6000000007107-2-tps-162-48.png"
        ],
        "link": "https://www.lazada.co.id/products/extra-diskon-15k-philips-setrika-kering-hd117340-pink-ceramic-4-lapis-anti-lengket-seterika-philips-gosokan-baju-i160014327-s181845623.html",
        "rating": {
            "score": 4.9,
            "total": 16849
        },
        "rightImgRatio": 1.9,
        "rightImgUrl": "https://laz-img-cdn.alicdn.com/tfs/TB1nUVBbqSs3KVjSZPiXXcsiVXa-90-56.png",
        "rightText": "Gratis Ongkir",
        "title": "[EXTRA DISKON 15K] Philips Setrika kering HD1173/40 Pink, Ceramic 4 Lapis, Anti-Lengket, seterika philips, gosokan baju",
        "titleTag": "lazmallTitle"
    },
    "productOption": {
        "dnr": true,
        "options": [
            {
                "image": "//id-test-11.slatic.net/p/669d3f833dedc261829f65b47e2d957f.png",
                "path": "30113:71262"
            }
        ],
        "skuBase": {
            "properties": [
                {
                    "multiBuyProp": false,
                    "name": "Warna Produk",
                    "needLabel": false,
                    "pid": "30113",
                    "type": "0",
                    "values": [
                        {
                            "image": "//id-test-11.slatic.net/p/669d3f833dedc261829f65b47e2d957f.png",
                            "name": "Multi Warna",
                            "vid": "71262"
                        }
                    ]
                }
            ],
            "skus": [
                {
                    "cartItemId": "160014327",
                    "cartSkuId": "181845623",
                    "innerSkuId": "PH789HAAA2V7TWANID-5338943",
                    "itemId": "160014327",
                    "pageId": "160014327",
                    "pagePath": "extra-diskon-15k-philips-setrika-kering-hd117340-pink-ceramic-4-lapis-anti-lengket-seterika-philips-gosokan-baju-i160014327-s181845623.html",
                    "propPath": "30113:71262",
                    "requestParams": "itemId=160014327&sellerId=100161156&skuId=181845623",
                    "sellerId": "100161156",
                    "skuId": "181845623"
                }
            ]
        }
    },
    "promotionTags": {
        "data": {
            "181845623": [
                {
                    "elements": [
                        {
                            "content": "(Beli 1 diskon Rp15.000)",
                            "uiType": "text"
                        }
                    ],
                    "name": "Beli 1 diskon Rp15.000",
                    "products": [],
                    "timeline": "2024.11.18-2024.11.30",
                    "type": "8",
                    "utKey": "multiBuy"
                }
            ]
        },
        "limit": -1
    },
    "qna": {
        "haveMainSellerAnswers": true,
        "hidden": false,
        "items": [
            {
                "answer": "\nWS: Hi Ka,  untuk1 tipe yang sama dan apabila ada perbedaan harga karena perbedaan promo pada masing-masing produk ya ka",
                "answerTime": "Dijawab dalam 5 jam",
                "customerName": "Syahrul A.",
                "itemQuestionId": "221786809214327",
                "question": "Apa yg menyebabkan philips HD1173/40 dgn HD1173/80 neda harga?",
                "questionTime": "15 Sep 2023",
                "sellerName": "Philips"
            },
            {
                "answer": "\nMR: Hi Ka, mohon maaf, untuk hal ini kami menyarankan kepada kaka agar dapat konfirmasi ke pihak Lazada selaku pihak pemrosesan, pengemasan dan pengiriman, caranya, kaka bisa cek di aplikasi Lazada di HP kaka, klik akun >> scroll kebawah >> temukan \"chat dengan CS\" dan langsung chat (pertama-tama pasti dengan Chat Bot CLEO terlebih dahulu) hingga terhubung dengan Customer Service Lazada (live chat agent pada jam kerja). Terima Kasih.\n",
                "answerTime": "Dijawab dalam 1 menit",
                "customerName": "RIZQI d.",
                "itemQuestionId": "221782110514327",
                "question": "hallo, chat saya bisa direspon? sudah check out sejak semalam, tapi produk blm ada perubahan status. sementara tertulis akan tiba besok. pls dibaca ya chatnya",
                "questionTime": "11 Sep 2023",
                "sellerName": "Philips"
            },
            {
                "answer": "LN: Hi Ka, terima kasih telah menghubungi kami. tentu saja, semua produk yang kami tawarkan di Philips Official Store 100% ORI dan Bergaransi. Silahkan di order",
                "answerTime": "Dijawab dalam 2 jam",
                "customerName": "*********124",
                "itemQuestionId": "221770893214327",
                "question": "ini barangnya ori?",
                "questionTime": "15 Agt 2023",
                "sellerName": "Philips"
            }
        ],
        "mainSellerName": "Philips",
        "paging": {
            "pageSize": 3,
            "totalItems": 840
        },
        "params": {
            "mainSeller": {
                "itemId": "160014327",
                "sellerId": "100161156",
                "skuId": "181845623"
            }
        },
        "totalItems": 840,
        "totalItemsByMain": 840,
        "totalItemsByOthers": 0
    },
    "recommendSkus": {},
    "review": {
        "paging": {
            "currentPage": 1,
            "totalItems": 11418,
            "totalPages": 1
        },
        "params": {
            "itemId": "160014327",
            "source": "pdp"
        },
        "product": {},
        "ratings": {
            "average": 4.9,
            "rateCount": 16849,
            "reviewCount": 11418,
            "scores": [
                15751,
                783,
                187,
                12,
                116
            ]
        },
        "reportReasons": [],
        "reviews": [
            {
                "canEdit": true,
                "helpful": true,
                "images": [
                    {
                        "legal": true,
                        "sort": 0,
                        "status": "approved",
                        "url": "https://lzd-u.slatic.net/908105091d7d478bbfabf5725941f546_d68156eca06447b593a1ddc8bba4d73d.jpg"
                    },
                    {
                        "legal": true,
                        "sort": 1,
                        "status": "approved",
                        "url": "https://lzd-u.slatic.net/908105091d7d478bbfabf5725941f546_0727dde8170542f187659ad66361d848.jpg"
                    }
                ],
                "isPurchased": true,
                "itemId": 160014327,
                "likeCount": 2,
                "rating": 5,
                "replies": [
                    {
                        "isFollowUp": false,
                        "likeCount": 0,
                        "reviewContent": "Hi Kak Zhivi, kami sangat senang mendapatkan feedback yang baik dari Kakak. Terima kasih! Jangan lupa follow Philips Official Store agar selalu mendapat informasi tentang promosi atau penawaran menarik dari kami.",
                        "reviewRateId": 1519043978514327,
                        "reviewTime": "2 minggu lalu",
                        "reviewerName": "Lazada Guest"
                    }
                ],
                "reviewContent": "Alhamdulillah barang sdh mendarat dgn selamat hanya saja packing kurang aman krn cuma d bungkus dgn plastik tdk ada bubble krep ,next prlu d perhatikan packingannya dan untuk kurir aman msh sy kasih bintang 5🙏",
                "reviewRateId": 1517266768714327,
                "reviewTime": "3 minggu lalu",
                "reviewer": "Z***i",
                "skuInfo": "Warna Produk:Multi Warna"
            },
            {
                "canEdit": true,
                "helpful": true,
                "images": [
                    {
                        "legal": true,
                        "sort": 0,
                        "status": "approved",
                        "url": "https://lzd-u.slatic.net/03fe0d83e3f9404198bf4fb981d34037_a955f11ed43644e0a93e0282d4f196bb.jpg"
                    }
                ],
                "isPurchased": true,
                "itemId": 160014327,
                "likeCount": 2,
                "rating": 5,
                "replies": [
                    {
                        "isFollowUp": false,
                        "likeCount": 0,
                        "reviewContent": "Hi Kak, kami sangat senang mendapatkan feedback yang baik dari Kakak. Terima kasih! Jangan lupa follow Philips Official Store agar selalu mendapat informasi tentang promosi atau penawaran menarik dari kami.",
                        "reviewRateId": 1521922619014327,
                        "reviewTime": "1 minggu lalu",
                        "reviewerName": "Lazada Guest"
                    }
                ],
                "reviewContent": "barang baru sampai.. telat 2 hari barangnya.. real pick..semoga strikanya awet dan tahan lama..",
                "reviewRateId": 1521858950414327,
                "reviewTime": "1 minggu lalu",
                "reviewer": "Rini.pebrianti",
                "skuInfo": "Warna Produk:Multi Warna"
            },
            {
                "canEdit": false,
                "helpful": true,
                "images": [
                    {
                        "legal": true,
                        "sort": 0,
                        "status": "approved",
                        "url": "https://lzd-u.slatic.net/d35f1d7037c34065bb02e8e2f6fa3519_2f6a5f60e8064eb8a6792ff5dc9e7e7f.jpg"
                    }
                ],
                "isPurchased": true,
                "itemId": 160014327,
                "likeCount": 2,
                "rating": 5,
                "replies": [
                    {
                        "isFollowUp": false,
                        "likeCount": 0,
                        "reviewContent": "NT :  Hai Kak, terima kasih  telah berbelanja di Philips Official Store. Terkait pengiriman akan menjadi input bagi kami agar kedepannya pengiriman dapat dilakukan dengan lebih baik ya.Mohon maaf atas ketidaknyamanan yang kaka alami ya \n",
                        "reviewRateId": 1437722237614327,
                        "reviewTime": "6 bulan lalu",
                        "reviewerName": "Lazada Guest"
                    }
                ],
                "reviewContent": "paket Dateng dengan kondisi baik,dan puas banget dapet harga murah dengan kualitas yang super bagus, tidak kecewa walopun nunggu lama sukses terus buat tokonya, dan amanah terus,bagi yang mau beli jangan ragu kalo mau beli ditoko ini👍👍👍👍👍👍👍",
                "reviewRateId": 1437008560714327,
                "reviewTime": "12 Jun 2024",
                "reviewer": "8***9",
                "skuInfo": "Warna Produk:Multi Warna"
            },
            {
                "canEdit": false,
                "helpful": true,
                "images": [
                    {
                        "legal": true,
                        "sort": 0,
                        "status": "approved",
                        "url": "https://lzd-u.slatic.net/7fc4ecce802d40a1ad9c37f7ea21ad37_14d4257ac05c4f83bd9ef63c4a875f8f.jpg"
                    },
                    {
                        "legal": true,
                        "sort": 1,
                        "status": "approved",
                        "url": "https://lzd-u.slatic.net/7fc4ecce802d40a1ad9c37f7ea21ad37_95c8a5c170eb448c84a522cab3fcc191.jpg"
                    },
                    {
                        "legal": true,
                        "sort": 2,
                        "status": "approved",
                        "url": "https://lzd-u.slatic.net/7fc4ecce802d40a1ad9c37f7ea21ad37_49721596060c40ae9e69315b3fbddb68.jpg"
                    },
                    {
                        "legal": true,
                        "sort": 3,
                        "status": "approved",
                        "url": "https://lzd-u.slatic.net/7fc4ecce802d40a1ad9c37f7ea21ad37_e65b3be3e2dd4b938d99bc1d380398da.jpg"
                    },
                    {
                        "legal": true,
                        "sort": 4,
                        "status": "approved",
                        "url": "https://lzd-u.slatic.net/7fc4ecce802d40a1ad9c37f7ea21ad37_c1f635749ea04558add9739d37769c28.jpg"
                    }
                ],
                "isPurchased": true,
                "itemId": 160014327,
                "likeCount": 1,
                "rating": 4,
                "replies": [
                    {
                        "isFollowUp": false,
                        "likeCount": 0,
                        "reviewContent": "LN: Hi Ka, terima kasih sudah berbelanja di Philips Official Store. Namun kami menyesal atas kendala yang kaka alami terkait kualitas pengemasan dari produk pesanan kaka, terkait hal ini akan kami sampaikan kepada tim warehouse kami agar kedepannya kualitas dan keamanan pengemasan produk dapat jauh lebih ditingkatkan lagi. Sekali lagi kami mohon maaf atas hal ini ya",
                        "reviewRateId": 1429609275214327,
                        "reviewTime": "6 bulan lalu",
                        "reviewerName": "Lazada Guest"
                    }
                ],
                "reviewContent": "udah di coba setrika nya panas cepat licin. udah²n awet.. tapi sayangnya kemasan kurang safety, cuma pake plastik wrap doang, harusnya pakai lapisan kardus atau bubblewrap, jadi kardus setrika nya penyok, terimakasih🙏",
                "reviewRateId": 1428953918114327,
                "reviewTime": "01 Jun 2024",
                "reviewer": "Akhdan",
                "skuInfo": "Warna Produk:Multi Warna"
            },
            {
                "canEdit": true,
                "helpful": true,
                "images": [
                    {
                        "legal": true,
                        "sort": 0,
                        "status": "approved",
                        "url": "https://lzd-u.slatic.net/38b792106a304846af2e52be24672832_41582ae5a4a94f8b918e464d54e3cf43.jpg"
                    }
                ],
                "isPurchased": true,
                "itemId": 160014327,
                "likeCount": 1,
                "rating": 5,
                "replies": [
                    {
                        "isFollowUp": false,
                        "likeCount": 0,
                        "reviewContent": "Terima kasih banyak telah berbelanja di Philips Official Store! Kami senang Kakak menikmati pembelian produk kami. Jangan lupa untuk mengikuti Philips Official Store agar Kakak selalu mendapat informasi tentang promosi atau penawaran menarik dari kami.",
                        "reviewRateId": 1522663958314327,
                        "reviewTime": "1 minggu lalu",
                        "reviewerName": "Lazada Guest"
                    }
                ],
                "reviewContent": "barang diterima dengan baik,memuaskan, sesuai ekspektasi, warna nya cantik.alhamdulillah barang tidak ada kerusakan meskipun safety nya kurang, tidak dilengkapi bubble wrap, kardus. mohon diperhatikan kembali untuk safety nya. semoga untuk kedepannya lebih baik lagi kualitas dan pelayanan nya.",
                "reviewRateId": 1521984713714327,
                "reviewTime": "1 minggu lalu",
                "reviewer": "8***4",
                "skuInfo": "Warna Produk:Multi Warna"
            }
        ]
    },
    "seller": {
        "chatResponsiveRate": {
            "labelText": "Balasan Chat",
            "value": "100%"
        },
        "chatUrl": "https://pages.lazada.co.id/wow/i/id/im/chat?brandId=783",
        "hideAllMetrics": false,
        "imEnable": true,
        "imUserId": "100400917",
        "imageUrl": "https://laz-img-cdn.alicdn.com/tfs/TB1zzMrjA9l0K4jSZFKXXXFjpXa-407-48.png",
        "name": "Philips",
        "newSeller": false,
        "percentRate": "97%",
        "positiveSellerRating": {
            "labelText": "Nilai Toko",
            "value": "97%"
        },
        "rate": 0.97,
        "rateLevel": 3,
        "sellerId": "100161156",
        "shipOnTime": {
            "labelText": "Pengiriman Tepat Waktu",
            "value": "98%"
        },
        "shopId": 8219,
        "size": 5,
        "time": 6,
        "type": "2",
        "unit": "tahun",
        "url": "//www.lazada.co.id/shop/philips/?itemId=160014327&channelSource=pdp"
    },
    "seo": {},
    "shopPromotion": {
        "181845623": {
            "data": {
                "detailPageUrl": "https://pdpdesc-m.lazada.co.id/shopPromotionPage?itemId=160014327&sellerId=1000001018&shopId=8219&scm=1007.27100.240412.0&cis=1030138176,160014322,331132341&promotionId=900000032736698&skuId=181845623&rootCategoryId=3339",
                "items": [
                    "https://id-live-01.slatic.net/p/6ce5d9c4606938141178155acb6cae5f.png",
                    "https://id-live-01.slatic.net/p/b6c04270570cd5ec87afb2fb0eb024a0.png",
                    "https://id-live-01.slatic.net/p/bde2638630ebae130cf6179bd9826b4f.jpg",
                    "https://id-live-01.slatic.net/p/820368092fc0a6da299f85347ecb05f8.jpg"
                ],
                "productItems": [
                    {
                        "imageUrl": "https://id-live-01.slatic.net/p/b6c04270570cd5ec87afb2fb0eb024a0.png"
                    },
                    {
                        "imageUrl": "https://id-live-01.slatic.net/p/6ce5d9c4606938141178155acb6cae5f.png"
                    },
                    {
                        "imageUrl": "https://id-live-01.slatic.net/p/bde2638630ebae130cf6179bd9826b4f.jpg"
                    },
                    {
                        "imageUrl": "https://id-live-01.slatic.net/p/820368092fc0a6da299f85347ecb05f8.jpg"
                    }
                ],
                "promotionId": "900000032736698",
                "rollingTextModel": {
                    "rollingInterval": 1,
                    "rollingTextContent": [
                        "Beli 1 diskon Rp15.000"
                    ]
                },
                "title": "Beli 1 diskon Rp15.000",
                "total": 4,
                "tracking": {
                    "clickTrackInfos": "%7B%22item_sold%22%3A%22null%22%2C%22rs%22%3A%220%22%2C%22ms%22%3A%220%22%2C%22mt%22%3A%22HOT2%22%2C%22promotion_id%22%3A%22900000032736698%22%2C%22type%22%3A%22itemFall%22%2C%22userid%22%3A%220%22%2C%22venture%22%3A%22id%22%2C%22abid%22%3A%22240412%22%2C%22itemid%22%3A%221030138176%22%2C%22gmv%22%3A%220.0%22%2C%22pvid%22%3A%220b59e294-824e-4941-82a1-7f67f3f99c93%22%2C%22pos%22%3A%220%22%2C%22scm%22%3A%221007.27100.240412.100200300000000%22%2C%22pdp_trigger_itemid%22%3A%22160014327%22%2C%22config%22%3A%22%22%2C%22item_day_sold%22%3A%220%22%7D,%7B%22item_sold%22%3A%22null%22%2C%22rs%22%3A%220%22%2C%22ms%22%3A%220%22%2C%22mt%22%3A%22HOT2%22%2C%22promotion_id%22%3A%22900000032736698%22%2C%22type%22%3A%22itemFall%22%2C%22userid%22%3A%220%22%2C%22venture%22%3A%22id%22%2C%22abid%22%3A%22240412%22%2C%22itemid%22%3A%22160014327%22%2C%22gmv%22%3A%220.0%22%2C%22pvid%22%3A%220b59e294-824e-4941-82a1-7f67f3f99c93%22%2C%22pos%22%3A%221%22%2C%22scm%22%3A%221007.27100.240412.100200300000000%22%2C%22pdp_trigger_itemid%22%3A%22160014327%22%2C%22config%22%3A%22%22%2C%22item_day_sold%22%3A%220%22%7D,%7B%22item_sold%22%3A%22null%22%2C%22rs%22%3A%220%22%2C%22ms%22%3A%220%22%2C%22mt%22%3A%22HOT2%22%2C%22promotion_id%22%3A%22900000032736698%22%2C%22type%22%3A%22itemFall%22%2C%22userid%22%3A%220%22%2C%22venture%22%3A%22id%22%2C%22abid%22%3A%22240412%22%2C%22itemid%22%3A%22160014322%22%2C%22gmv%22%3A%220.0%22%2C%22pvid%22%3A%220b59e294-824e-4941-82a1-7f67f3f99c93%22%2C%22pos%22%3A%222%22%2C%22scm%22%3A%221007.27100.240412.100200300000000%22%2C%22pdp_trigger_itemid%22%3A%22160014327%22%2C%22config%22%3A%22%22%2C%22item_day_sold%22%3A%220%22%7D,%7B%22item_sold%22%3A%22null%22%2C%22rs%22%3A%220%22%2C%22ms%22%3A%220%22%2C%22mt%22%3A%22HOT2%22%2C%22promotion_id%22%3A%22900000032736698%22%2C%22type%22%3A%22itemFall%22%2C%22userid%22%3A%220%22%2C%22venture%22%3A%22id%22%2C%22abid%22%3A%22240412%22%2C%22itemid%22%3A%22331132341%22%2C%22gmv%22%3A%220.0%22%2C%22pvid%22%3A%220b59e294-824e-4941-82a1-7f67f3f99c93%22%2C%22pos%22%3A%223%22%2C%22scm%22%3A%221007.27100.240412.100200300000000%22%2C%22pdp_trigger_itemid%22%3A%22160014327%22%2C%22config%22%3A%22%22%2C%22item_day_sold%22%3A%220%22%7D",
                    "trackInfos": "%7B%22item_sold%22%3A%22null%22%2C%22rs%22%3A%220%22%2C%22ms%22%3A%220%22%2C%22mt%22%3A%22HOT2%22%2C%22promotion_id%22%3A%22900000032736698%22%2C%22type%22%3A%22itemFall%22%2C%22userid%22%3A%220%22%2C%22venture%22%3A%22id%22%2C%22abid%22%3A%22240412%22%2C%22itemid%22%3A%221030138176%22%2C%22gmv%22%3A%220.0%22%2C%22pvid%22%3A%220b59e294-824e-4941-82a1-7f67f3f99c93%22%2C%22pos%22%3A%220%22%2C%22scm%22%3A%221007.27100.240412.100200300000000%22%2C%22pdp_trigger_itemid%22%3A%22160014327%22%2C%22config%22%3A%22%22%2C%22item_day_sold%22%3A%220%22%7D,%7B%22item_sold%22%3A%22null%22%2C%22rs%22%3A%220%22%2C%22ms%22%3A%220%22%2C%22mt%22%3A%22HOT2%22%2C%22promotion_id%22%3A%22900000032736698%22%2C%22type%22%3A%22itemFall%22%2C%22userid%22%3A%220%22%2C%22venture%22%3A%22id%22%2C%22abid%22%3A%22240412%22%2C%22itemid%22%3A%22160014327%22%2C%22gmv%22%3A%220.0%22%2C%22pvid%22%3A%220b59e294-824e-4941-82a1-7f67f3f99c93%22%2C%22pos%22%3A%221%22%2C%22scm%22%3A%221007.27100.240412.100200300000000%22%2C%22pdp_trigger_itemid%22%3A%22160014327%22%2C%22config%22%3A%22%22%2C%22item_day_sold%22%3A%220%22%7D,%7B%22item_sold%22%3A%22null%22%2C%22rs%22%3A%220%22%2C%22ms%22%3A%220%22%2C%22mt%22%3A%22HOT2%22%2C%22promotion_id%22%3A%22900000032736698%22%2C%22type%22%3A%22itemFall%22%2C%22userid%22%3A%220%22%2C%22venture%22%3A%22id%22%2C%22abid%22%3A%22240412%22%2C%22itemid%22%3A%22160014322%22%2C%22gmv%22%3A%220.0%22%2C%22pvid%22%3A%220b59e294-824e-4941-82a1-7f67f3f99c93%22%2C%22pos%22%3A%222%22%2C%22scm%22%3A%221007.27100.240412.100200300000000%22%2C%22pdp_trigger_itemid%22%3A%22160014327%22%2C%22config%22%3A%22%22%2C%22item_day_sold%22%3A%220%22%7D,%7B%22item_sold%22%3A%22null%22%2C%22rs%22%3A%220%22%2C%22ms%22%3A%220%22%2C%22mt%22%3A%22HOT2%22%2C%22promotion_id%22%3A%22900000032736698%22%2C%22type%22%3A%22itemFall%22%2C%22userid%22%3A%220%22%2C%22venture%22%3A%22id%22%2C%22abid%22%3A%22240412%22%2C%22itemid%22%3A%22331132341%22%2C%22gmv%22%3A%220.0%22%2C%22pvid%22%3A%220b59e294-824e-4941-82a1-7f67f3f99c93%22%2C%22pos%22%3A%223%22%2C%22scm%22%3A%221007.27100.240412.100200300000000%22%2C%22pdp_trigger_itemid%22%3A%22160014327%22%2C%22config%22%3A%22%22%2C%22item_day_sold%22%3A%220%22%7D"
                }
            }
        }
    },
    "skuGalleries": {
        "0": [
            {
                "poster": "https://sg-test-11.slatic.net/other/common/01667caf308d461e9fdd2426f46cb680.png",
                "soundPlay": false,
                "type": "video",
                "videoID": "30273126610"
            },
            {
                "itemLevel": true,
                "poster": "//id-test-11.slatic.net/p/6ce5d9c4606938141178155acb6cae5f.png",
                "src": "//id-test-11.slatic.net/p/6ce5d9c4606938141178155acb6cae5f.png",
                "type": "img"
            },
            {
                "itemLevel": true,
                "poster": "//id-test-11.slatic.net/p/653f6c3e9e34c68fa19955d54efb5625.png",
                "src": "//id-test-11.slatic.net/p/653f6c3e9e34c68fa19955d54efb5625.png",
                "type": "img"
            },
            {
                "itemLevel": true,
                "poster": "//id-test-11.slatic.net/p/de437851c5110774bac2034cdb310315.png",
                "src": "//id-test-11.slatic.net/p/de437851c5110774bac2034cdb310315.png",
                "type": "img"
            },
            {
                "itemLevel": true,
                "poster": "//id-test-11.slatic.net/p/cab9e5d6bcdb55cb60d1e48913f0e03e.png",
                "src": "//id-test-11.slatic.net/p/cab9e5d6bcdb55cb60d1e48913f0e03e.png",
                "type": "img"
            },
            {
                "itemLevel": true,
                "poster": "//id-test-11.slatic.net/p/85ad2163339c59ee6e8bef1344ba5f1d.png",
                "src": "//id-test-11.slatic.net/p/85ad2163339c59ee6e8bef1344ba5f1d.png",
                "type": "img"
            },
            {
                "itemLevel": true,
                "poster": "//id-test-11.slatic.net/p/e9fe36c9395241f1e1cada2b9f3f5af8.png",
                "src": "//id-test-11.slatic.net/p/e9fe36c9395241f1e1cada2b9f3f5af8.png",
                "type": "img"
            },
            {
                "itemLevel": true,
                "poster": "//id-test-11.slatic.net/p/669d3f833dedc261829f65b47e2d957f.png",
                "src": "//id-test-11.slatic.net/p/669d3f833dedc261829f65b47e2d957f.png",
                "type": "img"
            },
            {
                "itemLevel": false,
                "poster": "//id-test-11.slatic.net/p/669d3f833dedc261829f65b47e2d957f.png",
                "src": "//id-test-11.slatic.net/p/669d3f833dedc261829f65b47e2d957f.png",
                "type": "img"
            }
        ],
        "181845623": [
            {
                "poster": "https://sg-test-11.slatic.net/other/common/01667caf308d461e9fdd2426f46cb680.png",
                "soundPlay": false,
                "type": "video",
                "videoID": "30273126610"
            },
            {
                "itemLevel": true,
                "poster": "//id-test-11.slatic.net/p/6ce5d9c4606938141178155acb6cae5f.png",
                "src": "//id-test-11.slatic.net/p/6ce5d9c4606938141178155acb6cae5f.png",
                "type": "img"
            },
            {
                "itemLevel": true,
                "poster": "//id-test-11.slatic.net/p/653f6c3e9e34c68fa19955d54efb5625.png",
                "src": "//id-test-11.slatic.net/p/653f6c3e9e34c68fa19955d54efb5625.png",
                "type": "img"
            },
            {
                "itemLevel": true,
                "poster": "//id-test-11.slatic.net/p/de437851c5110774bac2034cdb310315.png",
                "src": "//id-test-11.slatic.net/p/de437851c5110774bac2034cdb310315.png",
                "type": "img"
            },
            {
                "itemLevel": true,
                "poster": "//id-test-11.slatic.net/p/cab9e5d6bcdb55cb60d1e48913f0e03e.png",
                "src": "//id-test-11.slatic.net/p/cab9e5d6bcdb55cb60d1e48913f0e03e.png",
                "type": "img"
            },
            {
                "itemLevel": true,
                "poster": "//id-test-11.slatic.net/p/85ad2163339c59ee6e8bef1344ba5f1d.png",
                "src": "//id-test-11.slatic.net/p/85ad2163339c59ee6e8bef1344ba5f1d.png",
                "type": "img"
            },
            {
                "itemLevel": true,
                "poster": "//id-test-11.slatic.net/p/e9fe36c9395241f1e1cada2b9f3f5af8.png",
                "src": "//id-test-11.slatic.net/p/e9fe36c9395241f1e1cada2b9f3f5af8.png",
                "type": "img"
            },
            {
                "itemLevel": true,
                "poster": "//id-test-11.slatic.net/p/669d3f833dedc261829f65b47e2d957f.png",
                "src": "//id-test-11.slatic.net/p/669d3f833dedc261829f65b47e2d957f.png",
                "type": "img"
            },
            {
                "itemLevel": false,
                "poster": "//id-test-11.slatic.net/p/669d3f833dedc261829f65b47e2d957f.png",
                "src": "//id-test-11.slatic.net/p/669d3f833dedc261829f65b47e2d957f.png",
                "type": "img"
            }
        ]
    },
    "skuInfos": {
        "0": {
            "categoryId": "3339",
            "dataLayer": {
                "brand_id": "783",
                "brand_name": "Philips",
                "core": {
                    "country": "ID",
                    "currencyCode": "IDR",
                    "language": "in",
                    "layoutType": "desktop"
                },
                "page": {
                    "regCategoryId": "050201000000",
                    "xParams": "_p_typ=pdp&_p_ispdp=1&_p_item=PH789HAAA2V7TWANID-5338943&_p_prod=160014327&_p_sku=181845623&_p_slr=100161156"
                },
                "pagetype": "pdp",
                "pdt_category": [
                    "Peralatan Kecil",
                    "Peralatan Kecil Rumah",
                    "Setrika"
                ],
                "pdt_discount": "-34%",
                "pdt_name": "[EXTRA DISKON 15K] Philips Setrika kering HD1173/40 Pink, Ceramic 4 Lapis, Anti-Lengket, seterika philips, gosokan baju",
                "pdt_photo": "//id-test-11.slatic.net/p/669d3f833dedc261829f65b47e2d957f.png",
                "pdt_price": "Rp439.000",
                "pdt_simplesku": 181845623,
                "pdt_sku": 160014327,
                "seller_name": "Philips",
                "supplier_id": 100161156,
                "v_voya": 1
            },
            "image": "//id-test-11.slatic.net/p/669d3f833dedc261829f65b47e2d957f.png",
            "inWishlist": false,
            "itemId": "160014327",
            "operation": {
                "disable": false,
                "operationWeight": 6,
                "text": "Tambah ke troli",
                "type": "default"
            },
            "operations": [
                {
                    "disable": false,
                    "operationWeight": 2,
                    "text": "Beli sekarang",
                    "type": "buyNow",
                    "url": "https://checkout.lazada.co.id/shipping"
                },
                {
                    "disable": false,
                    "operationWeight": 6,
                    "text": "Tambah ke troli",
                    "type": "default"
                }
            ],
            "preSaleTag": false,
            "price": {
                "discount": "-34%",
                "multiPrices": [
                    {
                        "text": "Rp439.000",
                        "threshold": 1,
                        "value": 439000
                    }
                ],
                "originalPrice": {
                    "text": "Rp439.000",
                    "value": 439000
                },
                "salePrice": {
                    "text": "Rp289.000",
                    "value": 289000
                },
                "useOldPriceDisplayLogic": false
            },
            "quantity": {
                "limit": {
                    "max": 5,
                    "min": 1
                },
                "type": "default"
            },
            "quantityList": [
                {
                    "limit": {
                        "max": 5,
                        "min": 1
                    },
                    "type": "default"
                }
            ],
            "sellerId": "100161156",
            "skuId": "181845623",
            "stock": 86,
            "stockList": [
                {
                    "stoock": 86,
                    "type": "default"
                }
            ]
        },
        "181845623": {
            "categoryId": "3339",
            "dataLayer": {
                "brand_id": "783",
                "brand_name": "Philips",
                "core": {
                    "country": "ID",
                    "currencyCode": "IDR",
                    "language": "in",
                    "layoutType": "desktop"
                },
                "page": {
                    "regCategoryId": "050201000000",
                    "xParams": "_p_typ=pdp&_p_ispdp=1&_p_item=PH789HAAA2V7TWANID-5338943&_p_prod=160014327&_p_sku=181845623&_p_slr=100161156"
                },
                "pagetype": "pdp",
                "pdt_category": [
                    "Peralatan Kecil",
                    "Peralatan Kecil Rumah",
                    "Setrika"
                ],
                "pdt_discount": "-34%",
                "pdt_name": "[EXTRA DISKON 15K] Philips Setrika kering HD1173/40 Pink, Ceramic 4 Lapis, Anti-Lengket, seterika philips, gosokan baju",
                "pdt_photo": "//id-test-11.slatic.net/p/669d3f833dedc261829f65b47e2d957f.png",
                "pdt_price": "Rp439.000",
                "pdt_simplesku": 181845623,
                "pdt_sku": 160014327,
                "seller_name": "Philips",
                "supplier_id": 100161156,
                "v_voya": 1
            },
            "image": "//id-test-11.slatic.net/p/669d3f833dedc261829f65b47e2d957f.png",
            "inWishlist": false,
            "itemId": "160014327",
            "operation": {
                "disable": false,
                "operationWeight": 6,
                "text": "Tambah ke troli",
                "type": "default"
            },
            "operations": [
                {
                    "disable": false,
                    "operationWeight": 2,
                    "text": "Beli sekarang",
                    "type": "buyNow",
                    "url": "https://checkout.lazada.co.id/shipping"
                },
                {
                    "disable": false,
                    "operationWeight": 6,
                    "text": "Tambah ke troli",
                    "type": "default"
                }
            ],
            "preSaleTag": false,
            "price": {
                "discount": "-34%",
                "multiPrices": [
                    {
                        "text": "Rp439.000",
                        "threshold": 1,
                        "value": 439000
                    }
                ],
                "originalPrice": {
                    "text": "Rp439.000",
                    "value": 439000
                },
                "salePrice": {
                    "text": "Rp289.000",
                    "value": 289000
                },
                "useOldPriceDisplayLogic": false
            },
            "quantity": {
                "limit": {
                    "max": 5,
                    "min": 1
                },
                "type": "default"
            },
            "quantityList": [
                {
                    "limit": {
                        "max": 5,
                        "min": 1
                    },
                    "type": "default"
                }
            ],
            "sellerId": "100161156",
            "skuId": "181845623",
            "stock": 86,
            "stockList": [
                {
                    "stoock": 86,
                    "type": "default"
                }
            ]
        }
    },
    "specifications": {
        "181845623": {
            "features": {
                "Fitur": "Pengatur suhu",
                "Jenis Garansi": "Garansi Lokal",
                "Konsumsi Daya Listrik (Watt)": "350",
                "Masa Garansi": "1 Tahun",
                "Merek": "Philips",
                "Model": "HD1173/40",
                "Opsi Pengiriman Instant": "ya",
                "SKU": "PH789HAAA2V7TWANID-5338943",
                "Tipe Setrika": "Sterika Kering"
            }
        }
    },
    "warranties": {
        "181845623": [
            {
                "dataType": "authenticity",
                "description": "Garansi uang kembali 2x lipat dari harga beli jika produk yang kamu beli di LazMall terbukti tidak asli. \n\n*Syarat dan ketentuan berlaku",
                "leftImage": "https://laz-img-cdn.alicdn.com/tfs/TB1KZwnxTJYBeNjy1zeXXahzVXa-48-48.png",
                "title": "100% Ori",
                "type": "authenticity"
            },
            {
                "dataType": "change_mind_available",
                "description": "Kamu dapat mengembalikan produk jika kamu berubah pikiran. Untuk memastikan permintaan pengembalian disetujui: produk harus belum dicuci dan tidak diubah dari kondisi aslinya. Fitur ini hanya berlaku untuk produk fesyen (pakaian, sepatu, tas dan perlengkapan perjalanan, jam tangan, kacamata hitam, dan perhiasan).",
                "leftImage": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
                "title": "Berubah Pikiran",
                "type": "change_mind_available"
            },
            {
                "dataType": "returnPolicy",
                "description": "30 hari mudah pengembalian untuk produk LazMall",
                "title": "30 Hari Gratis Pengembalian",
                "type": "returnPolicy30"
            },
            {
                "dataType": "warranty",
                "description": "1 Tahun Garansi",
                "title": "1 Tahun Garansi Lokal",
                "type": "warranty"
            }
        ]
    }
}
```

### 🛒 Support

⚡️ Feel free to [reach out](https://console.apify.com/actors/hiE0fjLx2r99kkyXc/issues) to the developer for any issues or suggestions for improvement.

<img src="https://apify-uploads-prod.s3.us-east-1.amazonaws.com/5SxZhwYwpknFk8ek9-cat.gif" width="240">

# Actor input Schema

## `query` (type: `string`):

💡 Search Terms or Lazada URL (multiple lines allowed)

## `portal` (type: `string`):

💡 Please use Residential Proxy according to the country

## `limit` (type: `integer`):

No description

## `sort` (type: `string`):

No description

## `price_min` (type: `integer`):

No description

## `price_max` (type: `integer`):

No description

## `dev_proxy_config` (type: `object`):

💡 <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>

## `dev_custom_headers` (type: `array`):

💡 Additional HTTP Headers

## `dev_custom_cookies` (type: `array`):

💡 Additional HTTP Cookies

## `dev_transform_fields` (type: `array`):

💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>

## `dev_dataset_name` (type: `string`):

💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>

## `dev_dataset_clear` (type: `boolean`):

Clear Dataset before insert/update.

## `dev_no_strip` (type: `boolean`):

💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>

## Actor input object example

```json
{
  "query": "starship engine\r\nphoton torpedo",
  "limit": 5,
  "dev_custom_cookies": [
    {
      "key": "x5sec",
      "value": ""
    }
  ]
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "query": `starship engine
photon torpedo`,
    "limit": 5,
    "dev_custom_cookies": [
        {
            "key": "x5sec",
            "value": ""
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("jupri/lazada").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "query": """starship engine\r
photon torpedo""",
    "limit": 5,
    "dev_custom_cookies": [{
            "key": "x5sec",
            "value": "",
        }],
}

# Run the Actor and wait for it to finish
run = client.actor("jupri/lazada").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "query": "starship engine\\r\\nphoton torpedo",
  "limit": 5,
  "dev_custom_cookies": [
    {
      "key": "x5sec",
      "value": ""
    }
  ]
}' |
apify call jupri/lazada --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=jupri/lazada",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Lazada Explorer",
        "description": "💫 Scrape Lazada Products",
        "version": "0.1",
        "x-build-id": "VTqgYcrc1TgVVz7mk"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/jupri~lazada/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-jupri-lazada",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/jupri~lazada/runs": {
            "post": {
                "operationId": "runs-sync-jupri-lazada",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/jupri~lazada/run-sync": {
            "post": {
                "operationId": "run-sync-jupri-lazada",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "query": {
                        "title": "❓ Query",
                        "type": "string",
                        "description": "💡 Search Terms or Lazada URL (multiple lines allowed)"
                    },
                    "portal": {
                        "title": "🌐 Portal",
                        "enum": [
                            "id",
                            "my",
                            "ph",
                            "sg",
                            "th",
                            "vn"
                        ],
                        "type": "string",
                        "description": "💡 Please use Residential Proxy according to the country"
                    },
                    "limit": {
                        "title": "♾️ Limit",
                        "type": "integer",
                        "description": ""
                    },
                    "sort": {
                        "title": "📶 Sorting",
                        "enum": [
                            "popular",
                            "price_low",
                            "price_high"
                        ],
                        "type": "string",
                        "description": ""
                    },
                    "price_min": {
                        "title": "💸 Price Range",
                        "type": "integer",
                        "description": ""
                    },
                    "price_max": {
                        "title": "",
                        "type": "integer",
                        "description": ""
                    },
                    "dev_proxy_config": {
                        "title": "🌐 PROXY NETWORKING",
                        "type": "object",
                        "description": "💡 <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>"
                    },
                    "dev_custom_headers": {
                        "title": "📜 HTTP HEADERS",
                        "type": "array",
                        "description": "💡 Additional HTTP Headers",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_custom_cookies": {
                        "title": "🍰 HTTP COOKIES",
                        "type": "array",
                        "description": "💡 Additional HTTP Cookies",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_transform_fields": {
                        "title": "♻️ CUSTOM FIELD",
                        "type": "array",
                        "description": "💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_dataset_name": {
                        "title": "📁 CUSTOM STORAGE",
                        "type": "string",
                        "description": "💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
                    },
                    "dev_dataset_clear": {
                        "title": "Clear Storage",
                        "type": "boolean",
                        "description": "Clear Dataset before insert/update."
                    },
                    "dev_no_strip": {
                        "title": "Disable data cleansing",
                        "type": "boolean",
                        "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
