# soum.sa Apple Headphones Data Extractor

**Use case:** 

Extract detailed listings for Apple AirPods and Beats from soum.sa. Get product specs, prices, and seller information to monitor market trends.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://soum.sa/en/headphones?brandId=6192c3ea1d510f7ee2839f65"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "modelName": {
    "label": "Product Model",
    "format": "text"
  },
  "categoryName": {
    "label": "Product Category",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Soum سوم Product Scraper - Extract soum.sa Product Data](https://apify.com/boring_internet_explorer/soum-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/boring_internet_explorer/soum-scraper) to learn more, explore other use cases, and run it yourself.