Discover/lazada.sg API
live

lazada.sg APIlazada.sg

Access Lazada.sg product search, details, reviews, seller listings, category browsing, and recommendations via 6 structured API endpoints.

Endpoints
6
Updated
3mo ago
Try it
Page number for pagination
Sort order. Accepted values: 'priceasc' (price low to high), 'pricedesc' (price high to lo
Search keyword (e.g. 'laptop', 'headphones')
api.parse.bot/scraper/116c43fb-4f92-4a6d-8ab1-03b7a7b6a6dc/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/116c43fb-4f92-4a6d-8ab1-03b7a7b6a6dc/search_products?page=1&query=laptop' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for products by keyword on Lazada.sg. Returns a paginated list of products with name, price, rating, seller info, and more.

Input
ParamTypeDescription
pageintegerPage number for pagination
sortstringSort order. Accepted values: 'priceasc' (price low to high), 'pricedesc' (price high to low), 'popularity' (best match)
queryrequiredstringSearch keyword (e.g. 'laptop', 'headphones')
Response
{
  "type": "object",
  "fields": {
    "total": "integer total number of matching products",
    "products": "array of product objects with name, itemId, price, ratingScore, sellerName, image, etc."
  },
  "sample": {
    "data": {
      "total": 4080,
      "products": [
        {
          "name": "HP 14 Inch Laptop",
          "image": "https://sg-live-01.slatic.net/p/example.jpg",
          "price": "99",
          "itemId": "1993294711",
          "review": "86",
          "location": "Singapore",
          "brandName": "HP",
          "priceShow": "$99.00",
          "sellerName": "Reboot SG",
          "ratingScore": "4.39"
        }
      ]
    },
    "status": "success"
  }
}

About the lazada.sg API

The Lazada Singapore API gives developers structured access to Lazada.sg across 6 endpoints, covering product search, full product details, customer reviews, seller storefronts, category browsing, and homepage recommendations. The search_products endpoint alone returns fields including name, itemId, price, ratingScore, and sellerName for each result, with pagination and sort controls built in.

Product Search and Details

The search_products endpoint accepts a query string and returns a paginated list of matching products. Each product object includes name, itemId, price, ratingScore, sellerName, and image. You can control ordering via the sort parameter, which accepts priceasc, pricedesc, or popularity. Once you have an itemId, pass it to get_product_details to retrieve the full product record — including a seller object (with shopId, ratings, and store tags), a specifications map keyed by SKU ID, a tracking object with brand and category metadata, and globalConfig.

Reviews and Seller Storefronts

get_product_reviews takes an item_id and an optional page parameter. The response wraps a module object containing the reviews array and impressionTags, alongside a paging object that exposes pageNo, pageSize, totalItems, and totalPages. For seller-level browsing, get_seller_products accepts both a seller_id and shop_id (both obtainable from search or detail responses) and returns a paginated result object with totalCount, totalPage, currentPage, and a data array of that seller's product listings.

Category Listings and Recommendations

get_category_listings accepts a category_slug — with or without the shop- prefix, which is auto-applied if missing — and returns listItems, a filter object with brand and category facets, a sortBar, and a breadcrumb array for navigation context. The get_flash_sale_products endpoint requires no parameters and returns the current homepage "Just For You" recommendations as a result array, along with pageSize and pageTotal for pagination awareness.

Common use cases
  • Build a price comparison tool that tracks Lazada.sg product prices over time using search_products and get_product_details.
  • Aggregate seller ratings and store tags from get_seller_products to evaluate vendor performance across categories.
  • Monitor customer sentiment by collecting paginated reviews via get_product_reviews for specific product IDs.
  • Populate a category browser with filter facets, sort options, and breadcrumb navigation from get_category_listings.
  • Feed a recommendation widget with current homepage featured products using get_flash_sale_products.
  • Map product brand and category metadata from the tracking object in get_product_details for catalog classification.
  • Identify trending products and pricing patterns by combining search_products sort options with review volume from get_product_reviews.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Lazada have an official developer API?+
Yes. Lazada operates the Lazada Open Platform (LOP) at open.lazada.com, aimed at merchants and logistics partners. It covers order management, product listings, and fulfillment but is restricted to approved sellers. This Parse API provides broader read access to public product, review, and seller data without requiring a seller account.
What does `get_product_details` return beyond basic pricing?+
It returns a seller object with shopId, seller ratings, and store tags; a specifications map keyed by SKU ID containing feature-level attributes; a tracking object with name, price, brand, and category metadata; and a globalConfig object with site-level configuration. It does not return stock quantity levels or shipping estimates.
How does pagination work across endpoints?+
Most endpoints accept an integer page parameter. get_product_reviews returns a paging object with totalPages so you can iterate safely. get_seller_products returns totalPage and currentPage in its result object. search_products returns a total count but does not expose the max page ceiling directly, so iterate until results thin out.
Does the API cover Lazada storefronts outside Singapore?+
Not currently. All 6 endpoints are scoped to lazada.sg. Other Lazada regional sites — such as Thailand, Malaysia, Indonesia, Philippines, or Vietnam — are not covered by this API. You can fork it on Parse and revise it to target a different regional Lazada domain.
Can I retrieve individual seller profile pages or follower counts?+
Not currently. The get_product_details endpoint exposes a seller object with name, IDs, ratings, and store tags, and get_seller_products returns that seller's product catalog. Dedicated seller profile pages with follower counts or detailed shop statistics are not covered. You can fork the API on Parse and revise it to add a seller profile endpoint.
Page content last updated . Spec covers 6 endpoints from lazada.sg.
Related APIs in EcommerceSee all →
mouser.com API
mouser.com API
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.