# Scrape Vision 2030 NEOM & Red Sea Property Listings

**Use case:** 

Extract Saudi listings auto-tagged inside NEOM, Red Sea, Diriyah, ROSHN and Qiddiya mega-project zones for Vision 2030 market intelligence.

## Input

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

## Output

```json
{
  "listing_id": {
    "label": "Listing id"
  },
  "platform": {
    "label": "Platform"
  },
  "vision_2030_zone": {
    "label": "Vision 2030 zone"
  },
  "city_en": {
    "label": "City en"
  },
  "district_en": {
    "label": "District en"
  },
  "property_type": {
    "label": "Property type"
  },
  "price_sar": {
    "label": "Price sar"
  },
  "area_sqm": {
    "label": "Area sqm"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "completion_status": {
    "label": "Completion status"
  },
  "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.