Vietnamese Real Estate Intelligence API

Trust reports, verified gov data, and due diligence tools — ready to embed.

347
Active Listings
22
Districts
30,771
Gov Price Records
0.84
Data Quality

Trust Reports

A-F grades backed by government data, risk analysis, and quality scoring on every listing.

Verified Gov Prices

30,771 official land price records from NQ-87-2025. Compare market prices against government references.

Risk Analysis

5 hard gates, 7 sub-scores. Legal status, seller type, price anomalies, and data quality signals.

Get Started in 3 Steps

1

Register

curl -X POST https://api.bds.chat/auth/register \
  -H 'Content-Type: application/json' \
  -d '{"email":"you@company.com","name":"Your Name"}'
2

Get API Key

# Response:
{
  "api_key": "bds_live_...",
  "tier": "free"
}
3

First API Call

curl https://api.bds.chat/listings?limit=5 \
  -H 'Authorization: Bearer bds_live_...'