Dubai REST Scraper avatar

Dubai REST Scraper

Pricing

from $5.00 / 1,000 result rows

Go to Apify Store
Dubai REST Scraper

Dubai REST Scraper

Scrape Dubai Land Department (Dubai REST) public real-estate open data: off-plan projects, licensed developers, the area/community gazetteer with coordinates, daily transaction totals, and sales/mortgage/gift transactions broken down by area, community or project. Anonymous guest, no UAE Pass.

Pricing

from $5.00 / 1,000 result rows

Rating

0.0

(0)

Developer

R.L.

R.L.

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Dubai REST Scraper – Dubai Land Department Real Estate Open Data API

Extract Dubai real estate open data from the Dubai Land Department (DLD) — the official Dubai REST platform — as clean, structured JSON. Pull the registry of off-plan projects and licensed developers, the area & community gazetteer (with GPS coordinates), and market transaction data (sales, mortgage, gift) broken down by area, community or project.

Anonymous and account-free — no UAE Pass login required. Fast, structured, and straight from DLD's own data API. Export to JSON, CSV, Excel, or the API.

🏗️ What this Dubai REST scraper does

  • 🏢 Off-plan projects — the full DLD project registry (name, status, completion %, developer; with details: location, buildings, lands, facilities).
  • 👷 Developers — every licensed real-estate developer with logo and registry number.
  • 🗺️ Areas & communities — the official gazetteer: ids, English/Arabic names, coordinates.
  • 📈 Transaction market data — daily totals, and sales/mortgage/gift worth & volume by area, community or project (worth, count, total area, price per sqm).
  • 🌐 English & Arabic output.

💡 Use cases

  • Real estate market analytics — transaction volumes, values and price-per-sqm by area.
  • Off-plan & developer research — project pipelines and developer activity.
  • Investment & due diligence — official DLD figures, not portal estimates.
  • Data enrichment — join DLD area/community/project ids into your own datasets.

🧭 Modes — input & output examples

1. Off-plan projects

Input:

{ "mode": "projects", "includeDetails": false, "maxItems": 2000 }

Output (one row per project):

{ "number": "11", "name": "La Vista 03", "status": "Finished",
"completion_ratio": 100.0, "developer_number": "4",
"developer_name": "Al Manal Development Fzco" }

(with includeDetails: true each row also carries latitude, longitude, buildings_count, lands_count, facilities.)

2. Developers

Input:

{ "mode": "developers", "maxItems": 2000 }

Output:

{ "number": "1", "name": "Meraas Estates (L.L.C)", "name_ar": "مراس العقارية",
"logo_url": "https://mobile.dubailand.gov.ae/Repository/developers/1.png" }

3. Areas (gazetteer)

Input:

{ "mode": "areas" }

Output:

{ "id": 451, "name": "Al Hebiah Fifth", "name_ar": "الحبيه الخامسة",
"latitude": 25.0080936770622, "longitude": 55.238181632008 }

4. Communities (gazetteer)

Input:

{ "mode": "communities" }

Output:

{ "id": "A-230", "name": "Abu Hail", "name_ar": "ابو هيل",
"latitude": 25.2856161749436, "longitude": 55.3303925322859 }

5. Daily transaction totals

Input:

{ "mode": "dailyTransactions", "transactionType": "sales",
"fromDate": "2026-06-01", "toDate": "2026-06-30" }

Output (one row per day):

{ "date": "2026-06-30T00:00:00", "value": 1726307686.1,
"off_plan_value": 808589549.89, "existing_plan_value": 917718136.21 }

6. Transactions by area / community / project

Input:

{ "mode": "transactions", "grouping": "community", "location": "Business Bay",
"transactionType": "sales", "fromDate": "2026-06-01", "toDate": "2026-09-01" }

Output (one row per entity × property type):

{ "grouping": "community", "entity_id": "A-526", "entity_name": "Business Bay",
"property_type": "Unit", "worth": 75185365.0, "count": 28.0,
"total_area": 711.24, "per_sqm": 105710.08 }

📍 Locations by name

For transactions by area or community, give location as a name ("Business Bay", "Dubai Marina") — the scraper resolves it to DLD's internal id automatically. Use the Areas / Communities modes to browse the full gazetteer. Raw ids stay an optional advanced override (ids).

💳 Pricing

Pay per result — $5 per 1000 rows ($0.005 each), regardless of type (project, developer, area, community, daily total, or transaction breakdown row).

❓ FAQ

Do I need a UAE Pass account? No — this uses only the anonymous public open-data surface. The account-gated property wallet and Ejari contract management are out of scope.

Is this official data? Yes — directly from Dubai Land Department's Dubai REST platform.

🛟 Support

Questions or a field you'd like added? Open an issue and we'll help.