# Lazada Product Scraper (Rental) (`ecomscrape/lazada-product-scraper-rental`) Actor

Extract comprehensive product data from Lazada's Southeast Asian marketplace with our powerful scraper. Get pricing, reviews, specifications, and seller information for market research, competitive analysis, and business intelligence across 6 countries.

- **URL**: https://apify.com/ecomscrape/lazada-product-scraper-rental.md
- **Developed by:** [ecomscrape](https://apify.com/ecomscrape) (community)
- **Categories:** E-commerce, Developer tools, Automation
- **Stats:** 32 total users, 1 monthly users, 100.0% runs succeeded, 0 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 web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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

## Contact

If you encounter any issues or need to exchange information, please feel free to contact us through the following link:
[My profile](https://apify.com/ecomscrape)

## What does Lazada Product Scraper do?

Lazada, established in 2012 and later acquired by Alibaba, stands as Southeast Asia's leading e-commerce platform, serving over 655 million people across Indonesia, Malaysia, the Philippines, Singapore, Thailand, and Vietnam. With more than 155,000 local and international sellers and over 300 million SKUs available, Lazada represents a goldmine of product data for businesses, researchers, and analysts.

In today's competitive e-commerce landscape, accessing accurate and up-to-date product information is crucial for making informed business decisions. E-commerce web scraping aids in monitoring prices, product research, comparing prices online, customer analysis, evaluating the online market, improving advertisements, and many more. Our Lazada Product Scraper addresses the challenge of manually collecting this valuable data by automating the extraction process, saving countless hours while ensuring data accuracy and completeness.

### Overview of Lazada Product Scraper

The Lazada Product Scraper is a sophisticated data extraction tool designed specifically for Lazada's marketplace ecosystem. This powerful scraper enables users to collect comprehensive product information from any Lazada domain, including lazada.sg, lazada.vn, lazada.com.my, and others across the region.

**Key Features:**

- **Multi-domain Support**: Works across all Lazada regional websites
- **Comprehensive Data Extraction**: Captures over 30 data fields per product
- **Proxy Integration**: Built-in residential proxy support to avoid detection
- **Retry Mechanism**: Intelligent retry system for failed requests
- **Scalable Processing**: Handle multiple product URLs simultaneously

**Target Users:**

- E-commerce businesses conducting competitive analysis
- Market researchers studying Southeast Asian consumer trends
- Price monitoring services
- Product managers tracking competitor offerings
- Digital marketing agencies optimizing campaigns
- Academic researchers studying e-commerce patterns

### Input and Output Details

#### Input Format

The scraper accepts configuration through a JSON object with several key parameters:

##### Scrape with URLs:

**The `urls` parameter**: List of product list page URLs or specific product URLs that you want to scrape. You can add URLs one by one, or use the Bulk edit section to add a prepared list.

**The `scrape_type` parameter**: Select data scraping type:

- `"product_list_by_query"` - Get products by Queries (scrapes product listing pages)
- `"specific_product_urls"` - Get products by Specific product urls (scrapes individual product detail pages)

*Note: When using "specific\_product\_urls", the `max_items_per_url` parameter will have no effect as it scrapes one product per URL.*

**The `ignore_url_failures` parameter**: If set to `true`, the scraper will continue running even if some URLs fail to be scraped after reaching the maximum number of retries. This ensures that one problematic URL doesn't stop your entire scraping job.

*When you provide a list of URLs for scraping, all options in the "Scrape with search filters" section will be disabled. The system will only collect data from the URLs you specified.*

##### Scrape with Search Filters:

**The `keyword` parameter**: The search keyword to find products (e.g., "laptop", "smartphone", "powerbank", "headphones").

**The `country_code` parameter**: Select the Lazada country site you want to scrape:

- `"my"` - Malaysia (lazada.com.my)
- `"vn"` - Vietnam (lazada.vn)
- `"sg"` - Singapore (lazada.sg)
- `"id"` - Indonesia (lazada.co.id)
- `"th"` - Thailand (lazada.co.th)
- `"ph"` - Philippines (lazada.com.ph)

**The `sort_by` parameter**: Sort products by various criteria:

- `"popularity"` - Best match (most popular/relevant)
- `"priceasc"` - Price (low to high)
- `"pricedesc"` - Price (high to low)

**The `rating` parameter**: Filter products by minimum rating:

- `"5"` - 5 stars only
- `"4"` - 4 stars & up
- `"3"` - 3 stars & up
- `"2"` - 2 stars & up
- `"1"` - 1 star & up

**The `page` parameter**: Starting page number for scraping, useful for continuing interrupted scrapes or targeting specific result ranges.

*When using search filters for scraping, you need to leave the `urls` field empty (or set it to `null`) in the "Scrape with URLs" configuration.*

##### General Options:

**The `max_items_per_url` parameter**: Limits the number of products extracted from each product list page or search results page. The default value is 20, providing a manageable batch size while allowing for comprehensive data collection. *Note: This parameter has no effect when using `scrape_type: "specific_product_urls"`.*

**The `max_retries_per_url` parameter**: Sets the maximum number of retry attempts for each URL or search filters if the scrape is detected as a bot or the page fails to load. The default value is 2, providing a good balance between thoroughness and efficiency.

**The `proxy` parameter**: Proxy configuration is essential for maintaining anonymity and avoiding detection. The residential proxy option ensures that your scraping activities appear as legitimate browsing, reducing the risk of being blocked or rate-limited. You should choose a country that matches the Lazada site you're scraping (e.g., SG for Singapore, MY for Malaysia, etc.).

*Important Note: When scraping specific product information pages, if you encounter errors, use a proxy located in the same country as the target Lazada website (e.g., SG proxy for lazada.sg, MY proxy for lazada.com.my).*

#### Output Format

The scraper returns comprehensive product data in structured JSON format with the following fields:

**Basic Product Information:**

- **Name**: Product title as displayed on Lazada
- **Item ID**: Unique Lazada product identifier
- **NID**: Internal Lazada node identifier
- **Description**: Detailed product description
- **Brand Name & Brand ID**: Manufacturer information
- **Categories**: Product categorization hierarchy

**Pricing and Availability:**

- **Price**: Current selling price
- **Original Price**: MSRP or previous price
- **Price Show & Original Price Show**: Formatted price strings
- **In Stock**: Availability status
- **Item Sold Count Show**: Sales volume indicator

**Visual Assets:**

- **Image**: Primary product image URL
- **Icons**: Product badges and icons
- **Thumbs**: Thumbnail image collections

**Customer Feedback:**

- **Rating Score**: Average customer rating
- **Review**: Review count and summary data

**Product Variants:**

- **SKUs**: All available product variants
- **SKU ID & Cheapest SKU**: Variant identifiers
- **SKU Type**: Variant classification

**Seller Information:**

- **Seller**: Merchant name and details
- **Location**: Seller's geographical location

**Additional Data:**

- **Specifications**: Technical product details
- **Warranties Info & Warranties**: Warranty terms
- **Vouchers**: Available discount codes
- **Delivery Options & Delivery Options Info**: Shipping details
- **Promotion ID**: Active promotion identifiers

##### 1. Collect product data from product information pages

Example url 1: https://www.lazada.sg/products/pdp-i1987713609.html?spm=a2o42.searchlist.list.31.6dca5809iQsA7z

Example url 2: https://www.lazada.sg/products/pdp-i1455960958.html?spm=a2o42.searchlist.list.34.6dca5809iQsA7z

Example url 3: https://www.lazada.sg/products/pdp-i3331096216.html?spm=a2o42.searchlist.list.22.6dca5809iQsA7z

Example Screenshot of product information page:

![](https://i.ibb.co/LdRqsdrG/Screenshot-from-2025-08-04-16-00-36.png)

The scraper accepts JSON configuration with the following structure:

```json
{
  "max_retries_per_url": 2, // Maximum waiting time when accessing the links you provided.
  "proxy": { // Add a proxy to ensure that during the data collection process, you are not detected as a bot.
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL" 
    ],
    "apifyProxyCountry": "SG" // You should choose an Country that coincides with the Country you want to collect data from
  },
  "scrape_type": "specific_product_urls", // Get products by Specific product urls
  "urls": [ // Links to product information pages.
    "https://www.lazada.sg/products/pdp-i1987713609.html?spm=a2o42.searchlist.list.31.6dca5809iQsA7z",
    "https://www.lazada.sg/products/pdp-i1455960958.html?spm=a2o42.searchlist.list.34.6dca5809iQsA7z",
    "https://www.lazada.sg/products/pdp-i3331096216.html?spm=a2o42.searchlist.list.22.6dca5809iQsA7z",
  ]
}
```

*Note: When you want to scrape data from a product information page, if you encounter errors, use a proxy located in the SG region or in the same country as the website.*

*For example, when scraping lazada.sg, it’s recommended to use a proxy from the SG region, while for lazada.vn, you should use a proxy from the VN region, and so on.*

**Output:**

You get the output from the Lazada Product Scraper stored in a tab. The following is an example of the Information Fields collected after running the Actor.

````json
[ // List of product information
  {
  "name": "100% 10000mah power bank built in cable With phone holder mini battery powerbank fast charge 20W PD portable charger",
  "nid": null,
  "item_id": "3043166481",
  "icons": null,
  "image": [
    {
      "image": "//laz-img-sg.alicdn.com/p/9427067b627bab9de5735bbc09e8d004.jpg",
      "path": "30129:-8"
    },
    {
      "image": "//laz-img-sg.alicdn.com/p/7bebacc14c6b43e9593a3fd3f2c5fd32.jpg",
      "path": "30129:-10"
    },
    {
      "image": "//laz-img-sg.alicdn.com/p/f3491d32065eb0060a23d6ac51d4736a.jpg",
      "path": "30129:-9"
    },
    {
      "image": "//laz-img-sg.alicdn.com/p/cb52e963399ea1c54df10f7f1cf69fe9.jpg",
      "path": "30129:-11"
    },
    {
      "image": "//laz-img-sg.alicdn.com/p/9427067b627bab9de5735bbc09e8d004.jpg",
      "path": "30129:-4"
    },
    {
      "image": "//laz-img-sg.alicdn.com/p/7bebacc14c6b43e9593a3fd3f2c5fd32.jpg",
      "path": "30129:-6"
    },
    {
      "image": "//laz-img-sg.alicdn.com/p/f3491d32065eb0060a23d6ac51d4736a.jpg",
      "path": "30129:-5"
    },
    {
      "image": "//laz-img-sg.alicdn.com/p/cb52e963399ea1c54df10f7f1cf69fe9.jpg",
      "path": "30129:-7"
    },
    {
      "image": "//laz-img-sg.alicdn.com/p/e3ce620ee47aa9bf3166b9ccf9ea7d26.jpg",
      "path": "30129:Purple 4 Cable"
    },
    {
      "image": "//laz-img-sg.alicdn.com/p/3d1108894e28f279de22a5fa712c8540.jpg",
      "path": "30129:-2"
    }
  ],
  "ut_log_map": null,
  "original_price_show": null,
  "price_show": "$59.00",
  "rating_score": {
    "score": 4.7,
    "total": 448
  },
  "review": {
    "average_rating": 4.7,
    "contented_num": 448,
    "item_id": 3043166481,
    "reviews": 448,
    "scores": [
      395,
      17,
      21,
      2,
      13
    ],
    "title": "Reviews"
  },
  "location": null,
  "description": "<article><p><span>【Warm reminder】</span></p><p><span>🔹 We will carefully check the goods before delivery, please rest assured to buy!</span></p><p><span>🔹 Please confirm receipt after confirming that there is no problem with the product!</span></p><p><span></span></p><p><span>🚚 Delivery time：</span></p><p><span>🔹 Shipped within 24 hours after the order is successfully paid</span></p><p><span>🔹 Warehouse staff are not shipping on Sunday, orders placed on Sunday will be shipped on Monday</span></p><p><span>🔹 It will take about three working days after delivery to receive the goods we sent to you</span></p><p><span></span></p><p><span>🤗 After-sales feedback：</span></p><p><span>🔹 If you are satisfied with our products and services, please give us a five-star review</span></p><p><span>🔹 If you feel that there is any problem or dissatisfaction with the product during the receiving process, please contact our customer service</span></p><p><span></span><img src=\"https://sg-live-01.slatic.net/p/935a6d4caa6951bcb79b8fb25083d422.jpg\" /><span></span><img src=\"https://sg-live-01.slatic.net/p/0f7a69e02b82bbbf0187482c176a5dd5.jpg\" /><span></span><img src=\"https://sg-live-01.slatic.net/p/1bd163dce986a17e9c5f1f533b6c9e87.jpg\" /><span></span><img src=\"https://sg-live-01.slatic.net/p/86054266014de5f7e97b140ebc96b1d1.jpg\" /><span></span><img src=\"https://sg-live-01.slatic.net/p/690b650617fad8b59cf688a1f2eba1a2.jpg\" /><span></span><img src=\"https://sg-live-01.slatic.net/p/c44b8c1e7b13cb0555018af5f31421f5.jpg\" /><span></span><img src=\"https://sg-live-01.slatic.net/p/f3d218e60851c18bdc705ebb313255f4.jpg\" /><span></span></p></article>",
  "thumbs": null,
  "seller": {
    "chat_url": "https://pages.lazada.sg/wow/i/sg/im/chat?brandId=27432",
    "hide_all_metrics": false,
    "im_enable": true,
    "im_user_id": "1325024005",
    "name": "Mygadget Global Store",
    "new_seller": false,
    "positive_seller_rating": {
      "label_text": "Seller Ratings",
      "value": "93%"
    },
    "rate_level": 0,
    "seller_icon": "https://sg-test-11.slatic.net/shop/de2920b5dd15bb3fece910db2bf7e806.png",
    "seller_id": "1325024005",
    "shop_id": 1850183,
    "size": 0,
    "store_selling_tags": [
      {
        "icon": "https://gw.alicdn.com/imgextra/i3/O1CN01DPa4do1MyQFJ0sA2C_!!6000000001503-2-tps-48-48.png",
        "value": "New Arrival"
      }
    ],
    "time": 0,
    "type": "4",
    "url": "//www.lazada.sg/shop/mygadget-global-store/?itemId=3043166481&channelSource=pdp"
  },
  "brand_name": "OEM",
  "brand_id": "27432",
  "cheapest_sku": null,
  "sku_id": 3043166481,
  "sku": {
    "0": {
      "category_id": "9562",
      "data_layer": {
        "pdt_category": [
          "Electronics Parts & Accessories",
          "Mobile & Tablet Accessories",
          "Power Banks"
        ],
        "pagetype": "pdp",
        "pdt_discount": "-77%",
        "pdt_photo": "//laz-img-sg.alicdn.com/p/3d1108894e28f279de22a5fa712c8540.jpg",
        "v_voya": 1,
        "brand_name": "OEM",
        "brand_id": "27432",
        "pdt_sku": 3043166481,
        "core": {
          "country": "SG",
          "layout_type": "desktop",
          "language": "en",
          "currency_code": "SGD"
        },
        "seller_name": "Mygadget Global Store",
        "pdt_simplesku": 20914723067,
        "pdt_name": "100% 10000mah power bank built in cable With phone holder mini battery powerbank fast charge 20W PD portable charger",
        "page": {
          "reg_category_id": "011110000000",
          "x_params": "_p_typ=pdp&_p_ispdp=1&_p_item=3043166481_SGAMZ-20914723067&_p_prod=3043166481&_p_sku=20914723067&_p_slr=1325024005"
        },
        "supplier_id": 1325024005,
        "pdt_price": "$59.00"
      },
      "image": "//laz-img-sg.alicdn.com/p/3d1108894e28f279de22a5fa712c8540.jpg",
      "in_wishlist": false,
      "item_id": "3043166481",
      "operation": {
        "disable": false,
        "operation_weight": 6,
        "text": "Add to Cart",
        "type": "default"
      },
      "operations": [
        {
          "disable": false,
          "operation_weight": 2,
          "text": "Buy Now",
          "type": "buyNow",
          "url": "https://checkout.lazada.sg/shipping"
        },
        {
          "disable": false,
          "operation_weight": 6,
          "text": "Add to Cart",
          "type": "default"
        }
      ],
      "pre_sale_tag": false,
      "price": {
        "discount": "-77%",
        "multi_prices": [
          {
            "text": "$13.59",
            "threshold": 1,
            "value": 13.59
          }
        ],
        "original_price": {
          "text": "$59.00",
          "value": 59
        },
        "sale_price": {
          "is_currency_left": true,
          "no_symbol_price_text": "13.59",
          "sign": "$",
          "text": "$13.59",
          "value": 13.59
        },
        "use_old_price_display_logic": false
      },
      "quantity": {
        "limit": {
          "max": 50,
          "min": 1
        },
        "type": "default"
      },
      "quantity_list": [
        {
          "limit": {
            "max": 50,
            "min": 1
          },
          "type": "default"
        }
      ],
      "seller_id": "1325024005",
      "sku_id": "20914723067"
    },
    "21464828280": {
      "category_id": "9562",
      "data_layer": {
        "pdt_category": [
          "Electronics Parts & Accessories",
          "Mobile & Tablet Accessories",
          "Power Banks"
        ],
        "pagetype": "pdp",
        "pdt_discount": "-76%",
        "pdt_photo": "//laz-img-sg.alicdn.com/p/cb52e963399ea1c54df10f7f1cf69fe9.jpg",
        "v_voya": 1,
        "brand_name": "OEM",
        "brand_id": "27432",
        "pdt_sku": 3043166481,
        "core": {
          "country": "SG",
          "layout_type": "desktop",
          "language": "en",
          "currency_code": "SGD"
        },
        "seller_name": "Mygadget Global Store",
        "pdt_simplesku": 21464828280,
        "pdt_name": "100% 10000mah power bank built in cable With phone holder mini battery powerbank fast charge 20W PD portable charger",
        "page": {
          "reg_category_id": "011110000000",
          "x_params": "_p_typ=pdp&_p_ispdp=1&_p_item=3043166481_SGAMZ-21464828280&_p_prod=3043166481&_p_sku=21464828280&_p_slr=1325024005"
        },
        "supplier_id": 1325024005,
        "pdt_price": "$59.00"
      },
      "image": "//laz-img-sg.alicdn.com/p/cb52e963399ea1c54df10f7f1cf69fe9.jpg",
      "in_wishlist": false,
      "item_id": "3043166481",
      "operation": {
        "disable": false,
        "operation_weight": 7,
        "text": "Add to Wishlist",
        "type": "wishlist"
      },
      "operations": [
        {
          "disable": false,
          "operation_weight": 7,
          "text": "Add to Wishlist",
          "type": "wishlist"
        }
      ],
      "pre_sale_tag": false,
      "price": {
        "discount": "-76%",
        "multi_prices": [
          {
            "text": "$14.39",
            "threshold": 1,
            "value": 14.39
          }
        ],
        "original_price": {
          "text": "$59.00",
          "value": 59
        },
        "sale_price": {
          "is_currency_left": true,
          "no_symbol_price_text": "14.39",
          "sign": "$",
          "text": "$14.39",
          "value": 14.39
        },
        "use_old_price_display_logic": false
      },
      "quantity": {
        "limit": {
          "max": 0,
          "min": 0
        },
        "text": "Out of stock",
        "type": "warning"
      },
      "quantity_list": [
        {
          "limit": {
            "max": 0,
            "min": 0
          },
          "text": "Out of stock",
          "type": "warning"
        }
      ],
      "seller_id": "1325024005",
      "sku_id": "21464828280"
    },
    "20763637154": {
      "category_id": "9562",
      "data_layer": {
        "pdt_category": [
          "Electronics Parts & Accessories",
          "Mobile & Tablet Accessories",
          "Power Banks"
        ],
        "pagetype": "pdp",
        "pdt_discount": "-76%",
        "pdt_photo": "//laz-img-sg.alicdn.com/p/cb52e963399ea1c54df10f7f1cf69fe9.jpg",
        "v_voya": 1,
        "brand_name": "OEM",
        "brand_id": "27432",
        "pdt_sku": 3043166481,
        "core": {
          "country": "SG",
          "layout_type": "desktop",
          "language": "en",
          "currency_code": "SGD"
        },
        "seller_name": "Mygadget Global Store",
        "pdt_simplesku": 20763637154,
        "pdt_name": "100% 10000mah power bank built in cable With phone holder mini battery powerbank fast charge 20W PD portable charger",
        "page": {
          "reg_category_id": "011110000000",
          "x_params": "_p_typ=pdp&_p_ispdp=1&_p_item=3043166481_SGAMZ-20763637154&_p_prod=3043166481&_p_sku=20763637154&_p_slr=1325024005"
        },
        "supplier_id": 1325024005,
        "pdt_price": "$59.00"
      },
      "image": "//laz-img-sg.alicdn.com/p/cb52e963399ea1c54df10f7f1cf69fe9.jpg",
      "in_wishlist": false,
      "item_id": "3043166481",
      "operation": {
        "disable": false,
        "operation_weight": 6,
        "text": "Add to Cart",
        "type": "default"
      },
      "operations": [
        {
          "disable": false,
          "operation_weight": 2,
          "text": "Buy Now",
          "type": "buyNow",
          "url": "https://checkout.lazada.sg/shipping"
        },
        {
          "disable": false,
          "operation_weight": 6,
          "text": "Add to Cart",
          "type": "default"
        }
      ],
      "pre_sale_tag": false,
      "price": {
        "discount": "-76%",
        "multi_prices": [
          {
            "text": "$14.39",
            "threshold": 1,
            "value": 14.39
          }
        ],
        "original_price": {
          "text": "$59.00",
          "value": 59
        },
        "sale_price": {
          "is_currency_left": true,
          "no_symbol_price_text": "14.39",
          "sign": "$",
          "text": "$14.39",
          "value": 14.39
        },
        "use_old_price_display_logic": false
      },
      "quantity": {
        "limit": {
          "max": 50,
          "min": 1
        },
        "type": "default"
      },
      "quantity_list": [
        {
          "limit": {
            "max": 50,
            "min": 1
          },
          "type": "default"
        }
      ],
      "seller_id": "1325024005",
      "sku_id": "20763637154"
    },
    "20763637153": {
      "category_id": "9562",
      "data_layer": {
        "pdt_category": [
          "Electronics Parts & Accessories",
          "Mobile & Tablet Accessories",
          "Power Banks"
        ],
        "pagetype": "pdp",
        "pdt_discount": "-76%",
        "pdt_photo": "//laz-img-sg.alicdn.com/p/7bebacc14c6b43e9593a3fd3f2c5fd32.jpg",
        "v_voya": 1,
        "brand_name": "OEM",
        "brand_id": "27432",
        "pdt_sku": 3043166481,
        "core": {
          "country": "SG",
          "layout_type": "desktop",
          "language": "en",
          "currency_code": "SGD"
        },
        "seller_name": "Mygadget Global Store",
        "pdt_simplesku": 20763637153,
        "pdt_name": "100% 10000mah power bank built in cable With phone holder mini battery powerbank fast charge 20W PD portable charger",
        "page": {
          "reg_category_id": "011110000000",
          "x_params": "_p_typ=pdp&_p_ispdp=1&_p_item=3043166481_SGAMZ-20763637153&_p_prod=3043166481&_p_sku=20763637153&_p_slr=1325024005"
        },
        "supplier_id": 1325024005,
        "pdt_price": "$59.00"
      },
      "image": "//laz-img-sg.alicdn.com/p/7bebacc14c6b43e9593a3fd3f2c5fd32.jpg",
      "in_wishlist": false,
      "item_id": "3043166481",
      "operation": {
        "disable": false,
        "operation_weight": 7,
        "text": "Add to Wishlist",
        "type": "wishlist"
      },
      "operations": [
        {
          "disable": false,
          "operation_weight": 7,
          "text": "Add to Wishlist",
          "type": "wishlist"
        }
      ],
      "pre_sale_tag": false,
      "price": {
        "discount": "-76%",
        "multi_prices": [
          {
            "text": "$14.39",
            "threshold": 1,
            "value": 14.39
          }
        ],
        "original_price": {
          "text": "$59.00",
          "value": 59
        },
        "sale_price": {
          "is_currency_left": true,
          "no_symbol_price_text": "14.39",
          "sign": "$",
          "text": "$14.39",
          "value": 14.39
        },
        "use_old_price_display_logic": false
      },
      "quantity": {
        "limit": {
          "max": 0,
          "min": 0
        },
        "text": "Out of stock",
        "type": "warning"
      },
      "quantity_list": [
        {
          "limit": {
            "max": 0,
            "min": 0
          },
          "text": "Out of stock",
          "type": "warning"
        }
      ],
      "seller_id": "1325024005",
      "sku_id": "20763637153"
    },
    "21464828279": {
      "category_id": "9562",
      "data_layer": {
        "pdt_category": [
          "Electronics Parts & Accessories",
          "Mobile & Tablet Accessories",
          "Power Banks"
        ],
        "pagetype": "pdp",
        "pdt_discount": "-76%",
        "pdt_photo": "//laz-img-sg.alicdn.com/p/7bebacc14c6b43e9593a3fd3f2c5fd32.jpg",
        "v_voya": 1,
        "brand_name": "OEM",
        "brand_id": "27432",
        "pdt_sku": 3043166481,
        "core": {
          "country": "SG",
          "layout_type": "desktop",
          "language": "en",
          "currency_code": "SGD"
        },
        "seller_name": "Mygadget Global Store",
        "pdt_simplesku": 21464828279,
        "pdt_name": "100% 10000mah power bank built in cable With phone holder mini battery powerbank fast charge 20W PD portable charger",
        "page": {
          "reg_category_id": "011110000000",
          "x_params": "_p_typ=pdp&_p_ispdp=1&_p_item=3043166481_SGAMZ-21464828279&_p_prod=3043166481&_p_sku=21464828279&_p_slr=1325024005"
        },
        "supplier_id": 1325024005,
        "pdt_price": "$59.00"
      },
      "image": "//laz-img-sg.alicdn.com/p/7bebacc14c6b43e9593a3fd3f2c5fd32.jpg",
      "in_wishlist": false,
      "item_id": "3043166481",
      "operation": {
        "disable": false,
        "operation_weight": 7,
        "text": "Add to Wishlist",
        "type": "wishlist"
      },
      "operations": [
        {
          "disable": false,
          "operation_weight": 7,
          "text": "Add to Wishlist",
          "type": "wishlist"
        }
      ],
      "pre_sale_tag": false,
      "price": {
        "discount": "-76%",
        "multi_prices": [
          {
            "text": "$14.39",
            "threshold": 1,
            "value": 14.39
          }
        ],
        "original_price": {
          "text": "$59.00",
          "value": 59
        },
        "sale_price": {
          "is_currency_left": true,
          "no_symbol_price_text": "14.39",
          "sign": "$",
          "text": "$14.39",
          "value": 14.39
        },
        "use_old_price_display_logic": false
      },
      "quantity": {
        "limit": {
          "max": 0,
          "min": 0
        },
        "text": "Out of stock",
        "type": "warning"
      },
      "quantity_list": [
        {
          "limit": {
            "max": 0,
            "min": 0
          },
          "text": "Out of stock",
          "type": "warning"
        }
      ],
      "seller_id": "1325024005",
      "sku_id": "21464828279"
    },
    "20763637152": {
      "category_id": "9562",
      "data_layer": {
        "pdt_category": [
          "Electronics Parts & Accessories",
          "Mobile & Tablet Accessories",
          "Power Banks"
        ],
        "pagetype": "pdp",
        "pdt_discount": "-76%",
        "pdt_photo": "//laz-img-sg.alicdn.com/p/f3491d32065eb0060a23d6ac51d4736a.jpg",
        "v_voya": 1,
        "brand_name": "OEM",
        "brand_id": "27432",
        "pdt_sku": 3043166481,
        "core": {
          "country": "SG",
          "layout_type": "desktop",
          "language": "en",
          "currency_code": "SGD"
        },
        "seller_name": "Mygadget Global Store",
        "pdt_simplesku": 20763637152,
        "pdt_name": "100% 10000mah power bank built in cable With phone holder mini battery powerbank fast charge 20W PD portable charger",
        "page": {
          "reg_category_id": "011110000000",
          "x_params": "_p_typ=pdp&_p_ispdp=1&_p_item=3043166481_SGAMZ-20763637152&_p_prod=3043166481&_p_sku=20763637152&_p_slr=1325024005"
        },
        "supplier_id": 1325024005,
        "pdt_price": "$59.00"
      },
      "image": "//laz-img-sg.alicdn.com/p/f3491d32065eb0060a23d6ac51d4736a.jpg",
      "in_wishlist": false,
      "item_id": "3043166481",
      "operation": {
        "disable": false,
        "operation_weight": 7,
        "text": "Add to Wishlist",
        "type": "wishlist"
      },
      "operations": [
        {
          "disable": false,
          "operation_weight": 7,
          "text": "Add to Wishlist",
          "type": "wishlist"
        }
      ],
      "pre_sale_tag": false,
      "price": {
        "discount": "-76%",
        "multi_prices": [
          {
            "text": "$14.39",
            "threshold": 1,
            "value": 14.39
          }
        ],
        "original_price": {
          "text": "$59.00",
          "value": 59
        },
        "sale_price": {
          "is_currency_left": true,
          "no_symbol_price_text": "14.39",
          "sign": "$",
          "text": "$14.39",
          "value": 14.39
        },
        "use_old_price_display_logic": false
      },
      "quantity": {
        "limit": {
          "max": 0,
          "min": 0
        },
        "text": "Out of stock",
        "type": "warning"
      },
      "quantity_list": [
        {
          "limit": {
            "max": 0,
            "min": 0
          },
          "text": "Out of stock",
          "type": "warning"
        }
      ],
      "seller_id": "1325024005",
      "sku_id": "20763637152"
    },
    "21464828278": {
      "category_id": "9562",
      "data_layer": {
        "pdt_category": [
          "Electronics Parts & Accessories",
          "Mobile & Tablet Accessories",
          "Power Banks"
        ],
        "pagetype": "pdp",
        "pdt_discount": "-76%",
        "pdt_photo": "//laz-img-sg.alicdn.com/p/f3491d32065eb0060a23d6ac51d4736a.jpg",
        "v_voya": 1,
        "brand_name": "OEM",
        "brand_id": "27432",
        "pdt_sku": 3043166481,
        "core": {
          "country": "SG",
          "layout_type": "desktop",
          "language": "en",
          "currency_code": "SGD"
        },
        "seller_name": "Mygadget Global Store",
        "pdt_simplesku": 21464828278,
        "pdt_name": "100% 10000mah power bank built in cable With phone holder mini battery powerbank fast charge 20W PD portable charger",
        "page": {
          "reg_category_id": "011110000000",
          "x_params": "_p_typ=pdp&_p_ispdp=1&_p_item=3043166481_SGAMZ-21464828278&_p_prod=3043166481&_p_sku=21464828278&_p_slr=1325024005"
        },
        "supplier_id": 1325024005,
        "pdt_price": "$59.00"
      },
      "image": "//laz-img-sg.alicdn.com/p/f3491d32065eb0060a23d6ac51d4736a.jpg",
      "in_wishlist": false,
      "item_id": "3043166481",
      "operation": {
        "disable": false,
        "operation_weight": 7,
        "text": "Add to Wishlist",
        "type": "wishlist"
      },
      "operations": [
        {
          "disable": false,
          "operation_weight": 7,
          "text": "Add to Wishlist",
          "type": "wishlist"
        }
      ],
      "pre_sale_tag": false,
      "price": {
        "discount": "-76%",
        "multi_prices": [
          {
            "text": "$14.39",
            "threshold": 1,
            "value": 14.39
          }
        ],
        "original_price": {
          "text": "$59.00",
          "value": 59
        },
        "sale_price": {
          "is_currency_left": true,
          "no_symbol_price_text": "14.39",
          "sign": "$",
          "text": "$14.39",
          "value": 14.39
        },
        "use_old_price_display_logic": false
      },
      "quantity": {
        "limit": {
          "max": 0,
          "min": 0
        },
        "text": "Out of stock",
        "type": "warning"
      },
      "quantity_list": [
        {
          "limit": {
            "max": 0,
            "min": 0
          },
          "text": "Out of stock",
          "type": "warning"
        }
      ],
      "seller_id": "1325024005",
      "sku_id": "21464828278"
    },
    "20763637151": {
      "category_id": "9562",
      "data_layer": {
        "pdt_category": [
          "Electronics Parts & Accessories",
          "Mobile & Tablet Accessories",
          "Power Banks"
        ],
        "pagetype": "pdp",
        "pdt_discount": "-76%",
        "pdt_photo": "//laz-img-sg.alicdn.com/p/9427067b627bab9de5735bbc09e8d004.jpg",
        "v_voya": 1,
        "brand_name": "OEM",
        "brand_id": "27432",
        "pdt_sku": 3043166481,
        "core": {
          "country": "SG",
          "layout_type": "desktop",
          "language": "en",
          "currency_code": "SGD"
        },
        "seller_name": "Mygadget Global Store",
        "pdt_simplesku": 20763637151,
        "pdt_name": "100% 10000mah power bank built in cable With phone holder mini battery powerbank fast charge 20W PD portable charger",
        "page": {
          "reg_category_id": "011110000000",
          "x_params": "_p_typ=pdp&_p_ispdp=1&_p_item=3043166481_SGAMZ-20763637151&_p_prod=3043166481&_p_sku=20763637151&_p_slr=1325024005"
        },
        "supplier_id": 1325024005,
        "pdt_price": "$59.00"
      },
      "image": "//laz-img-sg.alicdn.com/p/9427067b627bab9de5735bbc09e8d004.jpg",
      "in_wishlist": false,
      "item_id": "3043166481",
      "operation": {
        "disable": false,
        "operation_weight": 7,
        "text": "Add to Wishlist",
        "type": "wishlist"
      },
      "operations": [
        {
          "disable": false,
          "operation_weight": 7,
          "text": "Add to Wishlist",
          "type": "wishlist"
        }
      ],
      "pre_sale_tag": false,
      "price": {
        "discount": "-76%",
        "multi_prices": [
          {
            "text": "$14.39",
            "threshold": 1,
            "value": 14.39
          }
        ],
        "original_price": {
          "text": "$59.00",
          "value": 59
        },
        "sale_price": {
          "is_currency_left": true,
          "no_symbol_price_text": "14.39",
          "sign": "$",
          "text": "$14.39",
          "value": 14.39
        },
        "use_old_price_display_logic": false
      },
      "quantity": {
        "limit": {
          "max": 0,
          "min": 0
        },
        "text": "Out of stock",
        "type": "warning"
      },
      "quantity_list": [
        {
          "limit": {
            "max": 0,
            "min": 0
          },
          "text": "Out of stock",
          "type": "warning"
        }
      ],
      "seller_id": "1325024005",
      "sku_id": "20763637151"
    },
    "20914723067": {
      "category_id": "9562",
      "data_layer": {
        "pdt_category": [
          "Electronics Parts & Accessories",
          "Mobile & Tablet Accessories",
          "Power Banks"
        ],
        "pagetype": "pdp",
        "pdt_discount": "-77%",
        "pdt_photo": "//laz-img-sg.alicdn.com/p/3d1108894e28f279de22a5fa712c8540.jpg",
        "v_voya": 1,
        "brand_name": "OEM",
        "brand_id": "27432",
        "pdt_sku": 3043166481,
        "core": {
          "country": "SG",
          "layout_type": "desktop",
          "language": "en",
          "currency_code": "SGD"
        },
        "seller_name": "Mygadget Global Store",
        "pdt_simplesku": 20914723067,
        "pdt_name": "100% 10000mah power bank built in cable With phone holder mini battery powerbank fast charge 20W PD portable charger",
        "page": {
          "reg_category_id": "011110000000",
          "x_params": "_p_typ=pdp&_p_ispdp=1&_p_item=3043166481_SGAMZ-20914723067&_p_prod=3043166481&_p_sku=20914723067&_p_slr=1325024005"
        },
        "supplier_id": 1325024005,
        "pdt_price": "$59.00"
      },
      "image": "//laz-img-sg.alicdn.com/p/3d1108894e28f279de22a5fa712c8540.jpg",
      "in_wishlist": false,
      "item_id": "3043166481",
      "operation": {
        "disable": false,
        "operation_weight": 6,
        "text": "Add to Cart",
        "type": "default"
      },
      "operations": [
        {
          "disable": false,
          "operation_weight": 2,
          "text": "Buy Now",
          "type": "buyNow",
          "url": "https://checkout.lazada.sg/shipping"
        },
        {
          "disable": false,
          "operation_weight": 6,
          "text": "Add to Cart",
          "type": "default"
        }
      ],
      "pre_sale_tag": false,
      "price": {
        "discount": "-77%",
        "multi_prices": [
          {
            "text": "$13.59",
            "threshold": 1,
            "value": 13.59
          }
        ],
        "original_price": {
          "text": "$59.00",
          "value": 59
        },
        "sale_price": {
          "is_currency_left": true,
          "no_symbol_price_text": "13.59",
          "sign": "$",
          "text": "$13.59",
          "value": 13.59
        },
        "use_old_price_display_logic": false
      },
      "quantity": {
        "limit": {
          "max": 50,
          "min": 1
        },
        "type": "default"
      },
      "quantity_list": [
        {
          "limit": {
            "max": 50,
            "min": 1
          },
          "type": "default"
        }
      ],
      "seller_id": "1325024005",
      "sku_id": "20914723067"
    },
    "21464828277": {
      "category_id": "9562",
      "data_layer": {
        "pdt_category": [
          "Electronics Parts & Accessories",
          "Mobile & Tablet Accessories",
          "Power Banks"
        ],
        "pagetype": "pdp",
        "pdt_discount": "-76%",
        "pdt_photo": "//laz-img-sg.alicdn.com/p/9427067b627bab9de5735bbc09e8d004.jpg",
        "v_voya": 1,
        "brand_name": "OEM",
        "brand_id": "27432",
        "pdt_sku": 3043166481,
        "core": {
          "country": "SG",
          "layout_type": "desktop",
          "language": "en",
          "currency_code": "SGD"
        },
        "seller_name": "Mygadget Global Store",
        "pdt_simplesku": 21464828277,
        "pdt_name": "100% 10000mah power bank built in cable With phone holder mini battery powerbank fast charge 20W PD portable charger",
        "page": {
          "reg_category_id": "011110000000",
          "x_params": "_p_typ=pdp&_p_ispdp=1&_p_item=3043166481_SGAMZ-21464828277&_p_prod=3043166481&_p_sku=21464828277&_p_slr=1325024005"
        },
        "supplier_id": 1325024005,
        "pdt_price": "$59.00"
      },
      "image": "//laz-img-sg.alicdn.com/p/9427067b627bab9de5735bbc09e8d004.jpg",
      "in_wishlist": false,
      "item_id": "3043166481",
      "operation": {
        "disable": false,
        "operation_weight": 7,
        "text": "Add to Wishlist",
        "type": "wishlist"
      },
      "operations": [
        {
          "disable": false,
          "operation_weight": 7,
          "text": "Add to Wishlist",
          "type": "wishlist"
        }
      ],
      "pre_sale_tag": false,
      "price": {
        "discount": "-76%",
        "multi_prices": [
          {
            "text": "$14.39",
            "threshold": 1,
            "value": 14.39
          }
        ],
        "original_price": {
          "text": "$59.00",
          "value": 59
        },
        "sale_price": {
          "is_currency_left": true,
          "no_symbol_price_text": "14.39",
          "sign": "$",
          "text": "$14.39",
          "value": 14.39
        },
        "use_old_price_display_logic": false
      },
      "quantity": {
        "limit": {
          "max": 0,
          "min": 0
        },
        "text": "Out of stock",
        "type": "warning"
      },
      "quantity_list": [
        {
          "limit": {
            "max": 0,
            "min": 0
          },
          "text": "Out of stock",
          "type": "warning"
        }
      ],
      "seller_id": "1325024005",
      "sku_id": "21464828277"
    },
    "20914723066": {
      "category_id": "9562",
      "data_layer": {
        "pdt_category": [
          "Electronics Parts & Accessories",
          "Mobile & Tablet Accessories",
          "Power Banks"
        ],
        "pagetype": "pdp",
        "pdt_discount": "-77%",
        "pdt_photo": "//laz-img-sg.alicdn.com/p/e3ce620ee47aa9bf3166b9ccf9ea7d26.jpg",
        "v_voya": 1,
        "brand_name": "OEM",
        "brand_id": "27432",
        "pdt_sku": 3043166481,
        "core": {
          "country": "SG",
          "layout_type": "desktop",
          "language": "en",
          "currency_code": "SGD"
        },
        "seller_name": "Mygadget Global Store",
        "pdt_simplesku": 20914723066,
        "pdt_name": "100% 10000mah power bank built in cable With phone holder mini battery powerbank fast charge 20W PD portable charger",
        "page": {
          "reg_category_id": "011110000000",
          "x_params": "_p_typ=pdp&_p_ispdp=1&_p_item=3043166481_SGAMZ-20914723066&_p_prod=3043166481&_p_sku=20914723066&_p_slr=1325024005"
        },
        "supplier_id": 1325024005,
        "pdt_price": "$59.00"
      },
      "image": "//laz-img-sg.alicdn.com/p/e3ce620ee47aa9bf3166b9ccf9ea7d26.jpg",
      "in_wishlist": false,
      "item_id": "3043166481",
      "operation": {
        "disable": false,
        "operation_weight": 6,
        "text": "Add to Cart",
        "type": "default"
      },
      "operations": [
        {
          "disable": false,
          "operation_weight": 2,
          "text": "Buy Now",
          "type": "buyNow",
          "url": "https://checkout.lazada.sg/shipping"
        },
        {
          "disable": false,
          "operation_weight": 6,
          "text": "Add to Cart",
          "type": "default"
        }
      ],
      "pre_sale_tag": false,
      "price": {
        "discount": "-77%",
        "multi_prices": [
          {
            "text": "$13.59",
            "threshold": 1,
            "value": 13.59
          }
        ],
        "original_price": {
          "text": "$59.00",
          "value": 59
        },
        "sale_price": {
          "is_currency_left": true,
          "no_symbol_price_text": "13.59",
          "sign": "$",
          "text": "$13.59",
          "value": 13.59
        },
        "use_old_price_display_logic": false
      },
      "quantity": {
        "limit": {
          "max": 50,
          "min": 1
        },
        "type": "default"
      },
      "quantity_list": [
        {
          "limit": {
            "max": 50,
            "min": 1
          },
          "type": "default"
        }
      ],
      "seller_id": "1325024005",
      "sku_id": "20914723066"
    }
  },
  "categories": [
    "Electronics Parts & Accessories",
    "Mobile & Tablet Accessories"
  ],
  "price": {
    "21464828280": {
      "activity": "campaign_teasing",
      "bg_img_ratio": 6.67,
      "bg_img_url": "https://img.lazcdn.com/us/lazgcp/cc4691a4-7294-421d-8149-63726b650432_ALL-480-72.jpg#width=480&height=72",
      "left_text": "",
      "pdp_mask": false,
      "price_text": "$??.??",
      "start_time": 271464060,
      "text_color": "#FFFFFF"
    },
    "20763637154": {
      "activity": "campaign_teasing",
      "bg_img_ratio": 6.67,
      "bg_img_url": "https://img.lazcdn.com/us/lazgcp/cc4691a4-7294-421d-8149-63726b650432_ALL-480-72.jpg#width=480&height=72",
      "left_text": "",
      "pdp_mask": false,
      "price_text": "$??.??",
      "start_time": 271464060,
      "text_color": "#FFFFFF"
    },
    "21464828279": {
      "activity": "campaign_teasing",
      "bg_img_ratio": 6.67,
      "bg_img_url": "https://img.lazcdn.com/us/lazgcp/cc4691a4-7294-421d-8149-63726b650432_ALL-480-72.jpg#width=480&height=72",
      "left_text": "",
      "pdp_mask": false,
      "price_text": "$??.??",
      "start_time": 271464060,
      "text_color": "#FFFFFF"
    },
    "20763637153": {
      "activity": "campaign_teasing",
      "bg_img_ratio": 6.67,
      "bg_img_url": "https://img.lazcdn.com/us/lazgcp/cc4691a4-7294-421d-8149-63726b650432_ALL-480-72.jpg#width=480&height=72",
      "left_text": "",
      "pdp_mask": false,
      "price_text": "$??.??",
      "start_time": 271464060,
      "text_color": "#FFFFFF"
    },
    "21464828278": {
      "activity": "campaign_teasing",
      "bg_img_ratio": 6.67,
      "bg_img_url": "https://img.lazcdn.com/us/lazgcp/cc4691a4-7294-421d-8149-63726b650432_ALL-480-72.jpg#width=480&height=72",
      "left_text": "",
      "pdp_mask": false,
      "price_text": "$??.??",
      "start_time": 271464060,
      "text_color": "#FFFFFF"
    },
    "20763637152": {
      "activity": "campaign_teasing",
      "bg_img_ratio": 6.67,
      "bg_img_url": "https://img.lazcdn.com/us/lazgcp/cc4691a4-7294-421d-8149-63726b650432_ALL-480-72.jpg#width=480&height=72",
      "left_text": "",
      "pdp_mask": false,
      "price_text": "$??.??",
      "start_time": 271464060,
      "text_color": "#FFFFFF"
    },
    "20763637151": {
      "activity": "campaign_teasing",
      "bg_img_ratio": 6.67,
      "bg_img_url": "https://img.lazcdn.com/us/lazgcp/cc4691a4-7294-421d-8149-63726b650432_ALL-480-72.jpg#width=480&height=72",
      "left_text": "",
      "pdp_mask": false,
      "price_text": "$??.??",
      "start_time": 271464060,
      "text_color": "#FFFFFF"
    },
    "21464828277": {
      "activity": "campaign_teasing",
      "bg_img_ratio": 6.67,
      "bg_img_url": "https://img.lazcdn.com/us/lazgcp/cc4691a4-7294-421d-8149-63726b650432_ALL-480-72.jpg#width=480&height=72",
      "left_text": "",
      "pdp_mask": false,
      "price_text": "$??.??",
      "start_time": 271464060,
      "text_color": "#FFFFFF"
    }
  },
  "restricted_age": null,
  "in_stock": null,
  "original_price": null,
  "click_trace": null,
  "item_sold_cnt_show": null,
  "skus": null,
  "promotion_id": {
    "data": {
      "21464828280": [
        {
          "description": "with min spend of $9.99 from <a href=\"https://www.lazada.sg/shop/mygadget-global-store/?itemId=3043166481&channelSource=pdp\">Mygadget Global Store</a>",
          "name": "$1.39",
          "products": [],
          "title": "Voucher",
          "type": "1",
          "ut_key": "voucher"
        }
      ],
      "20763637154": [
        {
          "description": "with min spend of $9.99 from <a href=\"https://www.lazada.sg/shop/mygadget-global-store/?itemId=3043166481&channelSource=pdp\">Mygadget Global Store</a>",
          "name": "$1.39",
          "products": [],
          "title": "Voucher",
          "type": "1",
          "ut_key": "voucher"
        }
      ],
      "21464828279": [
        {
          "description": "with min spend of $9.99 from <a href=\"https://www.lazada.sg/shop/mygadget-global-store/?itemId=3043166481&channelSource=pdp\">Mygadget Global Store</a>",
          "name": "$1.39",
          "products": [],
          "title": "Voucher",
          "type": "1",
          "ut_key": "voucher"
        }
      ],
      "20763637153": [
        {
          "description": "with min spend of $9.99 from <a href=\"https://www.lazada.sg/shop/mygadget-global-store/?itemId=3043166481&channelSource=pdp\">Mygadget Global Store</a>",
          "name": "$1.39",
          "products": [],
          "title": "Voucher",
          "type": "1",
          "ut_key": "voucher"
        }
      ],
      "21464828278": [
        {
          "description": "with min spend of $9.99 from <a href=\"https://www.lazada.sg/shop/mygadget-global-store/?itemId=3043166481&channelSource=pdp\">Mygadget Global Store</a>",
          "name": "$1.39",
          "products": [],
          "title": "Voucher",
          "type": "1",
          "ut_key": "voucher"
        }
      ],
      "20763637152": [
        {
          "description": "with min spend of $9.99 from <a href=\"https://www.lazada.sg/shop/mygadget-global-store/?itemId=3043166481&channelSource=pdp\">Mygadget Global Store</a>",
          "name": "$1.39",
          "products": [],
          "title": "Voucher",
          "type": "1",
          "ut_key": "voucher"
        }
      ],
      "20763637151": [
        {
          "description": "with min spend of $9.99 from <a href=\"https://www.lazada.sg/shop/mygadget-global-store/?itemId=3043166481&channelSource=pdp\">Mygadget Global Store</a>",
          "name": "$1.39",
          "products": [],
          "title": "Voucher",
          "type": "1",
          "ut_key": "voucher"
        }
      ],
      "20914723067": [
        {
          "description": "with min spend of $9.99 from <a href=\"https://www.lazada.sg/shop/mygadget-global-store/?itemId=3043166481&channelSource=pdp\">Mygadget Global Store</a>",
          "name": "$1.39",
          "products": [],
          "title": "Voucher",
          "type": "1",
          "ut_key": "voucher"
        }
      ],
      "21464828277": [
        {
          "description": "with min spend of $9.99 from <a href=\"https://www.lazada.sg/shop/mygadget-global-store/?itemId=3043166481&channelSource=pdp\">Mygadget Global Store</a>",
          "name": "$1.39",
          "products": [],
          "title": "Voucher",
          "type": "1",
          "ut_key": "voucher"
        }
      ],
      "20914723066": [
        {
          "description": "with min spend of $9.99 from <a href=\"https://www.lazada.sg/shop/mygadget-global-store/?itemId=3043166481&channelSource=pdp\">Mygadget Global Store</a>",
          "name": "$1.39",
          "products": [],
          "title": "Voucher",
          "type": "1",
          "ut_key": "voucher"
        }
      ]
    },
    "limit": -1
  },
  "t_item_type": null,
  "sku_type": null,
  "ad_flag": null,
  "direct_similar_url": null,
  "grid_title_line": null,
  "item_url": "https://www.lazada.sg/products/pdp-i3043166481-s20914723067.html?clickTrackInfo=query%253A%253Bnid%253A3043166481%253Bsrc%253ALazadaMainSrp%253Brn%253A2f0333fb95755036d9933c8fab04a40d%253Bregion%253Asg%253Bsku%253A3043166481_SGAMZ%253Bprice%253A13.59%253Bclient%253Adesktop%253Bsupplier_id%253A1325024005%253Bbiz_source%253Ah5_internal%253Bslot%253A0%253Butlog_bucket_id%253A470687%253Basc_category_id%253A9562%253Bitem_id%253A3043166481%253Bsku_id%253A20914723067%253Bshop_id%253A1850183%253BtemplateInfo%253A1103_L%2523-1_A3_C%2523107878_E%2523&freeshipping=1&fs_ab=2&lang=en&location=Singapore&price=13.59&priceCompare=skuId%3A20914723067%3Bsource%3Alazada-search-voucher%3Bsn%3A2f0333fb95755036d9933c8fab04a40d%3BoriginPrice%3A1359%3BdisplayPrice%3A1359%3BsinglePromotionId%3A-1%3BsingleToolCode%3AmockedSalePrice%3BvoucherPricePlugin%3A0%3Btimestamp%3A1754281091608&ratingscore=4.738255033557047&request_id=2f0333fb95755036d9933c8fab04a40d&review=447&sale=1218&search=1&source=search&spm=a2o42.searchlistcategory.list.0&stock=1&ajax=true",
  "specifications": {
    "21464828280": {
      "box_content": "1 * power bank, 1 * small gift, 1 * data cable, 1 * instruction manual",
      "features": {
        "brand": "OEM",
        "s_k_u": "3043166481_SGAMZ-21464828280",
        "number of _ports": "1",
        "brand _compatibility": "Universal,Apple",
        "powerbank _features": "Built-in Wall Charger,Built-in Cable,Fast Charging,Multiple Device Charging,Quick Charge 3.0,Quick Charge 2.0",
        "type of _ports": "Micro USB",
        "power_consumption": "10000",
        "input _type": "USB Type C,Lightning",
        "input_voltage": "5.5v",
        "plug _type": "Type C"
      }
    },
    "20763637154": {
      "box_content": "1 * power bank, 1 * small gift, 1 * data cable, 1 * instruction manual",
      "features": {
        "brand": "OEM",
        "s_k_u": "3043166481_SGAMZ-20763637154",
        "number of _ports": "1",
        "brand _compatibility": "Universal,Apple",
        "powerbank _features": "Built-in Wall Charger,Built-in Cable,Fast Charging,Multiple Device Charging,Quick Charge 3.0,Quick Charge 2.0",
        "type of _ports": "Micro USB",
        "power_consumption": "10000",
        "input _type": "USB Type C,Lightning",
        "input_voltage": "5.5v",
        "plug _type": "Type C"
      }
    },
    "20763637153": {
      "box_content": "1 * power bank, 1 * small gift, 1 * data cable, 1 * instruction manual",
      "features": {
        "brand": "OEM",
        "s_k_u": "3043166481_SGAMZ-20763637153",
        "number of _ports": "1",
        "brand _compatibility": "Universal,Apple",
        "powerbank _features": "Built-in Wall Charger,Built-in Cable,Fast Charging,Multiple Device Charging,Quick Charge 3.0,Quick Charge 2.0",
        "type of _ports": "Micro USB",
        "power_consumption": "10000",
        "input _type": "USB Type C,Lightning",
        "input_voltage": "5.5v",
        "plug _type": "Type C"
      }
    },
    "21464828279": {
      "box_content": "1 * power bank, 1 * small gift, 1 * data cable, 1 * instruction manual",
      "features": {
        "brand": "OEM",
        "s_k_u": "3043166481_SGAMZ-21464828279",
        "number of _ports": "1",
        "brand _compatibility": "Universal,Apple",
        "powerbank _features": "Built-in Wall Charger,Built-in Cable,Fast Charging,Multiple Device Charging,Quick Charge 3.0,Quick Charge 2.0",
        "type of _ports": "Micro USB",
        "power_consumption": "10000",
        "input _type": "USB Type C,Lightning",
        "input_voltage": "5.5v",
        "plug _type": "Type C"
      }
    },
    "20763637152": {
      "box_content": "1 * power bank, 1 * small gift, 1 * data cable, 1 * instruction manual",
      "features": {
        "brand": "OEM",
        "s_k_u": "3043166481_SGAMZ-20763637152",
        "number of _ports": "1",
        "brand _compatibility": "Universal,Apple",
        "powerbank _features": "Built-in Wall Charger,Built-in Cable,Fast Charging,Multiple Device Charging,Quick Charge 3.0,Quick Charge 2.0",
        "type of _ports": "Micro USB",
        "power_consumption": "10000",
        "input _type": "USB Type C,Lightning",
        "input_voltage": "5.5v",
        "plug _type": "Type C"
      }
    },
    "21464828278": {
      "box_content": "1 * power bank, 1 * small gift, 1 * data cable, 1 * instruction manual",
      "features": {
        "brand": "OEM",
        "s_k_u": "3043166481_SGAMZ-21464828278",
        "number of _ports": "1",
        "brand _compatibility": "Universal,Apple",
        "powerbank _features": "Built-in Wall Charger,Built-in Cable,Fast Charging,Multiple Device Charging,Quick Charge 3.0,Quick Charge 2.0",
        "type of _ports": "Micro USB",
        "power_consumption": "10000",
        "input _type": "USB Type C,Lightning",
        "input_voltage": "5.5v",
        "plug _type": "Type C"
      }
    },
    "20763637151": {
      "box_content": "1 * power bank, 1 * small gift, 1 * data cable, 1 * instruction manual",
      "features": {
        "brand": "OEM",
        "s_k_u": "3043166481_SGAMZ-20763637151",
        "number of _ports": "1",
        "brand _compatibility": "Universal,Apple",
        "powerbank _features": "Built-in Wall Charger,Built-in Cable,Fast Charging,Multiple Device Charging,Quick Charge 3.0,Quick Charge 2.0",
        "type of _ports": "Micro USB",
        "power_consumption": "10000",
        "input _type": "USB Type C,Lightning",
        "input_voltage": "5.5v",
        "plug _type": "Type C"
      }
    },
    "20914723067": {
      "box_content": "1 * power bank, 1 * small gift, 1 * data cable, 1 * instruction manual",
      "features": {
        "brand": "OEM",
        "s_k_u": "3043166481_SGAMZ-20914723067",
        "number of _ports": "1",
        "brand _compatibility": "Universal,Apple",
        "powerbank _features": "Built-in Wall Charger,Built-in Cable,Fast Charging,Multiple Device Charging,Quick Charge 3.0,Quick Charge 2.0",
        "type of _ports": "Micro USB",
        "power_consumption": "10000",
        "input _type": "USB Type C,Lightning",
        "input_voltage": "5.5v",
        "plug _type": "Type C"
      }
    },
    "21464828277": {
      "box_content": "1 * power bank, 1 * small gift, 1 * data cable, 1 * instruction manual",
      "features": {
        "brand": "OEM",
        "s_k_u": "3043166481_SGAMZ-21464828277",
        "number of _ports": "1",
        "brand _compatibility": "Universal,Apple",
        "powerbank _features": "Built-in Wall Charger,Built-in Cable,Fast Charging,Multiple Device Charging,Quick Charge 3.0,Quick Charge 2.0",
        "type of _ports": "Micro USB",
        "power_consumption": "10000",
        "input _type": "USB Type C,Lightning",
        "input_voltage": "5.5v",
        "plug _type": "Type C"
      }
    },
    "20914723066": {
      "box_content": "1 * power bank, 1 * small gift, 1 * data cable, 1 * instruction manual",
      "features": {
        "brand": "OEM",
        "s_k_u": "3043166481_SGAMZ-20914723066",
        "number of _ports": "1",
        "brand _compatibility": "Universal,Apple",
        "powerbank _features": "Built-in Wall Charger,Built-in Cable,Fast Charging,Multiple Device Charging,Quick Charge 3.0,Quick Charge 2.0",
        "type of _ports": "Micro USB",
        "power_consumption": "10000",
        "input _type": "USB Type C,Lightning",
        "input_voltage": "5.5v",
        "plug _type": "Type C"
      }
    }
  },
  "warranties_info": {
    "21464828280": {
      "icon": "https://gw.alicdn.com/imgextra/i2/O1CN01Ge8CqL1eEJWzl8Ogl_!!6000000003839-2-tps-46-47.png",
      "pop_info": [
        {
          "data_type": "change_mind_available",
          "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
          "left_image": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
          "title": "Change of Mind",
          "type": "change_mind_available"
        },
        {
          "data_type": "returnPolicy",
          "description": "Direct return to merchant within 15 days. Customer and seller are able to communicate directly for a resolution right after the return is initiated. Seller may either accept the return and refund or reject the return.",
          "title": "15 Days Free Return",
          "type": "returnPolicy15"
        },
        {
          "data_type": "warranty",
          "description": "Local supplier warranty",
          "title": "Local (Singapore) manufacturer warranty 1 Year",
          "type": "warranty"
        }
      ],
      "pop_info_title": "Returns & Warranty",
      "text": "Change of Mind · 15 Days Free Return · Local (Singapore) manufacturer warranty 1 Year"
    },
    "20763637154": {
      "icon": "https://gw.alicdn.com/imgextra/i2/O1CN01Ge8CqL1eEJWzl8Ogl_!!6000000003839-2-tps-46-47.png",
      "pop_info": [
        {
          "data_type": "change_mind_available",
          "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
          "left_image": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
          "title": "Change of Mind",
          "type": "change_mind_available"
        },
        {
          "data_type": "returnPolicy",
          "description": "Direct return to merchant within 15 days. Customer and seller are able to communicate directly for a resolution right after the return is initiated. Seller may either accept the return and refund or reject the return.",
          "title": "15 Days Free Return",
          "type": "returnPolicy15"
        },
        {
          "data_type": "warranty",
          "description": "Local supplier warranty",
          "title": "Local (Singapore) manufacturer warranty 1 Year",
          "type": "warranty"
        }
      ],
      "pop_info_title": "Returns & Warranty",
      "text": "Change of Mind · 15 Days Free Return · Local (Singapore) manufacturer warranty 1 Year"
    },
    "21464828279": {
      "icon": "https://gw.alicdn.com/imgextra/i2/O1CN01Ge8CqL1eEJWzl8Ogl_!!6000000003839-2-tps-46-47.png",
      "pop_info": [
        {
          "data_type": "change_mind_available",
          "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
          "left_image": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
          "title": "Change of Mind",
          "type": "change_mind_available"
        },
        {
          "data_type": "returnPolicy",
          "description": "Direct return to merchant within 15 days. Customer and seller are able to communicate directly for a resolution right after the return is initiated. Seller may either accept the return and refund or reject the return.",
          "title": "15 Days Free Return",
          "type": "returnPolicy15"
        },
        {
          "data_type": "warranty",
          "description": "Local supplier warranty",
          "title": "Local (Singapore) manufacturer warranty 1 Year",
          "type": "warranty"
        }
      ],
      "pop_info_title": "Returns & Warranty",
      "text": "Change of Mind · 15 Days Free Return · Local (Singapore) manufacturer warranty 1 Year"
    },
    "20763637153": {
      "icon": "https://gw.alicdn.com/imgextra/i2/O1CN01Ge8CqL1eEJWzl8Ogl_!!6000000003839-2-tps-46-47.png",
      "pop_info": [
        {
          "data_type": "change_mind_available",
          "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
          "left_image": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
          "title": "Change of Mind",
          "type": "change_mind_available"
        },
        {
          "data_type": "returnPolicy",
          "description": "Direct return to merchant within 15 days. Customer and seller are able to communicate directly for a resolution right after the return is initiated. Seller may either accept the return and refund or reject the return.",
          "title": "15 Days Free Return",
          "type": "returnPolicy15"
        },
        {
          "data_type": "warranty",
          "description": "Local supplier warranty",
          "title": "Local (Singapore) manufacturer warranty 1 Year",
          "type": "warranty"
        }
      ],
      "pop_info_title": "Returns & Warranty",
      "text": "Change of Mind · 15 Days Free Return · Local (Singapore) manufacturer warranty 1 Year"
    },
    "21464828278": {
      "icon": "https://gw.alicdn.com/imgextra/i2/O1CN01Ge8CqL1eEJWzl8Ogl_!!6000000003839-2-tps-46-47.png",
      "pop_info": [
        {
          "data_type": "change_mind_available",
          "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
          "left_image": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
          "title": "Change of Mind",
          "type": "change_mind_available"
        },
        {
          "data_type": "returnPolicy",
          "description": "Direct return to merchant within 15 days. Customer and seller are able to communicate directly for a resolution right after the return is initiated. Seller may either accept the return and refund or reject the return.",
          "title": "15 Days Free Return",
          "type": "returnPolicy15"
        },
        {
          "data_type": "warranty",
          "description": "Local supplier warranty",
          "title": "Local (Singapore) manufacturer warranty 1 Year",
          "type": "warranty"
        }
      ],
      "pop_info_title": "Returns & Warranty",
      "text": "Change of Mind · 15 Days Free Return · Local (Singapore) manufacturer warranty 1 Year"
    },
    "20763637152": {
      "icon": "https://gw.alicdn.com/imgextra/i2/O1CN01Ge8CqL1eEJWzl8Ogl_!!6000000003839-2-tps-46-47.png",
      "pop_info": [
        {
          "data_type": "change_mind_available",
          "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
          "left_image": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
          "title": "Change of Mind",
          "type": "change_mind_available"
        },
        {
          "data_type": "returnPolicy",
          "description": "Direct return to merchant within 15 days. Customer and seller are able to communicate directly for a resolution right after the return is initiated. Seller may either accept the return and refund or reject the return.",
          "title": "15 Days Free Return",
          "type": "returnPolicy15"
        },
        {
          "data_type": "warranty",
          "description": "Local supplier warranty",
          "title": "Local (Singapore) manufacturer warranty 1 Year",
          "type": "warranty"
        }
      ],
      "pop_info_title": "Returns & Warranty",
      "text": "Change of Mind · 15 Days Free Return · Local (Singapore) manufacturer warranty 1 Year"
    },
    "20763637151": {
      "icon": "https://gw.alicdn.com/imgextra/i2/O1CN01Ge8CqL1eEJWzl8Ogl_!!6000000003839-2-tps-46-47.png",
      "pop_info": [
        {
          "data_type": "change_mind_available",
          "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
          "left_image": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
          "title": "Change of Mind",
          "type": "change_mind_available"
        },
        {
          "data_type": "returnPolicy",
          "description": "Direct return to merchant within 15 days. Customer and seller are able to communicate directly for a resolution right after the return is initiated. Seller may either accept the return and refund or reject the return.",
          "title": "15 Days Free Return",
          "type": "returnPolicy15"
        },
        {
          "data_type": "warranty",
          "description": "Local supplier warranty",
          "title": "Local (Singapore) manufacturer warranty 1 Year",
          "type": "warranty"
        }
      ],
      "pop_info_title": "Returns & Warranty",
      "text": "Change of Mind · 15 Days Free Return · Local (Singapore) manufacturer warranty 1 Year"
    },
    "20914723067": {
      "icon": "https://gw.alicdn.com/imgextra/i2/O1CN01Ge8CqL1eEJWzl8Ogl_!!6000000003839-2-tps-46-47.png",
      "pop_info": [
        {
          "data_type": "change_mind_available",
          "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
          "left_image": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
          "title": "Change of Mind",
          "type": "change_mind_available"
        },
        {
          "data_type": "returnPolicy",
          "description": "Direct return to merchant within 15 days. Customer and seller are able to communicate directly for a resolution right after the return is initiated. Seller may either accept the return and refund or reject the return.",
          "title": "15 Days Free Return",
          "type": "returnPolicy15"
        },
        {
          "data_type": "warranty",
          "description": "Local supplier warranty",
          "title": "Local (Singapore) manufacturer warranty 1 Year",
          "type": "warranty"
        }
      ],
      "pop_info_title": "Returns & Warranty",
      "text": "Change of Mind · 15 Days Free Return · Local (Singapore) manufacturer warranty 1 Year"
    },
    "21464828277": {
      "icon": "https://gw.alicdn.com/imgextra/i2/O1CN01Ge8CqL1eEJWzl8Ogl_!!6000000003839-2-tps-46-47.png",
      "pop_info": [
        {
          "data_type": "change_mind_available",
          "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
          "left_image": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
          "title": "Change of Mind",
          "type": "change_mind_available"
        },
        {
          "data_type": "returnPolicy",
          "description": "Direct return to merchant within 15 days. Customer and seller are able to communicate directly for a resolution right after the return is initiated. Seller may either accept the return and refund or reject the return.",
          "title": "15 Days Free Return",
          "type": "returnPolicy15"
        },
        {
          "data_type": "warranty",
          "description": "Local supplier warranty",
          "title": "Local (Singapore) manufacturer warranty 1 Year",
          "type": "warranty"
        }
      ],
      "pop_info_title": "Returns & Warranty",
      "text": "Change of Mind · 15 Days Free Return · Local (Singapore) manufacturer warranty 1 Year"
    },
    "20914723066": {
      "icon": "https://gw.alicdn.com/imgextra/i2/O1CN01Ge8CqL1eEJWzl8Ogl_!!6000000003839-2-tps-46-47.png",
      "pop_info": [
        {
          "data_type": "change_mind_available",
          "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
          "left_image": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
          "title": "Change of Mind",
          "type": "change_mind_available"
        },
        {
          "data_type": "returnPolicy",
          "description": "Direct return to merchant within 15 days. Customer and seller are able to communicate directly for a resolution right after the return is initiated. Seller may either accept the return and refund or reject the return.",
          "title": "15 Days Free Return",
          "type": "returnPolicy15"
        },
        {
          "data_type": "warranty",
          "description": "Local supplier warranty",
          "title": "Local (Singapore) manufacturer warranty 1 Year",
          "type": "warranty"
        }
      ],
      "pop_info_title": "Returns & Warranty",
      "text": "Change of Mind · 15 Days Free Return · Local (Singapore) manufacturer warranty 1 Year"
    }
  },
  "vouchers": {
    "21464828280": {
      "params": {
        "time_stamp": "1754296535951",
        "item_id": "3043166481",
        "lzd": "AFEE6D580CBD496967C1BCF322FF4EF4F97019D6DF81D87B5BD5EC6DDC7FB6BB516205AD52A1333C65A81853127178850C68D730B69C15C234656A51CE8601332E5BD4EAF5580D5DE6E9014CFC17607FDBAE6179C7F7CD71DBAE6179C7F7CD71",
        "source": "search",
        "sku_id": "21464828280",
        "check_code": "b2d900821e78dd96b3125321a715c337"
      },
      "title_content_more": {
        "content": "Min. spend $9.99 ",
        "has_atmosphere": false,
        "jump_u_r_l": "",
        "number_of_line": 0,
        "title": "Vouchers"
      },
      "voucher_preview": {
        "more_icon_url": "https://laz-img-cdn.alicdn.com/tfs/TB1BSKbsHrpK1RjSZTEXXcWAVXa-124-64.png",
        "preview_list": [
          "$1.39 off",
          "5% off"
        ]
      }
    },
    "20763637154": {
      "params": {
        "time_stamp": "1754296535951",
        "item_id": "3043166481",
        "lzd": "1EAF43DE85BCFAF5ED45633CBC59921952729842B0B57269FBA0134EFBD88F143D4A8AA1C9A72BCDED3D8A3027345AEC72216F6DEFE9F9BDBFEC60D1399BB093B2410A2E5873067EC256D68E159F09FBF66DA23E86FFDCD8F66DA23E86FFDCD8",
        "source": "search",
        "sku_id": "20763637154",
        "check_code": "b2d900821e78dd96b3125321a715c337"
      },
      "title_content_more": {
        "content": "Min. spend $9.99 ",
        "has_atmosphere": false,
        "jump_u_r_l": "",
        "number_of_line": 0,
        "title": "Vouchers"
      },
      "voucher_preview": {
        "more_icon_url": "https://laz-img-cdn.alicdn.com/tfs/TB1BSKbsHrpK1RjSZTEXXcWAVXa-124-64.png",
        "preview_list": [
          "$1.39 off",
          "5% off"
        ]
      }
    },
    "21464828279": {
      "params": {
        "time_stamp": "1754296535951",
        "item_id": "3043166481",
        "lzd": "E02458653432C29957EBDA31E5D2F133EFEE7651DFBF8904A13F7BB163D79DF8CE14FB8A0B81902F7E890F5F1BEC079FCE2133373FD04EBF5319425207710CB41AC03316B7BF36BCB255137F7C71AFFA3B1E54995426C0F93B1E54995426C0F9",
        "source": "search",
        "sku_id": "21464828279",
        "check_code": "b2d900821e78dd96b3125321a715c337"
      },
      "title_content_more": {
        "content": "Min. spend $9.99 ",
        "has_atmosphere": false,
        "jump_u_r_l": "",
        "number_of_line": 0,
        "title": "Vouchers"
      },
      "voucher_preview": {
        "more_icon_url": "https://laz-img-cdn.alicdn.com/tfs/TB1BSKbsHrpK1RjSZTEXXcWAVXa-124-64.png",
        "preview_list": [
          "$1.39 off",
          "5% off"
        ]
      }
    },
    "20763637153": {
      "params": {
        "time_stamp": "1754296535951",
        "item_id": "3043166481",
        "lzd": "C01AE69B6BB2AA452784214F010C38045A0EE4A0FF4DB842818C9A959E43BB4B0ACE5ECA22D4D785CF493AEDBB1A73D26C6AF967BC07508DED5BB89FCA20831137BB62861BF43B7C362B7931327A139A148E3B1057C3C466148E3B1057C3C466",
        "source": "search",
        "sku_id": "20763637153",
        "check_code": "b2d900821e78dd96b3125321a715c337"
      },
      "title_content_more": {
        "content": "Min. spend $9.99 ",
        "has_atmosphere": false,
        "jump_u_r_l": "",
        "number_of_line": 0,
        "title": "Vouchers"
      },
      "voucher_preview": {
        "more_icon_url": "https://laz-img-cdn.alicdn.com/tfs/TB1BSKbsHrpK1RjSZTEXXcWAVXa-124-64.png",
        "preview_list": [
          "$1.39 off",
          "5% off"
        ]
      }
    },
    "21464828278": {
      "params": {
        "time_stamp": "1754296535951",
        "item_id": "3043166481",
        "lzd": "E825800C3DC9F2EFCC68CBBE7725A377429C922F01F356AFFCA1F5F682429E21CE1A6BBEE0D63F3F2B7797B8478A6E29644372B9F8F2D908F96B95654F8D3AACD812AFA3AB780D7DD5CD1F80B4FD6EF2896D2FE6FB3C98AE896D2FE6FB3C98AE",
        "source": "search",
        "sku_id": "21464828278",
        "check_code": "b2d900821e78dd96b3125321a715c337"
      },
      "title_content_more": {
        "content": "Min. spend $9.99 ",
        "has_atmosphere": false,
        "jump_u_r_l": "",
        "number_of_line": 0,
        "title": "Vouchers"
      },
      "voucher_preview": {
        "more_icon_url": "https://laz-img-cdn.alicdn.com/tfs/TB1BSKbsHrpK1RjSZTEXXcWAVXa-124-64.png",
        "preview_list": [
          "$1.39 off",
          "5% off"
        ]
      }
    },
    "20763637152": {
      "params": {
        "time_stamp": "1754296535951",
        "item_id": "3043166481",
        "lzd": "F018DCB50597620D224580AC44F0BE505634648D46A8FEE1ED5696AA948BCE007031233EC374617E208F244C25258D72E8D71407173389037E67FD76B2682C8F4123B5E7919E6621E7DCB1F5E299BA5666543540C82D2FDB66543540C82D2FDB",
        "source": "search",
        "sku_id": "20763637152",
        "check_code": "b2d900821e78dd96b3125321a715c337"
      },
      "title_content_more": {
        "content": "Min. spend $9.99 ",
        "has_atmosphere": false,
        "jump_u_r_l": "",
        "number_of_line": 0,
        "title": "Vouchers"
      },
      "voucher_preview": {
        "more_icon_url": "https://laz-img-cdn.alicdn.com/tfs/TB1BSKbsHrpK1RjSZTEXXcWAVXa-124-64.png",
        "preview_list": [
          "$1.39 off",
          "5% off"
        ]
      }
    },
    "20763637151": {
      "params": {
        "time_stamp": "1754296535951",
        "item_id": "3043166481",
        "lzd": "D131A1F63CCCF0C91027CBFCF6B81A5B81ADB922B478DE563A3F19F9E3266F5839ACEB897844A6AE83BEC5C94445A764D2757334974A552E1A5CCC9C36EE4E8227270BA42D0E87E86AA330FFB003A4C9542B44D6E74BBA2E542B44D6E74BBA2E",
        "source": "search",
        "sku_id": "20763637151",
        "check_code": "b2d900821e78dd96b3125321a715c337"
      },
      "title_content_more": {
        "content": "Min. spend $9.99 ",
        "has_atmosphere": false,
        "jump_u_r_l": "",
        "number_of_line": 0,
        "title": "Vouchers"
      },
      "voucher_preview": {
        "more_icon_url": "https://laz-img-cdn.alicdn.com/tfs/TB1BSKbsHrpK1RjSZTEXXcWAVXa-124-64.png",
        "preview_list": [
          "$1.39 off",
          "5% off"
        ]
      }
    },
    "20914723067": {
      "params": {
        "time_stamp": "1754296535951",
        "item_id": "3043166481",
        "lzd": "93F5372B3639C0F0540C9122C5B75288F3E77555C266FB33C3C7B74094731DE657CBDB188F3F38A783043455DCDAFEF09EA9094BDE4187D9F5F7B439E2369131EAB0BC2A00C70B0E98114A3F59A5A60C874E17A201F98DCF874E17A201F98DCF",
        "source": "search",
        "sku_id": "20914723067",
        "check_code": "b2d900821e78dd96b3125321a715c337"
      },
      "title_content_more": {
        "content": "Min. spend $9.99 ",
        "has_atmosphere": false,
        "jump_u_r_l": "",
        "number_of_line": 0,
        "title": "Vouchers"
      },
      "voucher_preview": {
        "more_icon_url": "https://laz-img-cdn.alicdn.com/tfs/TB1BSKbsHrpK1RjSZTEXXcWAVXa-124-64.png",
        "preview_list": [
          "$1.39 off",
          "5% off"
        ]
      }
    },
    "21464828277": {
      "params": {
        "time_stamp": "1754296535951",
        "item_id": "3043166481",
        "lzd": "B70E7E09694FD5430497E6C2F7CF9FD440666DEB2A9B435E483C337ABDB5BF519FAF3FB9C8054CFCA901CFA2C3A11FA0F87B723CE00A2C7DB04A15732CFDECCADD11B1F1E7CDBCE0E27DC89820A0258E1A03A8D3567ACC031A03A8D3567ACC03",
        "source": "search",
        "sku_id": "21464828277",
        "check_code": "b2d900821e78dd96b3125321a715c337"
      },
      "title_content_more": {
        "content": "Min. spend $9.99 ",
        "has_atmosphere": false,
        "jump_u_r_l": "",
        "number_of_line": 0,
        "title": "Vouchers"
      },
      "voucher_preview": {
        "more_icon_url": "https://laz-img-cdn.alicdn.com/tfs/TB1BSKbsHrpK1RjSZTEXXcWAVXa-124-64.png",
        "preview_list": [
          "$1.39 off",
          "5% off"
        ]
      }
    },
    "20914723066": {
      "params": {
        "time_stamp": "1754296535951",
        "item_id": "3043166481",
        "lzd": "DC562D44E8E581BD9B66730196903E0F0110EBBD9B56B336DB304CBBD26E67C1F44C8CA5F78B0E55B7955CF27956FFAC1B67B7839729B4C269C4622821E245929DB135FDEAC44D68086B35EFAE8A109D6BF91F073B59CDB96BF91F073B59CDB9",
        "source": "search",
        "sku_id": "20914723066",
        "check_code": "b2d900821e78dd96b3125321a715c337"
      },
      "title_content_more": {
        "content": "Min. spend $9.99 ",
        "has_atmosphere": false,
        "jump_u_r_l": "",
        "number_of_line": 0,
        "title": "Vouchers"
      },
      "voucher_preview": {
        "more_icon_url": "https://laz-img-cdn.alicdn.com/tfs/TB1BSKbsHrpK1RjSZTEXXcWAVXa-124-64.png",
        "preview_list": [
          "$1.39 off",
          "5% off"
        ]
      }
    }
  },
  "delivery_options": {
    "21464828280": [],
    "20763637154": [
      {
        "badge": false,
        "data_type": "delivery",
        "delivery_work_time_max": "2025-08-08T15:57+08:00[GMT+08:00]",
        "delivery_work_time_min": "2025-08-06T16:00+08:00[GMT+08:00]",
        "description": "Enjoy delivery of your order directly to your doorstep! <br/>Shipping fee is determined by the total size/weight of the products purchased from the seller.<br/><br/><a href=\"https://www.lazada.sg/helpcenter/table-of-shipping-fee-4163.html\" target=\"_blank\">Find out more</a>",
        "during_time": "Guaranteed by 6-8 Aug",
        "fee": "$1.99",
        "fee_value": 1.99,
        "has_tip": true,
        "title": "Standard",
        "type": "standard"
      },
      {
        "badge": false,
        "data_type": "delivery",
        "delivery_work_time_max": "2025-08-08T15:57+08:00[GMT+08:00]",
        "delivery_work_time_min": "2025-08-06T16:00+08:00[GMT+08:00]",
        "during_time": "Guaranteed by 6-8 Aug",
        "fee": "Free",
        "fee_value": 0,
        "has_tip": true,
        "title": "Collection Point",
        "type": "STANDARD_COLLECTION_POINT"
      },
      {
        "badge": true,
        "data_type": "service",
        "description": "",
        "fee_value": 0,
        "has_tip": true,
        "title": "Cash on Delivery not available",
        "type": "noCOD"
      }
    ],
    "21464828279": [],
    "20763637153": [],
    "21464828278": [],
    "20763637152": [],
    "20763637151": [],
    "20914723067": [
      {
        "badge": false,
        "data_type": "delivery",
        "delivery_work_time_max": "2025-08-08T15:57+08:00[GMT+08:00]",
        "delivery_work_time_min": "2025-08-06T16:00+08:00[GMT+08:00]",
        "description": "Enjoy delivery of your order directly to your doorstep! <br/>Shipping fee is determined by the total size/weight of the products purchased from the seller.<br/><br/><a href=\"https://www.lazada.sg/helpcenter/table-of-shipping-fee-4163.html\" target=\"_blank\">Find out more</a>",
        "during_time": "Guaranteed by 6-8 Aug",
        "fee": "$1.99",
        "fee_value": 1.99,
        "has_tip": true,
        "title": "Standard",
        "type": "standard"
      },
      {
        "badge": false,
        "data_type": "delivery",
        "delivery_work_time_max": "2025-08-08T15:57+08:00[GMT+08:00]",
        "delivery_work_time_min": "2025-08-06T16:00+08:00[GMT+08:00]",
        "during_time": "Guaranteed by 6-8 Aug",
        "fee": "Free",
        "fee_value": 0,
        "has_tip": true,
        "title": "Collection Point",
        "type": "STANDARD_COLLECTION_POINT"
      },
      {
        "badge": true,
        "data_type": "service",
        "description": "",
        "fee_value": 0,
        "has_tip": true,
        "title": "Cash on Delivery not available",
        "type": "noCOD"
      }
    ],
    "21464828277": [],
    "20914723066": [
      {
        "badge": false,
        "data_type": "delivery",
        "delivery_work_time_max": "2025-08-08T15:57+08:00[GMT+08:00]",
        "delivery_work_time_min": "2025-08-06T16:00+08:00[GMT+08:00]",
        "description": "Enjoy delivery of your order directly to your doorstep! <br/>Shipping fee is determined by the total size/weight of the products purchased from the seller.<br/><br/><a href=\"https://www.lazada.sg/helpcenter/table-of-shipping-fee-4163.html\" target=\"_blank\">Find out more</a>",
        "during_time": "Guaranteed by 6-8 Aug",
        "fee": "$1.99",
        "fee_value": 1.99,
        "has_tip": true,
        "title": "Standard",
        "type": "standard"
      },
      {
        "badge": false,
        "data_type": "delivery",
        "delivery_work_time_max": "2025-08-08T15:57+08:00[GMT+08:00]",
        "delivery_work_time_min": "2025-08-06T16:00+08:00[GMT+08:00]",
        "during_time": "Guaranteed by 6-8 Aug",
        "fee": "Free",
        "fee_value": 0,
        "has_tip": true,
        "title": "Collection Point",
        "type": "STANDARD_COLLECTION_POINT"
      },
      {
        "badge": true,
        "data_type": "service",
        "description": "",
        "fee_value": 0,
        "has_tip": true,
        "title": "Cash on Delivery not available",
        "type": "noCOD"
      }
    ]
  },
  "warranties": {
    "21464828280": [
      {
        "data_type": "change_mind_available",
        "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
        "left_image": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
        "title": "Change of Mind",
        "type": "change_mind_available"
      },
      {
        "data_type": "returnPolicy",
        "description": "Direct return to merchant within 15 days. Customer and seller are able to communicate directly for a resolution right after the return is initiated. Seller may either accept the return and refund or reject the return.",
        "title": "15 Days Free Return",
        "type": "returnPolicy15"
      },
      {
        "data_type": "warranty",
        "description": "Local supplier warranty",
        "title": "Local (Singapore) manufacturer warranty 1 Year",
        "type": "warranty"
      }
    ],
    "20763637154": [
      {
        "data_type": "change_mind_available",
        "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
        "left_image": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
        "title": "Change of Mind",
        "type": "change_mind_available"
      },
      {
        "data_type": "returnPolicy",
        "description": "Direct return to merchant within 15 days. Customer and seller are able to communicate directly for a resolution right after the return is initiated. Seller may either accept the return and refund or reject the return.",
        "title": "15 Days Free Return",
        "type": "returnPolicy15"
      },
      {
        "data_type": "warranty",
        "description": "Local supplier warranty",
        "title": "Local (Singapore) manufacturer warranty 1 Year",
        "type": "warranty"
      }
    ],
    "21464828279": [
      {
        "data_type": "change_mind_available",
        "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
        "left_image": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
        "title": "Change of Mind",
        "type": "change_mind_available"
      },
      {
        "data_type": "returnPolicy",
        "description": "Direct return to merchant within 15 days. Customer and seller are able to communicate directly for a resolution right after the return is initiated. Seller may either accept the return and refund or reject the return.",
        "title": "15 Days Free Return",
        "type": "returnPolicy15"
      },
      {
        "data_type": "warranty",
        "description": "Local supplier warranty",
        "title": "Local (Singapore) manufacturer warranty 1 Year",
        "type": "warranty"
      }
    ],
    "20763637153": [
      {
        "data_type": "change_mind_available",
        "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
        "left_image": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
        "title": "Change of Mind",
        "type": "change_mind_available"
      },
      {
        "data_type": "returnPolicy",
        "description": "Direct return to merchant within 15 days. Customer and seller are able to communicate directly for a resolution right after the return is initiated. Seller may either accept the return and refund or reject the return.",
        "title": "15 Days Free Return",
        "type": "returnPolicy15"
      },
      {
        "data_type": "warranty",
        "description": "Local supplier warranty",
        "title": "Local (Singapore) manufacturer warranty 1 Year",
        "type": "warranty"
      }
    ],
    "21464828278": [
      {
        "data_type": "change_mind_available",
        "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
        "left_image": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
        "title": "Change of Mind",
        "type": "change_mind_available"
      },
      {
        "data_type": "returnPolicy",
        "description": "Direct return to merchant within 15 days. Customer and seller are able to communicate directly for a resolution right after the return is initiated. Seller may either accept the return and refund or reject the return.",
        "title": "15 Days Free Return",
        "type": "returnPolicy15"
      },
      {
        "data_type": "warranty",
        "description": "Local supplier warranty",
        "title": "Local (Singapore) manufacturer warranty 1 Year",
        "type": "warranty"
      }
    ],
    "20763637152": [
      {
        "data_type": "change_mind_available",
        "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
        "left_image": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
        "title": "Change of Mind",
        "type": "change_mind_available"
      },
      {
        "data_type": "returnPolicy",
        "description": "Direct return to merchant within 15 days. Customer and seller are able to communicate directly for a resolution right after the return is initiated. Seller may either accept the return and refund or reject the return.",
        "title": "15 Days Free Return",
        "type": "returnPolicy15"
      },
      {
        "data_type": "warranty",
        "description": "Local supplier warranty",
        "title": "Local (Singapore) manufacturer warranty 1 Year",
        "type": "warranty"
      }
    ],
    "20763637151": [
      {
        "data_type": "change_mind_available",
        "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
        "left_image": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
        "title": "Change of Mind",
        "type": "change_mind_available"
      },
      {
        "data_type": "returnPolicy",
        "description": "Direct return to merchant within 15 days. Customer and seller are able to communicate directly for a resolution right after the return is initiated. Seller may either accept the return and refund or reject the return.",
        "title": "15 Days Free Return",
        "type": "returnPolicy15"
      },
      {
        "data_type": "warranty",
        "description": "Local supplier warranty",
        "title": "Local (Singapore) manufacturer warranty 1 Year",
        "type": "warranty"
      }
    ],
    "20914723067": [
      {
        "data_type": "change_mind_available",
        "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
        "left_image": "https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01HLFg791eRalDVt0XN_!!6000000003868-2-tps-54-54.png",
        "title": "Change of Mind",
        "type": "change_mind_available"
      },
      {
        "data_type": "returnPolicy",
        "description": "Direct return to merchant within 15 days. Customer and seller are able to communicate directly for a resolution right after the return is initiated. Seller may either accept the return and refund or reject the return.",
        "title": "15 Days Free Return",
        "type": "returnPolicy15"
      },
      {
        "data_type": "warranty",
        "description": "Local supplier warranty",
        "title": "Local (Singapore) manufacturer warranty 1 Year",
        "type": "warranty"
      }
    ],
    "21464828277": [
      {
        "data_type": "change_mind_available",
        "description": "You can return the product if there is a change of mind. To ensure the return request is approved: the product must be returned in its original packaging and in the original sale condition (i.e. unwashed, unworn, unaltered or otherwise unused). Original labels/tags must not be removed, and serial numbers must be intact. This feature only applies to fashion products (clothing, shoes, bags and travel, watches, sunglasses and jewelry).",
        "left_image":

# Actor input Schema

## `urls` (type: `array`):

Add the URLs of the product list by query or Specific product urls you want to scrape. You can paste URLs one by one, or use the Bulk edit section to add a prepared list.
## `scrape_type` (type: `string`):

Select data scraping type. When using the Get products by 'Specific product urls' option, the 'Limit the number of items per URL' input parameters will have no effect.
## `ignore_url_failures` (type: `boolean`):

If true, the scraper will continue running even if some URLs fail to be scraped after the maximum number of retries is reached.
## `keyword` (type: `string`):

Enter the keyword to search for items
## `country_code` (type: `string`):

Select the Lazada country site you want to scrape from.
## `sort_by` (type: `string`):

Sort items by (e.g., popularity, priceasc, pricedesc)
## `rating` (type: `string`):

Filter items by rating
## `page` (type: `integer`):

Specify the page number to start scraping from
## `max_items_per_url` (type: `integer`):

Limit the number of items per URL or search filters you want to scrape
## `max_retries_per_url` (type: `integer`):

Limit the number of retries for each URL or search filters if the scrape is detected as a bot or the page fails to load
## `proxy` (type: `object`):

Select proxies to be used by your scraper.

## Actor input object example

```json
{
  "urls": [
    "https://www.lazada.sg/shop-power-banks/"
  ],
  "scrape_type": "product_list_by_query",
  "ignore_url_failures": true,
  "max_items_per_url": 20,
  "max_retries_per_url": 2,
  "proxy": {
    "useApifyProxy": false
  }
}
````

# 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 = {
    "urls": [
        "https://www.lazada.sg/shop-power-banks/"
    ],
    "ignore_url_failures": true,
    "max_items_per_url": 20,
    "max_retries_per_url": 2,
    "proxy": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("ecomscrape/lazada-product-scraper-rental").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 = {
    "urls": ["https://www.lazada.sg/shop-power-banks/"],
    "ignore_url_failures": True,
    "max_items_per_url": 20,
    "max_retries_per_url": 2,
    "proxy": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("ecomscrape/lazada-product-scraper-rental").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 '{
  "urls": [
    "https://www.lazada.sg/shop-power-banks/"
  ],
  "ignore_url_failures": true,
  "max_items_per_url": 20,
  "max_retries_per_url": 2,
  "proxy": {
    "useApifyProxy": false
  }
}' |
apify call ecomscrape/lazada-product-scraper-rental --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/SuKt4uWgKDiEWMpJS/builds/6PGP2IkFwrtFl3Ub0/openapi.json
