# Saudi Arabia Commercial Property Rental Lead Generation

**Use case:** 

Generate leads for commercial properties available for rent in key Saudi Arabian cities like Riyadh and Jeddah. Target businesses seeking new office or retail s

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.propertyfinder.sa/en/commercial-rent/riyadh"
    },
    {
      "url": "https://www.propertyfinder.sa/en/commercial-rent/jeddah"
    }
  ],
  "country": "sa",
  "city": "dubai",
  "purpose": "commercial-rent",
  "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.