# Digikala Headphone Listings Scraper

**Use case:** 

Scrape Digikala Iran headphone products with product title, price, URL, brand, and seller. Export results to JSON or CSV.

## Input

```json
{
  "query": "headphone",
  "maxItems": 50
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "image"
  },
  "title": {
    "label": "📝 Title",
    "format": "text"
  },
  "price": {
    "label": "💰 Price",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Digikala Iran Scraper](https://apify.com/parseforge/digikala-iran-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/digikala-iran-scraper) to learn more, explore other use cases, and run it yourself.