Daraz Scraper avatar
Daraz Scraper

Pricing

$0.90 / 1,000 results

Go to Apify Store
Daraz Scraper

Daraz Scraper

Daraz Scraper gathers public product data for research, fully respects Daraz’s Terms, and will be removed upon Daraz’s request.

Pricing

$0.90 / 1,000 results

Rating

3.0

(1)

Developer

MY Data

MY Data

Maintained by Community

Actor stats

0

Bookmarked

16

Total users

0

Monthly active users

2 months ago

Last modified

Categories

Share

Daraz Product Scraper

A powerful Scrapy-based scraper for extracting product information from Daraz.com.np.

Features

  • Scrapes product details including:

    • Product title
    • Price and original price
    • Ratings and reviews
    • Stock status
    • Product images
    • Seller information
    • Brand and category
    • Location
  • Supports pagination with configurable page limits

  • Handles AJAX requests for dynamic content loading

  • Respects rate limits and includes proper delays

Input Parameters

  • search_items (required): The product keyword to search for (e.g., "laptop", "smartphone")
  • max_pages (optional): Maximum number of pages to scrape (default: 5)

Usage

  1. Set your search keyword in the search_items field
  2. Optionally adjust the max_pages to control how many result pages to scrape
  3. Run the actor

Output

The scraped data is saved to the Apify dataset in JSON format with the following structure:

{
"title": "Product Name",
"price": "Rs. 50,000",
"rating": 4.5,
"instock": true,
"item_id": "123456789",
"image": "https://...",
"original_price": "Rs. 60,000",
"price_show": "Rs. 50,000",
"reviews": 245,
"location": "Kathmandu",
"sellerName": "Seller Name",
"brand": "Brand Name",
"category": ["Electronics", "Laptops"]
}

Rate Limiting

The scraper includes built-in delays and respects the target website's terms of service. It's configured with:

  • 2 second delay between requests
  • 1 concurrent request per domain
  • Proper error handling and retries