ParseForge Scrapers

Digikala Iran Product Scraper

parseforge/digikala-iran-scraper

E-commerceAutomationDeveloper tools

Searches Digikala Iran by keyword and returns each product as a flat row with its title, price, rating, stock status, and seller name. No login required.

Run this scraper See the API call
Total users
12
Monthly active
1
Total runs
106
Bookmarked
0
Last modified
18 days ago

This scraper was last updated on .

What does the Digikala Iran Product Scraper return?

ParseForge

Digikala Iran Product Scraper

Scrape product listings from Digikala Iran by keyword, up to a million items per run. Every product row includes its title, price, rating, availability, and seller info. No login or API key. Export to CSV, JSON, Excel, or XML.

Digikala is Iran's largest online marketplace, but its catalog is not available through a public API. This Actor searches Digikala's product listings directly by keyword, reads every matching product card, and returns structured data you can filter and analyze. It handles the pagination and rate-limiting so you get clean, consistent rows.

Who uses it What they scrape Digikala for
Market researchers Track pricing and assortment trends across Iranian e-commerce categories.
Competitive intelligence teams Monitor competitor product launches and pricing strategies on Digikala.
Dropshippers and resellers Find trending products and reliable sellers to source inventory from.
Data journalists Analyze product availability and price changes in the Iranian consumer market.

What it does

This Actor searches Digikala Iran for a given keyword and returns each product as a flat row with its title, price, rating, stock status, and seller name.

  • ๐Ÿ” Keyword search: Enter any Persian or English search term to scrape matching products.
  • ๐Ÿ“Š Structured output: Each product returns as one row with title, price, rating, and seller.
  • โš™๏ธ Configurable volume: Set a maximum number of products per run, from a single item up to one million.
  • ๐Ÿ“ฆ Multi-format export: Download your dataset as CSV, JSON, Excel, or XML.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Digikala data

๐Ÿ“ˆ Monitor category pricing.

A market researcher runs the Actor weekly with a category keyword like 'mobile' to track average prices and discount patterns across Digikala sellers.

๐Ÿช Audit competitor assortment.

A brand manager searches for their product category to see which competing brands are listed, at what price points, and with which sellers.

๐Ÿ”Ž Find trending products.

A dropshipper searches for a niche term like 'smartwatch' to identify high-rated, in-stock products they can add to their own store.

๐Ÿ“ฐ Report on consumer goods availability.

A data journalist scrapes essential goods categories periodically to report on stock levels and price inflation in the Iranian market.

Why choose this scraper

What you get
No API required Scrapes Digikala's public search pages directly.
Persian and English Accepts search terms in both languages.
Fixed schema Every row has the same columns, ready for analysis.
Scalable Collect up to one million products in a single run.

How it compares

No other Store actor targets Digikala the same way, so the honest comparison is with the alternatives teams actually weigh.

Digikala Iran Product Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When Digikala changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor with a search keyword and a maximum product count. The Actor stops when it reaches your limit or exhausts the search results. The Input tab lists every parameter.

A first run with the defaults:

{
  "query": "laptop",
  "maxItems": 10
}

A larger pull:

{
  "query": "laptop",
  "maxItems": 200
}

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Digikala Iran Product Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Digikala through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/digikala-iran-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your keyword spelling, especially if using Persian characters. Try a shorter or more general term. Also confirm that Digikala.com is accessible from your location, as the site may be restricted on some networks.

The run stopped before reaching my maxItems limit.

The Actor stops when Digikala has no more search results for your keyword. Your keyword may have fewer total products than your limit. Try a broader search term to get more results.

Some product fields are empty in my dataset.

Not every product listing on Digikala has a rating, review count, or discount. Empty fields mean that information was not present on the product card. This is expected behavior.

The Actor is running slowly.

The Actor paces requests to respect Digikala's servers. For large runs, expect a few minutes of runtime. If speed is critical, you can run multiple instances with different keywords in parallel.

FAQ

Question Answer
Do I need a Digikala account to scrape? No. The Actor reads the publicly accessible search result pages. No login, account, or API key is required.
Can I scrape in Persian (Farsi)? Yes. The search query field accepts Persian characters. Enter your keyword exactly as you would type it on Digikala's website.
What data fields does each product row contain? Each row includes the product title, current price, list price if discounted, average rating, number of reviews, stock availability, and seller name. The exact fields are shown in the sample output on the Actor's page.
How many products can I scrape in one run? You can set the maximum from 1 up to 1,000,000 products. The Actor stops when it reaches your limit or when there are no more search results.
Can I scrape a specific Digikala category or URL? This Actor is built for keyword search. To scrape a category page, enter the category name as your search term. Direct URL input is not supported in this version.
Is the price in Iranian Rial or Toman? The Actor returns the price exactly as displayed on Digikala, which is typically in Rial. Check the raw value in your dataset to confirm the unit.
Does this Actor handle Digikala's rate limiting? Yes. The Actor manages request timing internally to avoid being blocked. For very large runs, it automatically paces the requests.
Can I filter results by price range or seller? The Actor collects all products matching your keyword. You can filter by price, rating, or seller after the run by sorting your dataset in Excel, Google Sheets, or your analysis tool.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Digikala Group. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

What input does the Digikala Iran Product Scraper accept?

FieldTypeWhat it doesDefault
query string Search term entered into Digikala search. Trimmed before use. laptop
maxItems integer How many products to collect per run. 10

How much does the Digikala Iran Product Scraper cost?

from $7.69 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.00769 to $0.0085

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

How do I call the Digikala Iran Product Scraper API?

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~digikala-iran-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "laptop",
    "maxItems": 10
  }'

What example inputs can I use?

Use these inputs to see how a run is configured.

input.json
{
  "query": "laptop",
  "maxItems": 10
}

What do users say about the Digikala Iran Product Scraper?

No reviews yet. Be the first.

How do I report an issue with the Digikala Iran Product Scraper?

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

What related scrapers can I use?

Run Digikala Iran Product Scraper on Apify All scrapers