# Hyundai Car Listings Scraper for Soum.sa

**Use case:** 

Extract structured data for Hyundai vehicles from Soum.sa. Get product IDs, models, prices, seller details, and images.

## Input

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