# soum.sa Mobiles Scraper for Saudi Phone Listings

**Use case:** 

Extract detailed mobile phone data from Soum, including specs, prices, and seller info. Ideal for tracking phone prices and comparing models.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://soum.sa/en/mobiles"
    }
  ],
  "maxItems": 5,
  "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.