# Scrape Saudi Land Plots for Sale by Area

**Use case:** 

Extract Saudi land and plot sale listings filtered by minimum area with price, district and coordinates from Aqar.fm and Bayut.sa.

## Input

```json
{
  "platforms": [
    "aqar",
    "bayut_sa"
  ],
  "cities": [
    "Riyadh"
  ],
  "categories": [
    "land"
  ],
  "listingType": "sale",
  "maxListingsPerPlatform": 20,
  "priceMinSar": 0,
  "priceMaxSar": 0,
  "bedroomsMin": 0,
  "bathroomsMin": 0,
  "areaMinSqm": 300,
  "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"
  },
  "title_en": {
    "label": "Title en"
  },
  "title_ar": {
    "label": "Title ar"
  },
  "price_sar": {
    "label": "Price (SAR)",
    "format": "number"
  },
  "property_type": {
    "label": "Property type"
  },
  "listing_type": {
    "label": "Listing type"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "area_sqm": {
    "label": "Area sqm"
  },
  "city_en": {
    "label": "City en"
  },
  "district_en": {
    "label": "District en"
  },
  "rega_license_number": {
    "label": "Rega license number"
  },
  "is_rega_verified": {
    "label": "Is rega verified"
  },
  "vision_2030_zone": {
    "label": "Vision 2030 zone"
  },
  "source_url": {
    "label": "Source",
    "format": "link"
  },
  "fetched_at": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

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