Daraz Scraper 2026 avatar

Daraz Scraper 2026

Pricing

from $1.00 / 1,000 product scraped (100+)s

Go to Apify Store
Daraz Scraper 2026

Daraz Scraper 2026

Scrape products, prices, ratings, and reviews from Daraz (Pakistan, Bangladesh, Nepal, Sri Lanka, Myanmar)

Pricing

from $1.00 / 1,000 product scraped (100+)s

Rating

0.0

(0)

Developer

buseta

buseta

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

2 days ago

Last modified

Share

Daraz Advanced Scraper

An Apify actor that scrapes product data from Daraz, the leading e-commerce platform across South Asia (owned by Alibaba Group). Supports 5 countries with automatic currency conversion to USD.

Supported Countries

CountryDomainCurrency
Pakistandaraz.pkPKR (Rs.)
Bangladeshdaraz.com.bdBDT (৳)
Nepaldaraz.com.npNPR (रू)
Sri Lankadaraz.lkLKR (Rs.)
Myanmardaraz.com.mmMMK (K)

Features

  • Multi-country support — Scrape from Pakistan, Bangladesh, Nepal, Sri Lanka, or Myanmar
  • 3 scraping modes — Search by keyword, browse categories, or scrape specific product URLs
  • Currency conversion — Prices in local currency and automatically converted to USD
  • Product details — Name, brand, SKU, category, description, images
  • Price tracking — Current price, original price, and discount percentage
  • Ratings & reviews — Aggregate ratings and individual customer reviews
  • Sort options — Best match, price low-to-high, price high-to-low, rating
  • Auto country detection — Automatically detects country from provided URLs
  • Anti-detection — Randomized user agents, disabled automation flags, random delays
  • Proxy support — Configurable proxy via Apify proxy system

Input Parameters

ParameterTypeDescriptionDefault
scrape_typestringScraping mode: search, category, or productrequired
product_urlsarrayList of Daraz product URLs (for product mode)
category_urlstringDaraz category URL (for category mode)
searchstringSearch keyword (for search mode)
countrystringCountry code: pk, bd, np, lk, mmpk
sort_bystringSort: relevance, priceasc, pricedesc, ratingrelevance
get_reviewsbooleanScrape customer reviewstrue
max_reviews_per_productintegerMax reviews per product10
proxy_configobjectProxy configurationNo proxy

Output Data

Each product in the dataset contains:

Product Information

FieldTypeDescription
namestringProduct name
brandstringBrand name
skustringProduct SKU
categorystringProduct category
descriptionstringProduct description
product_linkstringProduct URL
imagesarrayList of product image URLs

Price Data

FieldTypeDescription
price.local_currencystringCurrency code (PKR, BDT, NPR, LKR, MMK)
price.price_localnumberCurrent price in local currency
price.price_usdnumberCurrent price in USD
price.old_price_localnumberOriginal price in local currency (if discounted)
price.old_price_usdnumberOriginal price in USD (if discounted)
price.discountstringDiscount percentage (e.g., "25%")

Ratings

FieldTypeDescription
rating_info.ratingnumberAverage rating (out of 5)
rating_info.rating_countnumberTotal number of ratings
rating_info.review_countnumberTotal number of reviews

Reviews

FieldTypeDescription
reviews[].reviewstringReview text
reviews[].reviewed_bystringReviewer name
reviews[].review_datestringRelative review date
reviews[].verified_purchasebooleanWhether the reviewer made a verified purchase
number_of_reviewsnumberNumber of reviews scraped

Example Inputs

Scrape specific products

{
"scrape_type": "product",
"product_urls": [
"https://www.daraz.pk/products/p9-i683608788.html"
],
"get_reviews": true,
"max_reviews_per_product": 5
}

Search for products

{
"scrape_type": "search",
"search": "headphones",
"country": "pk",
"sort_by": "rating",
"get_reviews": true
}

Scrape a category (Bangladesh)

{
"scrape_type": "category",
"category_url": "https://www.daraz.com.bd/mens-watches/",
"country": "bd",
"sort_by": "priceasc"
}

Running Locally

  1. Install dependencies:

    $pip install -r requirements.txt
  2. Edit storage/key_value_stores/default/INPUT.json with your desired input.

  3. Run the actor:

    $python -m src

    Or using the Apify CLI:

    $apify run

Output Format

Results are stored in the Apify dataset and can be exported as JSON, CSV, Excel, or HTML.

Pay Per Event Pricing

EventPrice (USD)
Product scraped (1-25)$0.005
Product scraped (26-100)$0.002
Product scraped (101+)$0.001
Review scraped$0.0005