Skip to content
PROPORA DATA API · v1

UAE PropTech Intelligence, programmable.

Pull transaction velocity, median yield, intent-demand heatmaps, building-level rental cap rates and 6-month price forecasts straight into Bloomberg terminals, internal dashboards, developer feasibility models or hedge-fund quant pipelines.

Transaction depth

Every DLD sale + lease, building-level resolution, daily refresh. Indexed by community, type, sqft.

Intent signals

Aggregated buyer intent + foreign demand index, community-level, refreshed hourly. Source nobody else has.

DLD-attributed

Every transaction record carries source: 'Dubai Land Department'. Bring the audit trail your compliance team needs.

Plans

BASIC
AED 500/mo

Basic — market aggregates only

PROFESSIONAL
AED 3,000/mo

Professional — transactions + intent signals

ENTERPRISE
AED 15,000/mo

Enterprise — raw feed + bulk export + SLA

INSTITUTIONAL
AED 50,000/mo

Institutional — custom data + dedicated engineer

Academic + non-profit pricing available at 80% off — verification required.

Quick start

# 1. Issue an API key via /data-api/portal
curl https://propora.ae/api/v1/data/market/snapshot \
  -H "Authorization: Bearer prp_live_..."

# Response envelope
{
  "data":  { /* market snapshot */ },
  "meta":  { "generatedAt": "..." },
  "usage": { "callsUsed": 47, "callsLimit": 10000, "plan": "BASIC" }
}
Issue your first key