Aqar.fm Scraper — Export Saudi Arabia Property Data
Pricing
from $1.20 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
7
Total users
2
Monthly active users
16 days ago
Last modified
Categories
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
| Field | Notes |
|---|---|
id, url | Listing id + direct link |
transaction | sale / rent |
propertyType, categoryId | Arabic category name + id |
title, description | Arabic |
price, priceText, currency, priceUnit, rentPeriod | Numeric SAR; month for rent |
areaSqm, beds, livings, baths | |
city, district, region, country | Location |
lat, lng, address | |
mainImage, imagesCount, isAuction, userType | |
scrapedAt, source | Run 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.