Category taxonomy monitoring
Use Lazada endpoints to turn category taxonomy monitoring into repeatable API requests with documented inputs and JSON responses.
Turn Lazada Indonesia's public storefront into structured JSON — the full category directory and the live homepage feed, credential-free with one API key.
Get Lazada Indonesia's category directory and homepage feed as structured JSON.
Endpoint families
2
Documented params
2
Examples
2
Live catalog snapshot
Active endpoints
2
Methods
GET
Required params
2
Schema refs
2
{
"platform": "Lazada",
"endpoint": "lazada-home",
"method": "GET",
"path": "/lazada/home",
"auth": "apiKey"
}Use cases
Get Lazada Indonesia's category directory and homepage feed as structured JSON.
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 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 — 2 endpoints, 2 documented request parameters, and 2 published response schemas — the same catalog Docs and Playground run against.
2 documented Lazada endpoints, grouped into 2 request families — Categories and Home.
2 request parameters are documented across those Lazada endpoints, 2 of them required — the full input contract is public before you write any integration code.
2 of the 2 Lazada endpoints ship a recorded example response, and 2 carry a documented response schema — you can code against the real JSON before the first request.
Lazada endpoints document their error responses (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.
2 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/home
Endpoint catalog
/lazada/homeReturns Lazada Indonesia's anonymous homepage feed: current flash-sale product cards and featured category links. Product-detail and free-text catalog pages are not included because Lazada's stateless routes currently return an anti-bot challenge.
MCP tool lazada_home
/lazada/categoriesReturns Lazada Indonesia'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
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 cover the Indonesia storefront (lazada.co.id) and return normalized JSON with one API key — no Lazada account or app credentials required.
Call /lazada/categories for Lazada Indonesia's full category tree — no parameters needed beyond the API key.
Call /lazada/home for the current Lazada Indonesia homepage feed — the same merchandising modules a shopper sees on first load.
Both endpoints are scoped to lazada.co.id. Lazada Group also runs separate storefronts for Singapore, Malaysia, Thailand, Vietnam, and the Philippines; those are not covered by either endpoint yet.
FAQ
Call /lazada/home for the current Lazada Indonesia homepage feed or /lazada/categories for the full category directory — both return structured JSON with one API key, no account needed.
Not yet. Both endpoints are scoped to the lazada.co.id storefront; Lazada's Singapore, Malaysia, Thailand, Vietnam, and Philippines sites are not covered.
Not yet — the current Lazada endpoints cover the category directory and homepage feed only. Product search and per-product detail are not available.
No. Both endpoints read Lazada's own public storefront pages and require only your Crawlora API key.