# Soum.sa Cars Scraper for Saudi Vehicle Listings

**Use case:** 

Scrape structured data on used and new car listings from soum.sa. Get details on pricing, models, conditions, and seller information.

## Input

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