Market Data Guide
Entrestate is a market data and decision platform for real estate teams. This guide explains how to access the live feed, understand the fields, and use the data in daily work.
UAE coverage
Cities, areas, and projects in one feed
Safety + timing tiers
Clarity on delivery and risk bands
Access keys
Secure feed access for your team
Getting access
Start the market feed in minutes. Choose the delivery format that fits your team.
1. Request access
Submit your access request from /contact.2. Choose delivery
Live feed (JSON)
Data packs (CSV)
Scheduled exports (reports)3. Start with Explorer
Use /markets to search projects, compare areas, and validate pricing.Access keys
Access keys protect the feed. Keep them private and rotate them regularly.
Using your access key
Include your access key in the Authorization header:
curl https://api.entrestate.ai/v1/market-feed \
-H "Authorization: Bearer YOUR_ACCESS_KEY" \
-H "Content-Type: application/json" \
-d '{"city": "Dubai"}'Market requests
Ask for market answers in plain language and receive structured results.
Request
POST /api/chat
{
"message": "Studios under AED 800K in Business Bay"
}Response
{
"content": "Found matches in Business Bay...",
"results": [
{
"name": "Project name",
"price_aed": 780000,
"status_band": "2026",
"safety_band": "Capital Safe"
}
]
}Field dictionary
These are the most-used fields in the market feed.
{
"price_aed": 1850000,
"status_band": "2026",
"safety_band": "Capital Safe",
"classification": "Balanced",
"roi_band": "Mid",
"liquidity_band": "Short (1-2yr)"
}Coverage map
Coverage is organized by city, area, and project. Use the Coverage page to see the latest footprint.
Match rules
Investor matching uses risk profile and horizon to filter inventory safely.
POST /api/market-score/inventory
{
"risk_profile": "Conservative",
"horizon": "Ready"
}Update cadence
Updates follow a clear schedule so teams can trust the timing.
Core inventory: weekly
Safety & scoring: after each refresh
Media assets: rolling updatesAdd-ons
Optional add-ons can be enabled per client.
Media packs (images + plans)
Transaction history
Rental pricing bandsAccess keys
Keys are assigned per team and can be revoked anytime.
Security Warning: Keep access keys private and never share them in public code.
# Store your access key in environment variables
export ENTRESTATE_ACCESS_KEY="ent_live_..."Delivery limits
Delivery limits vary by plan and protect the market feed.
| Plan | Daily requests | Notes |
|---|---|---|
| Starter | 2,000 | Standard access |
| Pro | 10,000 | Priority refresh |
| Enterprise | Custom | Dedicated lanes |
Delivery notes
Need higher limits? Contact the team for a dedicated feed.Questions?
Contact our team