# Saudi Arabia Commercial Property Leads: Riyadh & Jeddah

**Use case:** 

Extract detailed listings of commercial properties for sale and rent across key Saudi Arabian cities, including Riyadh and Jeddah, to generate qualified leads. 

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.propertyfinder.ae/sitemaps/dubai-buy-0.xml"
    }
  ],
  "country": "sa",
  "city": "riyadh",
  "purpose": "commercial-buy",
  "fetch_full_details": true,
  "max_items": 300,
  "max_retries": 2,
  "ignore_url_failures": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "community": {
    "label": "Community",
    "format": "text"
  },
  "brokerName": {
    "label": "Broker",
    "format": "text"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Property Finder Scraper](https://apify.com/crawlerbros/propertyfinder-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/propertyfinder-scraper) to learn more, explore other use cases, and run it yourself.