首頁開放 API

開放 API

租屋雷達把整理好的租金實價資料開放成 JSON API,免費、附資料來源,歡迎網站、App 與 AI 應用串接。資料來自內政部不動產租賃實價登錄。

區租金行情
/api/v1/area.json?q=大安區

某行政區的租金中位、單價、各坪數帶、逐年趨勢、推估投報率。也可用 ?county=&district=。

租金估價
/api/v1/estimate.json?q=大安區&ping=12&rooms=2

指定行政區、坪數、房型,估出合理月租區間與單價。

全台總覽
/api/v1/national.json

全國租金中位與各縣市排行、推估投報率。

使用說明

範例回應

GET /api/v1/area.json?q=大安區

{
  "county": "臺北市",
  "district": "大安區",
  "rent_median": 30000,
  "unit_price_median": 1500,
  "sample": 14802,
  "est_yield_pct": 1.6,
  "as_of": "2026-02-10",
  "source": "租屋雷達 rent.housetw.com · 內政部不動產租賃實價登錄"
}

延伸工具與知識