Daraz product data API
The ShopAPIS Daraz product data API returns structured fields for any Daraz listing — current price in local currency, discount, the variant matrix, store/seller rating and shipping details — as clean JSON. Because Daraz runs one Alibaba-owned codebase across four countries (Pakistan, Bangladesh, Sri Lanka and Nepal), a single parser unlocks all four markets — the best field-to-effort ratio in South Asia outside India.
Daraz is the dominant marketplace across the smaller South Asian economies. The network carries ~50M products and ~40M MAU and leads each of its markets: daraz.pk (19.7M monthly visits, #1 Pakistan, 15M+ products), daraz.com.bd (14.2M, #1 Bangladesh by reach), daraz.lk (3.6M, #1 Sri Lanka) and daraz.com.np (2.9M, #1 Nepal, ~$100M annual sales trajectory) — all Similarweb estimates, April 2026. One schema covers all four.
Why Daraz data is hard to get
Daraz is app-first, exposes no public catalog API, and protects listings with Alibaba-derived bot defenses. Product pages load through signed, rate-limited endpoints with device fingerprinting, and there is no affiliate or product feed to ingest in any of the four markets. The advantage for ShopAPIS is uniformity: because all four country sites share one codebase and one DOM/API structure, a single parser maintained once covers Pakistan, Bangladesh, Sri Lanka and Nepal simultaneously. ShopAPIS runs and maintains that shared infrastructure for you.
Data fields returned
- Identifiers — Daraz item ID, SKU ID, shop/seller ID.
- Pricing — current price, original/strike price, local currency, discount percentage.
- Variants — size/color SKU matrix with per-variant price and stock.
- Store / seller — shop name, positive-seller rating, DarazMall/official-store flag, chat-response rate.
- Demand — “sold” / rating count, in-stock state.
- Reviews — average rating, review count, star breakdown, review text samples.
- Logistics — free-shipping flag, ships-from, delivery estimate, COD availability.
- Media & taxonomy — image gallery URLs, category browse path.
Sample response
{
"platform": "daraz",
"marketplace": "daraz.pk",
"country": "PK",
"item_id": "1138204756",
"sku_id": "dz-44blkfan",
"shop_id": "20194",
"title": "Rechargeable Table Fan 12-inch with LED Light",
"price": { "amount": 4299, "currency": "PKR", "original_price": 7999, "discount_pct": 46 },
"variant": { "color": "Black", "size": "12 inch", "stock": 73 },
"store": {
"name": "HomeEssentials.pk",
"positive_seller_rating": 0.93,
"is_daraz_mall": false
},
"sold_count": 1840,
"rating": 4.4,
"review_count": 612,
"free_shipping": false,
"cod_available": true,
"ships_from": "Lahore",
"images": ["https://static-01.daraz.pk/p/abc123.jpg"],
"category_path": ["Home Appliances", "Fans", "Table Fans"],
"scraped_at": "2026-06-05T11:42:00Z"
}Markets & domains covered
- Pakistan — daraz.pk (PKR).
- Bangladesh — daraz.com.bd (BDT).
- Sri Lanka — daraz.lk (LKR).
- Nepal — daraz.com.np (NPR).
All four run the same Alibaba codebase, DOM structure and category taxonomy, so one parsing approach returns identical schema across every market — just with the country’s currency and ships-from logic.
Use cases
- Multi-country price monitoring — track the same product across PK/BD/LK/NP in four currencies from one schema. See price monitoring.
- Emerging-market competitive intel — measure assortment, DarazMall status and seller ratings across four markets at once. See competitive intelligence.
- Catalog enrichment — fill attributes, images and variant data for South Asian SKUs. See catalog enrichment.
- MAP enforcement — flag DarazMall offers below minimum advertised price. See MAP compliance.
Daraz is the clearest example of ShopAPIS’s one-parser-many-markets advantage: build once, cover four countries. The same schema returns PKR, BDT, LKR or NPR pricing depending on the domain.
Related
Stats from ShopAPIS market research, June 2026 (
@plans/plan2-research/reports/south-asia.md); sources: Similarweb Apr 2026, Daraz “Who we are”, IIDE 2026. Daraz publishes no public catalog API.