Category taxonomy monitoring
Use Lazada endpoints to turn category taxonomy monitoring into repeatable API requests with documented inputs and JSON responses.
Turn any Lazada country storefront into structured JSON — category directory, homepage feed, keyword search, category listings, and product detail, credential-free with one API key.
Get Lazada's category directory, homepage feed, keyword search, and product detail as structured JSON across six country storefronts.
Endpoint families
5
Documented params
19
Examples
5
Live catalog snapshot
Active endpoints
5
Methods
GET
Required params
8
Schema refs
5
{
"platform": "Lazada",
"endpoint": "lazada-home",
"method": "GET",
"path": "/lazada/home",
"auth": "apiKey"
}Use cases
Get Lazada's category directory, homepage feed, keyword search, and product detail as structured JSON across six country storefronts.
Use Lazada endpoints to turn category taxonomy monitoring into repeatable API requests with documented inputs and JSON responses.
Use Lazada endpoints to turn homepage merchandising research into repeatable API requests with documented inputs and JSON responses.
Use Lazada endpoints to turn product price and stock tracking into repeatable API requests with documented inputs and JSON responses.
Use Lazada endpoints to turn southeast asian marketplace intelligence into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live Lazada endpoint catalog — 5 endpoints, 19 documented request parameters, and 5 published response schemas — the same catalog Docs and Playground run against.
5 documented Lazada endpoints, grouped into 5 request families — Categories, Category Products and Home, plus 2 more.
19 request parameters are documented across those Lazada endpoints, 8 of them required — the full input contract is public before you write any integration code.
5 of the 5 Lazada endpoints ship a recorded example response, and 5 carry a documented response schema — you can code against the real JSON before the first request.
Lazada endpoints document their error responses (400, 404, 500 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
5 hosted MCP tools back the Lazada endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/lazada/categories
/lazada/category-products
/lazada/home
/lazada/product
/lazada/search
Endpoint catalog
/lazada/homeReturns one Lazada country storefront's anonymous homepage feed: current flash-sale product cards, featured category links, and (where shown) an official-stores carousel. Product-detail and free-text catalog pages are not included because Lazada's stateless routes currently return an anti-bot challenge on every country domain.
MCP tool lazada_home
/lazada/categoriesReturns one Lazada country storefront's public category directory from the server-rendered LazMall navigation menu. The response includes top-level groups, categories, and subcategory links; it does not include product listings.
MCP tool lazada_categories
/lazada/category-productsReturns one Lazada country storefront's product listing for one category, optionally filtered to one brand within it. Product cards include item ids, canonical product URLs, images, prices, ratings, and review counts, with pagination and sort. The category (and optional brand) value is the raw Lazada path slug, not a display name -- use the categories endpoint's own returned URLs to discover a category's slug.
MCP tool lazada_category_products
/lazada/searchReturns one Lazada country storefront's free-text catalog search results: product cards with item ids, canonical product URLs, images, prices in the storefront's own currency, ratings, and review counts, with pagination and sort. Lazada's own search always substitutes generic or trending items rather than returning a genuinely empty result set, so an empty items list or a low total_results is not by itself a reliable "no matches" signal.
MCP tool lazada_search
/lazada/productReturns one Lazada country storefront's product-detail page: title, brand, full description, image gallery, category breadcrumb, and selectable variant properties. item_id (and, for a specific variant, sku_id) are the same ids the search, category-products, and home endpoints already return as item_id. Price is best-effort, read from the page's own display-tracking data rather than a dedicated pricing field; rating and review count are not available on this endpoint because Lazada fetches them client-side after the initial page load.
MCP tool lazada_product
Related APIs
Marketplaces & Retail
Collect marketplace product signals from Amazon without building brittle storefront scrapers.
Marketplaces & Retail
Build resale, pricing, and marketplace workflows from structured eBay data.
Marketplaces & Retail
Turn public Shop.app product and merchant pages into structured JSON for e-commerce product intelligence, price research, shop monitoring, and marketplace discovery workflows.
How to scrape Lazada
Crawlora's Lazada endpoints take an optional country parameter (id, ph, th, my, vn, sg — defaults to Indonesia) and return normalized JSON with one API key, no Lazada account or app credentials required.
Call /lazada/categories for a storefront's full category tree — no parameters needed beyond the API key and optional country.
Call /lazada/home for the current homepage feed — the same flash-sale and merchandising modules a shopper sees on first load.
Call /lazada/category-products with a category path slug to page through that category's listings, with optional brand filtering and sort order.
Call /lazada/search with a free-text query to page through matching products, sorted by popularity or price.
Call /lazada/product with an item_id (and optional sku_id for a specific variant) for full product-detail data — pricing, images, and variant options.
FAQ
Call /lazada/home for the homepage feed, /lazada/categories for the category directory, /lazada/search or /lazada/category-products to find products, and /lazada/product for full product detail — all return structured JSON with one API key, no account needed.
Yes. Every endpoint takes an optional country parameter covering Indonesia, the Philippines, Thailand, Malaysia, Vietnam, and Singapore — it defaults to Indonesia (lazada.co.id) when omitted.
Yes — /lazada/search finds products by free-text keyword, /lazada/category-products lists products within a category, and /lazada/product returns full detail (pricing, images, variants) for one item_id.
No. Every endpoint reads Lazada's own public storefront pages and requires only your Crawlora API key.