中原地產+28Hse 爬蟲|香港樓盤搜尋、物業詳情、呎價一鍵匯出(免 API) avatar

中原地產+28Hse 爬蟲|香港樓盤搜尋、物業詳情、呎價一鍵匯出(免 API)

Pricing

from $2.00 / 1,000 搜尋樓盤

Go to Apify Store
中原地產+28Hse 爬蟲|香港樓盤搜尋、物業詳情、呎價一鍵匯出(免 API)

中原地產+28Hse 爬蟲|香港樓盤搜尋、物業詳情、呎價一鍵匯出(免 API)

免登入抓香港物業:中原地產搜尋與樓盤詳情、28Hse 搜尋(買/租),含售價、租金、實用面積、呎價、間隔、樓層與樓齡,輸出 JSON/CSV/Excel。香港房產市調、估價分析必備。

Pricing

from $2.00 / 1,000 搜尋樓盤

Rating

0.0

(0)

Developer

Chad

Chad

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 hours ago

Last modified

Share

香港中原地產+28Hse 爬蟲|樓盤搜尋、物業詳情一鍵下載(免 API、免登入)

抓取香港中原地產(hk.centanet.com)及 28Hse(28hse.com)的公開物業資料,一個 Actor 涵蓋兩個最大港產放盤平台。支援關鍵字搜尋(買盤/租盤)與中原樓盤詳情兩種模式,全程走公開 JSON/HTML API,不需登入、不需帳號、不需 API token。


輸出欄位

欄位類型說明
property_idstring物業唯一編號(中原 refNo 或 28Hse ID)
source_sitestring資料來源:centanet28hse
titlestring | null樓盤標題(屋苑 + 大廈名)
districtstring | null地區(如:太古城、九龍城)
addressstring | null街道地址
estate_namestring | null屋苑名稱
deal_typestringbuy(買盤)或 rent(租盤)
pricenumber | null售價(港幣,買盤才有)
rentnumber | null月租(港幣,租盤才有)
currencystring固定 HKD
area_sqftnumber | null建築面積(平方呎)
area_saleablenumber | null實用面積(平方呎)
price_per_sqftnumber | null呎價(港幣 / 平方呎)
room_layoutstring | null房間數,如 2 BedroomsStudio
floorstring | null樓層描述,如 高層 F室
directionstring | null朝向,如 西南
building_agenumber | null樓齡(年)
agent_namestring | null代理姓名
agent_phonestring | null代理電話
image_urlsstring[]物業圖片 URL 陣列
property_urlstring物業詳情頁面網址
source_modestringsearchdetail
source_querystring搜尋關鍵字或物業 ID
scraped_atstring抓取時間(ISO 8601)

模式

mode說明輸入計費
search關鍵字搜尋,同時查詢中原及 28Hse(可選擇單一來源)keywords[] + dealType$0.002 / 筆
detail中原樓盤完整詳情(需要物業編號)propertyIds[]propertyUrls[]$0.008 / 筆

注意:成交紀錄(transaction)模式為 v1.1,尚未實作。


輸入參數

參數類型預設說明
modestring自動偵測searchdetail
keywordsstring[]搜尋關鍵字,如 ["太古城", "九龍城"]
dealTypestringbuybuy(買盤)或 rent(租盤)
sourcestringbothcentanet28hseboth
propertyIdsstring[]中原物業編號,如 ["CLL467", "DAJ422"]
propertyUrlsstring[]中原物業詳情頁網址
bulkInputstring一行一個關鍵字或 ID,自動合併
priceMinnumber最低價格(港幣)
priceMaxnumber最高價格(港幣)
areaMinnumber最小面積(實用平方呎)
maxItemsnumber50最多筆數(上限 500)

使用範例

範例 1:太古城買盤搜尋(兩站合併)

{
"mode": "search",
"keywords": ["太古城"],
"dealType": "buy",
"source": "both",
"maxItems": 50
}

範例 2:九龍城租盤搜尋(只抓中原)

{
"mode": "search",
"keywords": ["九龍城", "馬頭圍"],
"dealType": "rent",
"source": "centanet",
"priceMin": 15000,
"priceMax": 30000,
"maxItems": 100
}

範例 3:按物業編號抓詳情

{
"mode": "detail",
"propertyIds": ["CLL467", "DAJ422", "DAR140"],
"maxItems": 100
}

注意事項

  • 只抓取公開資料,無需登入或帳號
  • 中原地產及 28Hse 的公開 API 端點均以 POST 形式呼叫
  • 因 Crawlee 爬蟲排程關係,同一搜尋字可能出現跨頁去重(property_id 層級)
  • search 模式抓取兩站資料,property_id 格式不同(中原為英數字組合如 CLL467,28Hse 為純數字)
  • detail 模式僅支援中原地產(28Hse 無公開詳情 API)
  • 每次 Run 固定扣除 $0.005 啟動費,再依實際抓取筆數計費

FAQ

Q:可以同時搜尋買盤和租盤嗎? A:目前每次 Run 只能選一種 dealType。如需兩者,請分開執行兩次。

Q:搜尋結果數量為什麼比預期少? A:maxItems 上限為 500。若搜尋關鍵字太廣,系統會在連續 5 頁無新資料後自動停止,節省費用。

Q:detail 模式怎麼取得物業編號? A:從中原地產網站物業頁面 URL 擷取(格式如 CLL467),或先用 search 模式取得 property_id 欄位後再使用 bulkInput 貼入。

Q:28Hse 有沒有呎價資料? A:有,price_per_sqft 欄位對 28Hse 搜尋結果同樣有效(實用呎價)。


免責聲明

本 Actor 僅抓取各網站公開頁面資料,用於研究、分析及資料整合用途。使用者須遵守中原地產及 28Hse 的服務條款。資料準確性以原始網站為準,本 Actor 不對任何投資決策負責。


中原地產 爬蟲、28Hse 爬蟲、香港樓盤、CCL 中原城市指數、香港房價、物業數據、HK property scraper、Centaline scraper