# Villas for Sale in Riyadh — Aqar Listings

**Use case:** 

Scrape villas for sale in Riyadh from Aqar: asking price, price/m², beds, baths, land area, GPS, photos, FAL license and REGA deed number.

## Input

```json
{
  "scrapeMode": "overview",
  "searchMode": "bySearch",
  "category": "3",
  "propertyType": "",
  "deal": "",
  "city": "Riyadh",
  "listingIds": [
    "6651360"
  ],
  "maxResults": 25,
  "sort": "create_time",
  "sortDir": "desc",
  "furnished": ""
}
```

## Output

```json
{
  "thumbnail": {
    "label": "🖼️ Thumbnail",
    "format": "string"
  },
  "id": {
    "label": "🆔 Listing ID",
    "format": "integer"
  },
  "url": {
    "label": "🔗 URL",
    "format": "string"
  },
  "propertyTitle": {
    "label": "🏷️ Title",
    "format": "string"
  },
  "source": {
    "label": "📡 Source",
    "format": "string"
  },
  "category_id": {
    "label": "🗂️ Category ID",
    "format": "integer"
  },
  "category_label": {
    "label": "🗂️ Category",
    "format": "string"
  },
  "deal_type": {
    "label": "🤝 Deal Type",
    "format": "string"
  },
  "property_type": {
    "label": "🏠 Property Type",
    "format": "string"
  },
  "price": {
    "label": "💰 Price",
    "format": "integer"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "country": {
    "label": "🌍 Country",
    "format": "string"
  },
  "meter_price": {
    "label": "📊 Price / m²",
    "format": "number"
  },
  "price_per_sqm": {
    "label": "📊 Computed Price / m²",
    "format": "integer"
  },
  "price_2_payments": {
    "label": "💳 Price (2 payments)",
    "format": "integer"
  },
  "price_4_payments": {
    "label": "💳 Price (4 payments)",
    "format": "integer"
  },
  "price_12_payments": {
    "label": "💳 Price (12 payments)",
    "format": "integer"
  },
  "rent_period": {
    "label": "📆 Rent Period",
    "format": "integer"
  },
  "rega_total_price": {
    "label": "🏛️ REGA Total Price",
    "format": "integer"
  },
  "is_auction": {
    "label": "🔨 Auction",
    "format": "boolean"
  },
  "area_sqm": {
    "label": "📐 Area (m²)",
    "format": "number"
  },
  "beds": {
    "label": "🛏️ Bedrooms",
    "format": "integer"
  },
  "livings": {
    "label": "🛋️ Living Rooms",
    "format": "integer"
  },
  "rooms": {
    "label": "🚪 Rooms",
    "format": "integer"
  },
  "baths": {
    "label": "🛁 Bathrooms",
    "format": "integer"
  },
  "age": {
    "label": "🗓️ Age",
    "format": "integer"
  },
  "width": {
    "label": "↔️ Width",
    "format": "number"
  },
  "length": {
    "label": "↕️ Length",
    "format": "number"
  },
  "street_width": {
    "label": "🛣️ Street Width",
    "format": "integer"
  },
  "furnished": {
    "label": "🛋️ Furnished",
    "format": "boolean"
  },
  "ac": {
    "label": "❄️ Air Conditioning",
    "format": "boolean"
  },
  "pool": {
    "label": "🏊 Pool",
    "format": "boolean"
  },
  "elevator": {
    "label": "🛗 Elevator",
    "format": "boolean"
  },
  "basement": {
    "label": "🕳️ Basement",
    "format": "boolean"
  },
  "city_id": {
    "label": "🆔 City ID",
    "format": "integer"
  },
  "district_id": {
    "label": "🆔 District ID",
    "format": "integer"
  },
  "direction_id": {
    "label": "🧭 Direction ID",
    "format": "integer"
  },
  "province_id": {
    "label": "🆔 Province ID",
    "format": "integer"
  },
  "city": {
    "label": "🏙️ City",
    "format": "string"
  },
  "district": {
    "label": "🏘️ District",
    "format": "string"
  },
  "region": {
    "label": "🗺️ Region",
    "format": "string"
  },
  "street": {
    "label": "🛣️ Street",
    "format": "string"
  },
  "address": {
    "label": "📫 Address",
    "format": "string"
  },
  "latitude": {
    "label": "📍 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "📍 Longitude",
    "format": "number"
  },
  "advertiser_name": {
    "label": "🧑‍💼 Advertiser",
    "format": "string"
  },
  "advertiser_company": {
    "label": "🏢 Advertiser Company",
    "format": "string"
  },
  "advertiser_type": {
    "label": "🏷️ Advertiser Type",
    "format": "string"
  },
  "advertiser_phone": {
    "label": "📞 Advertiser Phone",
    "format": "string"
  },
  "advertiser_rega_id": {
    "label": "🪪 Advertiser REGA ID",
    "format": "string"
  },
  "is_exclusive": {
    "label": "⭐ Exclusive",
    "format": "boolean"
  },
  "ad_license_number": {
    "label": "📄 FAL Ad License",
    "format": "string"
  },
  "off_plan_license_number": {
    "label": "📄 Off-Plan License",
    "format": "string"
  },
  "deed_number": {
    "label": "📜 Deed Number",
    "format": "string"
  },
  "deed_area": {
    "label": "📐 Deed Area",
    "format": "number"
  },
  "rega_licensed": {
    "label": "✅ REGA Licensed",
    "format": "boolean"
  },
  "rega_license_url": {
    "label": "🔗 REGA License URL",
    "format": "string"
  },
  "description": {
    "label": "📝 Description",
    "format": "string"
  },
  "description_en": {
    "label": "📝 Description (EN)",
    "format": "string"
  },
  "images": {
    "label": "📷 Photos",
    "format": "array"
  },
  "images_count": {
    "label": "📷 Photo Count",
    "format": "integer"
  },
  "has_video": {
    "label": "🎥 Has Video",
    "format": "boolean"
  },
  "created_at": {
    "label": "📅 Created At",
    "format": "integer"
  },
  "refreshed_at": {
    "label": "🔄 Refreshed At",
    "format": "integer"
  },
  "published_at": {
    "label": "📅 Published At",
    "format": "integer"
  },
  "published": {
    "label": "✅ Published",
    "format": "boolean"
  },
  "metadata": {
    "label": "🧾 Run Metadata",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Aqar Scraper — Saudi Arabia Property Data & API](https://apify.com/sian.agency/aqar-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/aqar-property-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/aqar-property-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
