# Scrape Saudi Real Estate Agent Contacts

**Use case:** 

Build a Saudi real estate agent and brokerage directory with phone, WhatsApp, REGA license and city from Bayut.sa and PropertyFinder.sa.

## Input

```json
{
  "platforms": [
    "bayut_sa",
    "pf_sa"
  ],
  "cities": [
    "Riyadh"
  ],
  "categories": [],
  "listingType": "sale",
  "maxListingsPerPlatform": 25,
  "priceMinSar": 0,
  "priceMaxSar": 0,
  "bedroomsMin": 0,
  "bathroomsMin": 0,
  "areaMinSqm": 0,
  "regaVerifiedOnly": false,
  "vision2030ZonesOnly": false,
  "fetchBayutRegaDetails": false,
  "useProxy": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "BUYPROXIES94952"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "listing_id": {
    "label": "Listing id"
  },
  "platform": {
    "label": "Platform"
  },
  "agent_name_en": {
    "label": "Agent name en"
  },
  "agent_name_ar": {
    "label": "Agent name ar"
  },
  "agent_phone": {
    "label": "Agent phone"
  },
  "agent_whatsapp": {
    "label": "Agent whatsapp"
  },
  "agent_email": {
    "label": "Agent email"
  },
  "brokerage_name": {
    "label": "Brokerage name"
  },
  "agent_capacity": {
    "label": "Agent capacity"
  },
  "rega_license_number": {
    "label": "Rega license number"
  },
  "city_en": {
    "label": "City en"
  }
}
```

## About this Actor

This example demonstrates how to use [Saudi Real Estate — Bayut, Wasalt, Aqar.fm, PropertyFinder](https://apify.com/constructive_calm/saudi-real-estate-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/saudi-real-estate-scraper) to learn more, explore other use cases, and run it yourself.