# Saudi Arabia Laptop Price Scraper for soum.sa

**Use case:** 

Extract structured data on new and used laptops from Soum's marketplace. Get detailed specs, pricing, seller info, and images for comparison.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://soum.sa/en/laptops?brandId=606f42c42f4f6a212bd3339d"
    }
  ],
  "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.