Darak API · v1
Saudi real estate data, as an API
Search and sync every live rental and sale listing in Saudi Arabia through one clean, documented API.
GET /v1/listings
$ curl "https://api.darak.app/v1/listings?city=riyadh&listing_type=rent&limit=1" \
-H "Authorization: Bearer $DARAK_API_KEY"
{
"data": [{
"id": 128647,
"property_type": "apartment",
"price": { "yearly_sar": 60000,
"as_posted": { "amount": 5000, "frequency": "monthly" } },
"bedrooms": 3,
"location": { "city": "riyadh", "neighborhood_name_en": "Al Malqa" },
"also_listed_on": ["bayut"]
}],
"pagination": { "next_cursor": "eyJvIjox…", "has_more": true }
}Plans
Start free. Upgrade when you need more data or volume.