Endpoint Playground
Test Crawlora's Lazada Indonesia Homepage Feed API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.
curl "https://api.crawlora.net/api/v1/lazada/home" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"region": "ID",
"flash_sale_items": [
{
"item_id": 159992555,
"title": "PANTENE Shampoo Hair Fall Control 990ml",
"url": "https://www.lazada.co.id/products/pdp-i159992555-s181803572.html",
"image": "https://img.lazcdn.com/g/p/example.jpg",
"price": 129000,
"original_price": 190500,
"discount": "-32%",
"currency": "IDR"
}
],
"categories": [
{
"name": "Handphone",
"url": "https://www.lazada.co.id/beli-handphone"
}
],
"source_url": "https://www.lazada.co.id/",
"fetched_at": "2026-08-28T04:00:00Z"
}
}Public Playground
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Returns 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.
{
"code": 200,
"msg": "OK",
"data": {
"region": "ID",
"flash_sale_items": [
{
"item_id": 159992555,
"title": "PANTENE Shampoo Hair Fall Control 990ml",
"url": "https://www.lazada.co.id/products/pdp-i159992555-s181803572.html",
"image": "https://img.lazcdn.com/g/p/example.jpg",
"price": 129000,
"original_price": 190500,
"discount": "-32%",
"currency": "IDR"
}
],
"categories": [
{
"name": "Handphone",
"url": "https://www.lazada.co.id/beli-handphone"
}
],
"source_url": "https://www.lazada.co.id/",
"fetched_at": "2026-08-28T04:00:00Z"
}
}curl "https://api.crawlora.net/api/v1/lazada/home" \
-H "x-api-key: $CRAWLORA_API_KEY"