# Scrape Wasalt.sa PIF REGA-Verified Listings

**Use case:** 

Extract REGA-verified property listings from PIF-owned Wasalt.sa with license number, agent and brokerage details for trusted KSA data.

## Input

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

## Output

```json
{
  "listing_id": {
    "label": "Listing id"
  },
  "platform": {
    "label": "Platform"
  },
  "rega_license_number": {
    "label": "Rega license number"
  },
  "rega_license_url": {
    "label": "Rega license url"
  },
  "rega_license_expires_at": {
    "label": "Rega license expires at"
  },
  "is_rega_verified": {
    "label": "Is rega verified"
  },
  "agent_name_en": {
    "label": "Agent name en"
  },
  "brokerage_name": {
    "label": "Brokerage name"
  },
  "agent_capacity": {
    "label": "Agent capacity"
  },
  "city_en": {
    "label": "City en"
  },
  "district_en": {
    "label": "District en"
  },
  "price_sar": {
    "label": "Price sar"
  },
  "source_url": {
    "label": "Source url"
  }
}
```

## 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.