Sakani: Get Popular Units
Sakani via Parse · real_estate
Retrieve individual property units from the sakani.sa marketplace, sorted by popularity. Each unit includes pricing, size, bedroom/bathroom counts, floor number, and associated project information. Results are filtered by geography, unit type, bedrooms, and price range. No pagination — the full filtered set is returned in one response (capped by limit). Public API for Saudi Arabia's official housing portal (sakani.sa) providing access to land projects, property units, and real estate listings. No authentication required. Fulfilled by Parse from sakani.sa.
- government-public
- marketplace
- parse
- platform-key
- real-estate
- sakani
- sakani-sa
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/3c3b72cb-83ce-403f-b898-78ebf5629b32/get_popular_units
- Interface artifact
- sha256:13b086de1cfca52221548a0a159c0b579b7529e74142ccf60e4c068885f54266
- Manifest digest
- sha256:23f27dddbee0d549aeb6bed315fa9c83d193d4380553634c0b755a6dfdde79b6
Request fields
- limit (integer): Maximum number of units to return.
- city_id (integer): Filter by city ID (e.g. 14 for Riyadh).
- bedrooms (integer): Filter by number of bedrooms.
- max_price (integer): Maximum price filter in SAR.
- min_price (integer): Minimum price filter in SAR.
- region_id (integer): Filter by region ID (e.g. 1 for Riyadh region).
- unit_type (string): Filter by unit type.: Allowed values: apartment, villa, townhouse, land, house
Example queries
- {"limit":"5","city_id":"14","bedrooms":"3","max_price":"2000000","min_price":"400000","region_id":"1","unit_type":"apartment"}