返回服務列表 🏠

房地產價格分析

房價趨勢預測、區域價格指數、租金收益率估算

可用統計模型

房價指數計算
區域價格預測
租金收益率分析
房市供需模型
區位因子分析
不動產統計報告

API 呼叫範例

cURL
curl -X POST https://api.boshan.roamer-tech.info/v1/models/real-estate/run \
  -H "Authorization: Bearer sk_live_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "data": [...],
    "parameters": {
      "model_type": "default",
      "forecast_periods": 12
    }
  }'