Discover/Daraz API
live

Daraz APIdaraz.com

Search for products on Daraz Pakistan and discover current flash sale deals and pricing information in real-time. Get detailed product information including prices, availability, and offers from Pakistan's largest e-commerce platform all in one place.

This API takes change requests — .
Endpoint health
monitored
get_flash_sale
get_product_details
search_products
Checks pendingself-healing
Endpoints
3
Updated
59m ago
This call costs1 credit / call— charged only on success
Try it
Page number for pagination. Each page returns up to 40 results.
Sort order for results. Omitting defaults to popularity (best match).
Search keyword or phrase (e.g. 'laptop', 'samsung phone', 'shoes').
api.parse.bot/scraper/b33591e0-a186-4631-87ec-13e7feebb281/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/b33591e0-a186-4631-87ec-13e7feebb281/search_products?sort=popularity&query=laptop' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalmissing one? ·

Search for products on Daraz Pakistan by keyword. Returns paginated results with pricing, discount, rating, seller, and stock information. Supports sorting by popularity, price ascending, or price descending. Each page returns up to 40 items.

Input
ParamTypeDescription
pageintegerPage number for pagination. Each page returns up to 40 results.
sortstringSort order for results. Omitting defaults to popularity (best match).
queryrequiredstringSearch keyword or phrase (e.g. 'laptop', 'samsung phone', 'shoes').
Response
{
  "type": "object",
  "fields": {
    "page": "current page number",
    "has_more": "boolean indicating if more pages are available",
    "products": "array of product objects with item_id, name, price, discount, rating, seller, etc.",
    "page_size": "number of items per page (40)",
    "total_results": "total number of matching products"
  },
  "sample": {
    "data": {
      "page": 1,
      "has_more": true,
      "products": [
        {
          "name": "Dell Chromebook 3120 P22T 4GB RAM 16GB Storage Compact Laptop",
          "image": "https://static-01.daraz.pk/p/02a3fe65f98ef0ac73ab6972b563ebbf.png",
          "price": "12500",
          "sku_id": "2088376213",
          "item_id": "435016024",
          "discount": "14% Off",
          "in_stock": true,
          "item_url": "//www.daraz.pk/products/dell-chromebook-3120-...-i435016024.html",
          "location": "Punjab",
          "brand_name": "No Brand",
          "seller_name": "MyTechStorePK",
          "rating_score": "5.0",
          "review_count": "1",
          "price_display": "Rs. 12,500",
          "original_price": "14500",
          "original_price_display": ""
        }
      ],
      "page_size": 40,
      "total_results": 4080
    },
    "status": "success"
  }
}

About the Daraz API

The Daraz API on Parse exposes 3 endpoints for the publicly available data on daraz.com. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.