# Aqar.fm Scraper — النسخة العربية (`rigelbytes/aqar-fm-scraper`) Actor

Scrapes Saudi real estate listings from aqar.fm via Next.js RSC search API. Supports Arabic search paths, start URLs, and categoryId/cityId structured searches.

- **URL**: https://apify.com/rigelbytes/aqar-fm-scraper.md
- **Developed by:** [Rigel Bytes](https://apify.com/rigelbytes) (community)
- **Categories:** Real estate, Integrations, Travel
- **Stats:** 3 total users, 2 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.30 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **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 usage examples, see the [API](#api) section below.

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

# README

## Aqar.fm Scraper

Extract Saudi real estate listings from **Aqar.fm** — the Kingdom's leading property marketplace. Get prices, locations, images, agent details, and property specs for market research, investment analysis, and lead generation — from just **$2.00 per 1,000 listings** (plan discounts available, from $1.30/1,000).

***

### What can Aqar.fm Scraper do for you?

- **Build a Saudi property database** — Collect thousands of for-sale and for-rent listings across 60+ property types and 90+ cities
- **Monitor price trends** — Track asking prices for villas, apartments, land, offices, and commercial properties by city and district
- **Generate real estate leads** — Extract agent/owner names, company names, and listing contact data for outbound outreach
- **Analyze property features** — Get bedrooms, bathrooms, living rooms, area size, rent periods, and amenity specs for every listing
- **Support Arabic and English** — Scrape in either locale with full Arabic path segment support (`دور-للبيع/الرياض`)
- **Export structured data** — All results in JSON, CSV, or Excel for analysis, dashboards, or CRM import

***

### What data can you extract?

| Field | Description |
|-------|-------------|
| 🏷️ `title`, `categoryName` | Listing title and property category (e.g., Villa for Sale, Apartment for Rent) |
| 💰 `price`, `priceText`, `regaTotalPrice` | Asking price, formatted price, and total price (includes currency) |
| 📐 `area`, `beds`, `livings`, `wc` | Square meters, bedrooms, living rooms, bathrooms |
| 📍 `city`, `district`, `addressText` | Location data from city to street level |
| 🗺️ `latitude`, `longitude` | GPS coordinates for mapping |
| 📸 `mainImage`, `imageUrls` | Main listing photo and all gallery images |
| 👤 `userName`, `companyName`, `userReview` | Listing owner/agent name, company, and review score |
| 🏢 `gaListingType`, `gaPropertyCategory` | Google Analytics listing type (rent/sale) and property category |
| 📋 `specs` | Property amenities and extras (key-value pairs) |
| 🔗 `url` | Direct link to the original listing |
| 📅 `rentPeriod`, `rentPeriodText` | Rental period (monthly/yearly/daily) |

***

### Why use this scraper?

- **🔬 Market research** — Understand pricing, supply, and demand across Saudi Arabia's real estate market by city and property type
- **📊 Price monitoring** — Track how asking prices change over time for specific categories (villas, apartments, land, commercial)
- **🤝 Lead generation** — Build a contact list of agents, owners, and real estate companies active on Aqar.fm
- **⚡ Automate data collection** — Replace manual copy-paste with scheduled runs that push fresh data to your dataset

***

### Pricing

- **$2.00/1,000 listings** (lower with Apify Bronze/Silver/Gold plan discounts: from $1.30/1,000)
- No hidden fees or limits on usage.

***

### How to use Aqar.fm Scraper

1. **Create an Apify account** at [apify.com](https://apify.com) (free tier available)
2. **Open the Aqar.fm Scraper** in Apify Console
3. **Configure your search** — select property category and city from the dropdowns, or paste Arabic search path segments
4. **Set limits** — choose max items or max pages per search (20 listings per page)
5. **Run the actor** — click Start and wait for results
6. **Download data** — export as JSON, CSV, or Excel from the dataset

***

### Input

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `searchQueries` | `array[string]` | optional | Arabic search path segments (e.g., `دور-للبيع/الرياض`) |
| `categoryId` | `string` | optional | Property type filter (60+ categories from Apartment for Rent to Villa for Sale) |
| `cityId` | `string` | optional | City filter (90+ Saudi cities) |
| `startUrls` | `array[request]` | optional | Full Aqar.fm search URLs |
| `maxItems` | `integer` | optional | Max listings to scrape (0 = unlimited) |
| `maxPages` | `integer` | optional | Max pagination pages per search (0 = unlimited) |
| `locale` | `string` | optional | Site locale: `ar` (Arabic) or `en` (English) |
| `proxyConfiguration` | `object` | optional | Proxy settings (Apify residential recommended) |

#### 📝 Copy for Use:

```json
{
  "categoryId": "22",
  "cityId": "21",
  "maxItems": 10,
  "maxPages": 1,
  "locale": "ar",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
```

***

### Why Choose This Scraper?

- **Affordable**: Pay only $2.00 per 1,000 listings scraped, with discounts from $1.30/1,000 on higher Apify plans.
- **Comprehensive**: 40+ data fields per listing — price, location, specs, images, agent details, and coordinates.
- **Easy to Use**: Dropdown menus for category and city — no coding or Arabic typing required.
- **Reliable**: Built with `curl_cffi` for TLS fingerprint impersonation, automatic retries, and Apify proxy support.

***

### Recommended Proxy Providers

- ## **Shifter**

  - Reliable residential proxies all over the world.
  - Cheap rates
  - [Order Shifter Now](https://shifter.io/r/YoBB/order)
  - Get 10% Off any product, use coupan `rigelbytes-YoBB`.

- ## **OxyLabs**

  - **100M+ Proxies**
  - Fastest proxies in the market
  - Real profile, human-like Residential IPs
  - Quality assurance framework for most reliable IPs
  - [Get Proxies](https://oxylabs.go2cloud.org/aff_c?offer_id=7\&aff_id=1366\&url_id=7)

- ## **DataImpulse**

  - Covers **200+ Counties**
  - Reliable Residential Proxies for just $1/GB
  - [Get Residential Proxies](https://dataimpulse.com/?aff=89421)

### [![Learn More About Proxies](https://img.shields.io/badge/Learn_More-About_Proxies-blue?style=for-the-badge)](#understanding-proxies)

### 🙌 Why Buy Through Our Affiliate Link?

- Exclusive Deals: Some providers may offer special discounts or bonuses when you use our link.
- Support Our Work: Each purchase helps us maintain and improve the tools and services we provide.
- No Extra Cost: You pay the same price, but part of it goes to supporting our efforts.

#### Running via Apify Console

You can run this actor from the Apify Console by providing the necessary input parameters.

#### Running via API

You can trigger this actor using the Apify API, passing the required input in the request body.

***

### 🇸🇦 النسخة العربية

## Aqar.fm Scraper — النسخة العربية

قم باستخراج بيانات العقارات السعودية من **Aqar.fm** — سوق العقارات الرائد في المملكة. احصل على الأسعار، المواقع، الصور، تفاصيل الوكلاء، ومواصفات العقارات لأبحاث السوق، تحليل الاستثمار، وتوليد العملاء المحتملين — مقابل **$2.00 فقط لكل 1,000 إعلان** (خصومات متاحة حسب الخطة من $1.30/1,000).

***

### ماذا يمكن أن يفعل Aqar.fm Scraper من أجلك؟

- **بناء قاعدة بيانات عقارية سعودية** — اجمع آلاف الإعلانات للبيع والإيجار عبر أكثر من 60 نوع عقار وأكثر من 90 مدينة
- **مراقبة اتجاهات الأسعار** — تتبع أسعار الطلب للفلل، الشقق، الأراضي، المكاتب، والعقارات التجارية حسب المدينة والحي
- **توليد عملاء محتملين في العقارات** — استخرج أسماء الوكلاء/المالكين، أسماء الشركات، وبيانات التواصل للتواصل الخارجي
- **تحليل ميزات العقار** — احصل على عدد غرف النوم، الحمامات، غرف المعيشة، المساحة، فترات الإيجار، ومواصفات المرافق لكل إعلان
- **دعم العربية والإنجليزية** — استخرج البيانات بأي من اللغتين مع دعم مسارات البحث العربية بالكامل (`دور-للبيع/الرياض`)
- **تصدير بيانات منظمة** — جميع النتائج بصيغ JSON أو CSV أو Excel للتحليل ولوحات المعلومات أو أنظمة CRM

***

### ما هي البيانات التي يمكنك استخراجها؟

| الحقل | الوصف |
|-------|-------|
| 🏷️ `title`, `categoryName` | عنوان الإعلان ونوع العقار (مثل: فيلا للبيع، شقة للإيجار) |
| 💰 `price`, `priceText`, `regaTotalPrice` | السعر المطلوب، السعر المنسق، والسعر الإجمالي (يشمل العملة) |
| 📐 `area`, `beds`, `livings`, `wc` | المساحة بالمتر المربع، غرف النوم، غرف المعيشة، الحمامات |
| 📍 `city`, `district`, `addressText` | بيانات الموقع من المدينة إلى مستوى الشارع |
| 🗺️ `latitude`, `longitude` | إحداثيات GPS للتحديد على الخريطة |
| 📸 `mainImage`, `imageUrls` | الصورة الرئيسية للإعلان وجميع صور المعرض |
| 👤 `userName`, `companyName`, `userReview` | اسم المالك/الوكيل، الشركة، وتقييم المستخدم |
| 🏢 `gaListingType`, `gaPropertyCategory` | نوع الإعلان (إيجار/بيع) وفئة العقار |
| 📋 `specs` | مرافق العقار والإضافات (أزواج مفتاح-قيمة) |
| 🔗 `url` | رابط مباشر للإعلان الأصلي |
| 📅 `rentPeriod`, `rentPeriodText` | فترة الإيجار (شهري/سنوي/يومي) |

***

### لماذا استخدام هذه الأداة؟

- **🔬 أبحاث السوق** — فهم الأسعار، العرض، والطلب عبر سوق العقارات السعودي حسب المدينة ونوع العقار
- **📊 مراقبة الأسعار** — تابع كيف تتغير الأسعار المطلوبة بمرور الوقت لفئات محددة (فلل، شقق، أراضي، تجاري)
- **🤝 توليد العملاء المحتملين** — بناء قائمة اتصال بالوكلاء، المالكين، وشركات العقارات النشطة على Aqar.fm
- **⚡ أتمتة جمع البيانات** — استبدل النسخ واللصق اليدوي بتشغيلات مجدولة تغذي بيانات جديدة إلى مجموعة البيانات الخاصة بك

***

### التسعير

- **$2.00/1,000 إعلان** (أقل مع خصومات خطط Apify Bronze/Silver/Gold: من $1.30/1,000)
- لا رسوم مخفية أو حدود على الاستخدام.

***

### كيفية استخدام Aqar.fm Scraper

1. **إنشاء حساب Apify** على [apify.com](https://apify.com) (الطبقة المجانية متاحة)
2. **فتح Aqar.fm Scraper** في واجهة Apify Console
3. **تكوين البحث** — اختر فئة العقار والمدينة من القوائم المنسدلة، أو الصق مسارات البحث العربية
4. **تحديد الحدود** — اختر الحد الأقصى للعناصر أو الصفحات لكل بحث (20 إعلاناً لكل صفحة)
5. **تشغيل الأداة** — انقر على ابدأ وانتظر النتائج
6. **تنزيل البيانات** — قم بالتصدير بصيغ JSON أو CSV أو Excel من مجموعة البيانات

***

### الإدخال (Input)

| الخاصية | النوع | مطلوب | الوصف |
|----------|------|--------|-------------|
| `searchQueries` | `array[string]` | اختياري | مسارات البحث العربية (مثال: `دور-للبيع/الرياض`) |
| `categoryId` | `string` | اختياري | فلتر نوع العقار (أكثر من 60 فئة) |
| `cityId` | `string` | اختياري | فلتر المدينة (أكثر من 90 مدينة سعودية) |
| `startUrls` | `array[request]` | اختياري | روابط بحث كاملة من Aqar.fm |
| `maxItems` | `integer` | اختياري | الحد الأقصى للإعلانات (0 = غير محدود) |
| `maxPages` | `integer` | اختياري | الحد الأقصى لصفحات التصفح (0 = غير محدود) |
| `locale` | `string` | اختياري | لغة الموقع: `ar` (عربي) أو `en` (إنجليزي) |
| `proxyConfiguration` | `object` | اختياري | إعدادات البروكسي (يوصى باستخدام بروكسي سكني من Apify) |

#### 📝 نسخة للاستخدام:

```json
{
  "categoryId": "22",
  "cityId": "21",
  "maxItems": 10,
  "maxPages": 1,
  "locale": "ar",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
```

***

### لماذا تختار هذه الأداة؟

- **💰 اقتصادية**: ادفع فقط $2.00 لكل 1,000 إعلان، مع خصومات تبدأ من $1.30/1,000 على خطط Apify الأعلى.
- **📊 شاملة**: أكثر من 40 حقل بيانات لكل إعلان — السعر، الموقع، المواصفات، الصور، تفاصيل الوكيل، والإحداثيات.
- **🔧 سهلة الاستخدام**: قوائم منسدلة للفئة والمدينة — لا حاجة للبرمجة أو الكتابة بالعربية.
- **🛡️ موثوقة**: مبنية على `curl_cffi` لمحاكاة بصمة المتصفح، مع إعادة محاولة تلقائية ودعم بروكسي Apify.

***

### API Examples

#### Python

```shell
from apify_client import ApifyClient

client = ApifyClient("YOUR-APIFY-TOKEN")

run_input = {
    "categoryId": "22",
    "cityId": "21",
    "maxItems": 10,
    "maxPages": 1,
    "locale": "ar",
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"]
    }
}

run = client.actor("rigelbytes/aqar-fm-scraper").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)
```

#### JavaScript

```shell
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: 'YOUR-APIFY-TOKEN' });

const runInput = {
    categoryId: "22",
    cityId: "21",
    maxItems: 10,
    maxPages: 1,
    locale: "ar",
    proxyConfiguration: {
        useApifyProxy: true,
        apifyProxyGroups: ["RESIDENTIAL"]
    }
};

const run = await client.actor("rigelbytes/aqar-fm-scraper").call(runInput);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach(item => console.log(item));
```

#### cURL

```shell
curl -s "https://api.apify.com/v2/acts/rigelbytes/aqar-fm-scraper/runs?token=YOUR-APIFY-TOKEN" \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{
    "categoryId": "22",
    "cityId": "21",
    "maxItems": 10,
    "maxPages": 1,
    "locale": "ar",
    "proxyConfiguration": {
      "useApifyProxy": true,
      "apifyProxyGroups": ["RESIDENTIAL"]
    }
  }'
```

***

### 🚀 Other Tools by Rigel Bytes

Explore **89** more scraping tools by Rigel Bytes, organized by use case:

#### 📱 Social Media

Scrape Instagram, TikTok, LinkedIn, and more for content research and marketing intelligence.

- **[Export Instagram Reels](https://apify.com/rigelbytes/export-instagram-reels)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Facebook Ads Scraper](https://apify.com/rigelbytes/facebook-ads-scraper)** — Extract posts, profiles, and engagement data from Facebook for content research, influencer tracking, and marketing analytics.
- **[Instagram Analytics Tool](https://apify.com/rigelbytes/instagram-analytics-tool)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Comment Scraper](https://apify.com/rigelbytes/instagram-comment-scraper)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Creator Stats](https://apify.com/rigelbytes/instagram-creator-stats)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Engagement Tool](https://apify.com/rigelbytes/instagram-engagement-tool)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Post Scraper](https://apify.com/rigelbytes/instagram-post-scraper)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[instagram-posts](https://apify.com/rigelbytes/instagram-posts)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Profile Scraper](https://apify.com/rigelbytes/instagram-profile-scraper)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Reel Scraper](https://apify.com/rigelbytes/instagram-reel-scraper)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[linkedin-company-details](https://apify.com/rigelbytes/linkedin-company-details)** — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- **[Linkedin Company Scraper](https://apify.com/rigelbytes/linkedin-company-scraper)** — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- **[LinkedIn Job Scraper](https://apify.com/rigelbytes/linkedin-job-scraper)** — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- **[LinkedIn Profile Scraper](https://apify.com/rigelbytes/linkedin-profile-scraper)** — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- **[Scrape Instagram Creators](https://apify.com/rigelbytes/scrape-instagram-creators)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Tiktok Comment Scraper](https://apify.com/rigelbytes/tiktok-comment-scraper)** — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.
- **[Tiktok Creator Stats](https://apify.com/rigelbytes/tiktok-creator-stats)** — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.
- **[Tiktok Engagement Rate](https://apify.com/rigelbytes/tiktok-engagement-rate)** — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.
- **[TikTok Profile Scraper](https://apify.com/rigelbytes/tiktok-profile-scraper)** — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.

#### 🏠 Real Estate

Extract property listings, prices, and agent data from top real estate platforms.

- **[Airbnb Address Finder](https://apify.com/rigelbytes/airbnb-address-finder)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Availability Calendar](https://apify.com/rigelbytes/airbnb-availability-calendar)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Detailed Scraper - Search & Listing Details](https://apify.com/rigelbytes/airbnb-detailed-scraper)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Images Downloader](https://apify.com/rigelbytes/airbnb-images-downloader)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Listing](https://apify.com/rigelbytes/airbnb-listing)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Listing Urls](https://apify.com/rigelbytes/airbnb-listing-urls)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Property Details](https://apify.com/rigelbytes/airbnb-property-details)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Reviews](https://apify.com/rigelbytes/airbnb-reviews)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Scraper - Search & Listing Details](https://apify.com/rigelbytes/airbnb-scraper)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Bayut Scraper](https://apify.com/rigelbytes/bayut-scraper)** — Scrape property listings and market data from Bayut for market research, price monitoring, and investment analysis.
- **[Boligsiden.dk Scraper](https://apify.com/rigelbytes/boligsiden-dk-scraper)** — Scrape Danish real estate listings from Boligsiden.dk — for sale, sold, and rental properties with pricing, details,...
- **[Daft.ie Property Scraper](https://apify.com/rigelbytes/daft-ie-scraper)** — Scrapes property listings from Daft.ie including residential, rental, commercial, and new homes across Ireland.
- **[dubai-listing-scraper](https://apify.com/rigelbytes/dubai-listing-scraper)** — Extract unlimited property listings from Bayut.com — the UAE's largest real estate platform. Get detailed property...
- **[Export Airbnb Calendar](https://apify.com/rigelbytes/export-airbnb-calendar)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Funda Netherlands Real Estate Scraper](https://apify.com/rigelbytes/funda-nl-scraper)** — Scrape property listings from Funda.nl — the largest real estate platform in the Netherlands. Supports buy and rent,...
- **[Furnished Finder Fast](https://apify.com/rigelbytes/furnished-finder-fast)** — Scrape property listings and market data from Furnished Finder for market research, price monitoring, and investment analysis.
- **[Extract Furnished Finder Hosts](https://apify.com/rigelbytes/furnished-finder-hosts)** — Scrape property listings and market data from Furnished Finder for market research, price monitoring, and investment analysis.
- **[FurnishedFinder](https://apify.com/rigelbytes/furnishedfinder)** — Scrape property listings and market data from Furnished Finder for market research, price monitoring, and investment analysis.
- **[Hemnet.se Scraper - Swedish Real Estate Listings](https://apify.com/rigelbytes/hemnet-se-scraper)** — Scrape property listings from Hemnet.se including for-sale, upcoming, and sold homes. Search by URL or location...
- **[Immobiliare Italy Real Estate Scraper](https://apify.com/rigelbytes/immobiliare-it-scraper)** — Scrape property listings and market data from real estate portals for market research, price monitoring, and investment analysis.
- **[Immobilienscout24](https://apify.com/rigelbytes/immobilienscout24)** — Scrape property listings and market data from real estate portals for market research, price monitoring, and investment analysis.
- **[Immobilienscout24-scraper](https://apify.com/rigelbytes/immobilienscout24-scraper)** — Scrape property listings and market data from real estate portals for market research, price monitoring, and investment analysis.
- **[Immoweb Scraper - Belgium Property Listings](https://apify.com/rigelbytes/immoweb-scraper)** — Scrapes property listings from Immoweb.be. Supports search result extraction with optional property detail enrichment.
- **[Immowelt Property Scraper](https://apify.com/rigelbytes/immowelt-property-scraper)** — The Immowelt Scraper helps you extract unlimited real estate listings from Immowelt with complete details including...
- **[Immowelt Scraper](https://apify.com/rigelbytes/immowelt-scraper)** — The Immowelt Scraper helps you extract unlimited real estate listings from Immowelt with complete details including...
- **[Land.com Agents Scraper](https://apify.com/rigelbytes/landdotcom-agents)** — Scrape property listings and market data from Land.com for market research, price monitoring, and investment analysis.
- **[Land.com Scraper](https://apify.com/rigelbytes/landdotcom-scraper)** — Scrape property listings and market data from Land.com for market research, price monitoring, and investment analysis.
- **[Outdoorsy Scraper](https://apify.com/rigelbytes/outdoorsy-scraper)** — Scrape property listings and market data from Outdoorsy for market research, price monitoring, and investment analysis.
- **[Propertyfinder Scraper](https://apify.com/rigelbytes/propertyfinder-scraper)** — Scrape property listings and market data from Property Finder for market research, price monitoring, and investment analysis.
- **[Realtor.com Agent Scraper](https://apify.com/rigelbytes/realtor-agent-scraper)** — Scrape real estate agents from Realtor.com by city or ZIP code. Optionally fetch full agent profiles and reviews via...
- **[Realtor.com Scraper](https://apify.com/rigelbytes/realtor-scraper)** — Scrape Realtor.com property listings with full search filters via GraphQL. Supports price, beds/baths, property...
- **[Redfin Scraper](https://apify.com/rigelbytes/redfin-scraper)** — Scrape property listings and market data from Redfin for market research, price monitoring, and investment analysis.
- **[Rent.com Scraper](https://apify.com/rigelbytes/rent-com-scraper)** — Scrape rental listings from rent.com — search by location query or URL. Extracts property details, photos, floor...
- **[Rightmove Scraper](https://apify.com/rigelbytes/rightmove-scraper)** — Scrape property listings and market data from Rightmove for market research, price monitoring, and investment analysis.
- **[RVshare Scraper](https://apify.com/rigelbytes/rvshare-scraper)** — Scrape property listings and market data from RVshare for market research, price monitoring, and investment analysis.
- **[Unlimited Redfin Scraper](https://apify.com/rigelbytes/unlimited-redfin-scraper)** — Scrape property listings and market data from Redfin for market research, price monitoring, and investment analysis.
- **[Zillow Detail Scraper](https://apify.com/rigelbytes/zillow-detail-scraper)** — Scrape property listings and market data from Zillow for market research, price monitoring, and investment analysis.
- **[Zillow Scraper](https://apify.com/rigelbytes/zillow-scraper)** — Scrape property listings and market data from Zillow for market research, price monitoring, and investment analysis.
- **[Zoopla Scraper](https://apify.com/rigelbytes/zoopla-scraper)** — Scrape property listings and market data from Zoopla for market research, price monitoring, and investment analysis.

#### ✈️ Travel & Hospitality

Monitor rentals, bookings, and travel listings at scale.

- **[Autotrader Scraper](https://apify.com/rigelbytes/autotrader-scraper)** — Scrapes car listings from Autotrader.com with advanced search filters, pagination, and detailed vehicle data.
- **[CarMax Scraper](https://apify.com/rigelbytes/carmax-scraper)** — Scrapes used car listings from CarMax.com with search URL, zip code filtering, and pagination support.
- **[Cars.com Scraper](https://apify.com/rigelbytes/cars-scraper)** — Scrapes car listings from Cars.com using their GraphQL API. Extracts detailed vehicle data including price, specs,...
- **[Cars & Bids Scraper](https://apify.com/rigelbytes/carsandbids-scraper)** — Scrape live, upcoming, and past car auctions from Cars & Bids. Extract vehicle details, bids, photos, comments, and...
- **[Ticketmaster Scraper](https://apify.com/rigelbytes/ticketmaster-scraper)** — Collect rental and travel listings from Ticketmaster for pricing intelligence and availability tracking.

#### 🛒 E-commerce

Scrape products, prices, and marketplace data for competitive research.

- **[Amazon Product Scraper](https://apify.com/rigelbytes/amazon-product-scraper)** — Scrape products, prices, and seller data from Amazon for competitor monitoring, pricing, and product research.
- **[Amazon Search Scraper](https://apify.com/rigelbytes/amazon-scraper)** — Scrape products, prices, and seller data from Amazon for competitor monitoring, pricing, and product research.
- **[AutoScout24 Scraper](https://apify.com/rigelbytes/autoscout24-scraper)** — Scrape car listings from AutoScout24 with full filter support. Extract makes, models, prices, mileage, seller info,...
- **[Daraz](https://apify.com/rigelbytes/daraz)** — Scrape products, prices, and seller data from Daraz for competitor monitoring, pricing, and product research.
- **[Etsy Scraper](https://apify.com/rigelbytes/etsy-scraper)** — Scrape products, prices, and seller data from Etsy for competitor monitoring, pricing, and product research.
- **[Homedepot Scraper](https://apify.com/rigelbytes/homedepot-scraper)** — HomeDepot Products Scraper lets you extract product data from homedepot.com using a collection URL and delivery ZIP....
- **[Otodom Scraper - Polish Real Estate Listings](https://apify.com/rigelbytes/otodom-scraper)** — Scrapes property listings from Otodom.pl, Poland's leading real estate marketplace. Supports filters for transaction...

#### 💼 Jobs & Recruitment

Collect job listings and company hiring data for market analysis.

- **[ZipRecruiter Job Scraper](https://apify.com/rigelbytes/ziprecruiter-scraper)** — Scrape job listings from ZipRecruiter with search queries, locations, and radius filters. Extracts title, company,...

#### 📩 Lead Generation

Find business contacts, leads, and company data for sales and outreach.

- **[Company Service Finder](https://apify.com/rigelbytes/company-service-finder)** — The Company Service Finder uses AI to extract and analyze company services from Google Search & Maps. Get detailed...
- **[Doctify Scraper](https://apify.com/rigelbytes/doctify-scraper)** — Doctify Scraper lets you extract doctor and practice data from doctify.com using a search results URL. Collect...
- **[Doctolib Scraper](https://apify.com/rigelbytes/doctolib-scraper)** — Scrape doctor profiles, availability, and practice details from Doctolib.de — Germany's largest medical appointment...
- **[FindLaw Law Firm Scraper - Attorney & Law Firm Data Extraction](https://apify.com/rigelbytes/findlaw-scraper)** — Scrape law firm profiles from FindLaw.com. Extract detailed attorney and firm information including contact details,...
- **[Google Maps Scraper](https://apify.com/rigelbytes/google-maps-scraper)** — Find business leads and contact details from Google Maps for outbound sales, prospecting, and CRM enrichment.
- **[Website Services Finder](https://apify.com/rigelbytes/website-services-finder)** — Automatically extract and analyze company services from any business website using advanced AI. Choose from 5 AI...
- **[Zillow Agents](https://apify.com/rigelbytes/zillow-agents)** — Find business leads and contact details from Zillow for outbound sales, prospecting, and CRM enrichment.
- **[Zillow Agents Phone](https://apify.com/rigelbytes/zillow-agents-phone)** — Find business leads and contact details from Zillow for outbound sales, prospecting, and CRM enrichment.
- **[Zillow Agents Vault](https://apify.com/rigelbytes/zillow-agents-vault)** — Find business leads and contact details from Zillow for outbound sales, prospecting, and CRM enrichment.

#### ⭐ Reviews & Ratings

Monitor reviews and reputation data across review platforms.

- **[Airbnb Listing Reviews](https://apify.com/rigelbytes/airbnb-listing-reviews)** — Collect reviews and ratings from Airbnb for reputation monitoring and customer insights.
- **[BBB Scraper](https://apify.com/rigelbytes/bbb-scraper)** — Collect reviews and ratings from BBB for reputation monitoring and customer insights.
- **[Costco Product Scraper](https://apify.com/rigelbytes/costco-scraper)** — Scrapes product data from Costco.com including prices, descriptions, ratings, and availability. Supports search...
- **[HRS Hotel Reviews Scraper](https://apify.com/rigelbytes/hrs-hotel-reviews-scraper)** — Extract hotel details, room offers, and guest reviews from HRS hotel URLs.
- **[HRS Hotel Scraper](https://apify.com/rigelbytes/hrs-scraper)** — Scrapes hotel listings, prices, ratings, and amenities from HRS (hrs.com) by location and travel dates.
- **[Rottentomatoes Reviews Scraper](https://apify.com/rigelbytes/rottentomatoes-reviews-scraper)** — Collect reviews and ratings from Rotten Tomatoes for reputation monitoring and customer insights.
- **[Trustpilot Reviews Scraper](https://apify.com/rigelbytes/trustpilot-reviews)** — Collect reviews and ratings from Trustpilot for reputation monitoring and customer insights.

#### 🍔 Food & Delivery

Extract restaurant, grocery, and delivery platform data.

- **[Instacart Scraper](https://apify.com/rigelbytes/instacart-scraper)** — Scrape menus, stores, and delivery data from Instacart for data-driven research and automation.
- **[Publix Scraper](https://apify.com/rigelbytes/publix-scraper)** — Scrape menus, stores, and delivery data from Publix for data-driven research and automation.

#### 🛠️ Developer Tools

General-purpose scraping and automation tools.

- **[Web Crawler](https://apify.com/rigelbytes/webcrawler)** — This web crawler is designed to provide users with complete flexibility by allowing them to use their \*\*own...

***

### Understanding Proxies:

When scraping data or browsing anonymously, proxies are essential. They act as intermediaries, masking your original IP address and allowing you to send requests from another location.

#### Why Use Proxies?

- Avoid IP Blocks: By routing requests through proxies, you prevent the target website from recognizing your IP as a scraper or spammer.
- Access Geo-restricted Content: Proxies let you access content or websites restricted by location.
- Enhance Anonymity: Hide your actual IP, ensuring privacy while scraping or browsing.

#### Types of Proxies

1. Residential Proxies
   - Real IP addresses provided by ISPs to home users.
   - They mimic regular users, making them harder to detect.
   - Best for: Long-term, undetectable scraping, and avoiding blocks.
2. Data Center Proxies
   - IP addresses from servers in data centers.
   - Faster and cheaper than residential proxies but easier to detect and block.
   - Best for: High-speed scraping, but with a higher risk of detection.
3. Mobile Proxies
   - IPs provided by mobile carriers (3G/4G/5G networks).
   - Very difficult to detect, as they appear as regular mobile users.
   - Best for: Mobile-related scraping or avoiding sophisticated blocks.

#### Rotating Proxies vs. Straight Proxies

- Rotating Proxies: Every request you send goes through a different proxy, making it harder for websites to detect patterns.
- Straight Proxies: All requests are sent through the same proxy, making it easier to track your IP.

***

### About Rigel Bytes

Rigel Bytes specializes in web scraping, automation, and data analytics. We help businesses extract and leverage valuable data for informed decision-making.

***

### Contact Us

Ready to unlock the power of data? Reach out to us at (contact@rigelbytes.com) or [book an appointment](https://cal.com/faizanali/appointments) with us to learn more about how we can help you achieve your data goals.

***

### Detailed Data

```json
[
  {
    "id": 123456,
    "url": "https://sa.aqar.fm/listing/123456",
    "title": "فيلا فاخرة للبيع في حي النرجس",
    "category": 3,
    "categoryName": "فيلا للبيع (Villa for sale)",
    "gaListingType": "for-sale",
    "gaPropertyCategory": "villa",
    "price": 2500000,
    "priceText": "2,500,000 ريال",
    "area": 450,
    "beds": 5,
    "livings": 2,
    "wc": 5,
    "city": "الرياض (Riyadh)",
    "district": "النرجس",
    "addressText": "الرياض، حي النرجس",
    "latitude": 24.774265,
    "longitude": 46.738586,
    "mainImage": "https://cdn.aqar.fm/.../image.jpg",
    "userName": "محمد أحمد",
    "companyName": "شركة العقارية المتحدة",
    "searchPath": "فيلا-للبيع/الرياض",
    "page": 1
  },
  {
    "id": 123457,
    "url": "https://sa.aqar.fm/listing/123457",
    "title": "شقة للإيجار في حي العليا",
    "category": 1,
    "categoryName": "شقة للإيجار (Apartment for rent)",
    "gaListingType": "for-rent",
    "gaPropertyCategory": "apartment",
    "price": 45000,
    "regaTotalPrice": 45000,
    "priceText": "45,000 ريال سنوياً",
    "rentPeriod": 1,
    "rentPeriodText": "سنوي",
    "area": 180,
    "beds": 3,
    "livings": 1,
    "wc": 2,
    "city": "الرياض (Riyadh)",
    "district": "العليا",
    "addressText": "الرياض، حي العليا، شارع التخصصي",
    "latitude": 24.712345,
    "longitude": 46.675432,
    "mainImage": "https://cdn.aqar.fm/.../image2.jpg",
    "imageUrls": [
      "https://cdn.aqar.fm/.../image2.jpg",
      "https://cdn.aqar.fm/.../image3.jpg"
    ],
    "userReview": 4.5,
    "searchPath": "شقق-للإيجار/الرياض",
    "page": 1
  }
]
```

# Actor input Schema

## `searchQueries` (type: `array`):

Arabic search path segments from aqar.fm. Examples: دور-للبيع, شقق-للإيجار/الرياض, عقارات/الرياض.

## `categoryId` (type: `string`):

Property type filter. Combined with city to build the search automatically.

## `cityId` (type: `string`):

City filter (optional). Combined with category to narrow results.

## `startUrls` (type: `array`):

Full aqar.fm search URLs. Examples: https://sa.aqar.fm/دور-للبيع, https://sa.aqar.fm/شقق-للإيجار/الرياض.

## `maxItems` (type: `integer`):

Maximum number of listings to scrape (0 = unlimited).

## `maxPages` (type: `integer`):

Maximum pagination pages per search (0 = unlimited, 20 listings per page).

## `locale` (type: `string`):

Site locale for requests.

## `proxyConfiguration` (type: `object`):

Proxy settings for anti-bot protection.

## Actor input object example

```json
{
  "searchQueries": [
    "دور-للبيع/الرياض"
  ],
  "categoryId": "22",
  "cityId": "21",
  "startUrls": [],
  "maxItems": 50,
  "maxPages": 0,
  "locale": "ar",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (type: `string`):

Dataset containing scraped aqar.fm property listings.

## `runStats` (type: `string`):

Run metadata including recordsScraped and timestamps.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQueries": [
        "دور-للبيع/الرياض"
    ],
    "categoryId": "22",
    "cityId": "21",
    "maxItems": 50,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("rigelbytes/aqar-fm-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQueries": ["دور-للبيع/الرياض"],
    "categoryId": "22",
    "cityId": "21",
    "maxItems": 50,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("rigelbytes/aqar-fm-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQueries": [
    "دور-للبيع/الرياض"
  ],
  "categoryId": "22",
  "cityId": "21",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call rigelbytes/aqar-fm-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=rigelbytes/aqar-fm-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/B43P6x2uSD0pUmBQI/builds/D3G2bQYyY6ny4CSG4/openapi.json
