Aqar.fm Scraper — Export Saudi Arabia Property Data avatar

Aqar.fm Scraper — Export Saudi Arabia Property Data

Pricing

from $1.20 / 1,000 results

Go to Apify Store
Aqar.fm Scraper — Export Saudi Arabia Property Data

Aqar.fm Scraper — Export Saudi Arabia Property Data

Scrape Aqar.fm (sa.aqar.fm), Saudi Arabia's #1 property portal, into clean JSON, CSV or Excel. Extract Saudi real estate data — price (SAR), beds, baths, area, city, district and geo — for apartments, villas and land, for sale and rent. A property dataset for investors and lead generation.

Pricing

from $1.20 / 1,000 results

Rating

0.0

(0)

Developer

Vladimir Ignatev

Vladimir Ignatev

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

2

Monthly active users

16 days ago

Last modified

Share

Aqar.fm Scraper — Saudi Arabia Property Listings

Scrape sa.aqar.fm (Saudi Arabia's #1 property portal) into clean JSON, CSV or Excel — price (SAR), beds, baths, living rooms, area, city/district, geo, property type and images for for-sale and rent listings across KSA.

What you get

FieldNotes
id, urlListing id + direct link
transactionsale / rent
propertyType, categoryIdArabic category name + id
title, descriptionArabic
price, priceText, currency, priceUnit, rentPeriodNumeric SAR; month for rent
areaSqm, beds, livings, baths
city, district, region, countryLocation
lat, lng, address
mainImage, imagesCount, isAuction, userType
scrapedAt, sourceRun metadata

Input

{ "startUrls": ["https://sa.aqar.fm/شقق-للبيع"], "maxItems": 200 }
  • startUrls — category/region pages: /شقق-للبيع (apartments for sale), /فلل-للبيع (villas), /اراضي-للبيع (land), /شقق-للايجار (rent), or region-scoped /شقق-للبيع/الرياض. ~21 newest listings render per page — pass several type/region URLs for breadth.
  • maxItems — stop after this many listings.
  • proxyConfiguration — Apify Proxy (datacenter is fine; site is Cloudflare-passive).

How it works

sa.aqar.fm is a Next.js app-router site: each listing is an object in the self.__next_f RSC stream (numeric SAR price, beds, area, geo, city/district). This actor reads each category/region page, reassembles the stream, brace-matches the listing objects and de-duplicates by id. robots.txt only restricts GoogleBot. Public listing pages only.

Note: the SSR page renders ~21 newest listings; deeper pagination is served by a GraphQL API (not used here), so for volume pass multiple type/region start URLs.