产品服务
房屋价值分析网页版
壳e估网页版
房屋价值分析报告网页版
成交案例库网页版
房屋价值分析服务
壳e估
房屋价值分析报告
房屋押品监控
成交案例库
房产真实信息服务
房本识别
房本验真
壳e勘-图片验真
壳e勘-数据验真
壳e勘-实地验真
贝刻智慧工地
智慧工地
展厅大屏
房产行业数据服务
RealData企业版
房屋数据技术服务
房屋户型打分
房屋户型解读
商房直连
VR空间采集服务
行业方案
金融
政务
数字科技
服务与支持
使用教程
技术文档
FAQ
客户案例
媒体报道
行业白皮书
联系我们
控制台
申请试用
登录|注册
成交案例库
查看使用教程
针对目标房源,成交案例库可基于相似房屋特征,智能推荐3套近期成交房源,展示其成交信息,辅助房屋价值类比参考,丰富房屋价值参考依据。
申请试用
产品优势
智能类比
在目标房源同小区及周边3km小区内,基于相似面积相似建成年代,智能推荐3套近期成交房源,展示其成交信息。
数据实时
推荐案例均为最近贝壳成交房源,成交数据实时更新,保证数据鲜活。
覆盖度高
覆盖全国100+城市的房源成交信息,数据涵盖属性数据、行为数据及成交数据。
应用场景
房源估值比较
通过贝壳新、全、准的成交信息库,直观对比市场成交最新动态,测算该目标房源价格,快速估值。
银行贷款业务风控预警
金融机构通过全面地成交案例信息,可自定义风控模型,更直观监控其批贷价格的合理性。
API调用接口

请求示例

package main
import (
	"fmt"
	"strings"
	"net/url"
	"net/http"
	"io/ioutil"
)
/**
* 使用方法:从getToken接口获取access_token, 替换参数token
*/
//调用接口使用的token, 使用时需要替换
var token = "***************";
func main() {
	//请求参数
	var params = url.Values{
		"standPriceAssessBuildArea": {"99.01"},
		"standDetailedAddress": {"重庆市龙湖春森彼岸四期"},
		"standCity": {"重庆市"},
		"timePeriod": {"LAST_THREE_MONTH"},
	}
	//请求地址
	var uri = "https://gw-open.ke.com/api/assessTransactionCase"
	req, _ := http.NewRequest(http.MethodPost, uri, strings.NewReader(params.Encode()))
	//设置请求header
	req.Header.Add("Content-Type","application/x-www-form-urlencoded")
	req.Header.Add("access_token",token)
	resp, err := http.DefaultClient.Do(req)
	if err != nil {
        fmt.Println("调用成交案例库出错")
    }
	defer resp.Body.Close()
	body, err := ioutil.ReadAll(resp.Body)
	fmt.Println(string(body))
}

响应示例

{
    "errno": 0,
    "errmsg": "",
    "traceId": "7894425633240989",
    "data": {
        "rowKey": "21490183",
        "transactionItemListOut": [
            {
                "resblockName": "慧华苑",
                "resblockAlias": "慧华苑小区",
                "frameStructure": "平层",
                "face": "南,北",
                "buildingHeight": "多层",
                "buildType": "板楼",
                "isElevator": 0,
                "buildStructure": "混合结构",
                "heatingType": "集中供暖",
                "statFunction": "普通住宅",
                "dealProperty": "商品房",
                "decorationTypeCode": "120002003",
                "decorationType": "精装",
                "buildYear": 1996,
                "frameImage": "https://p.ljcdn.com/v0/hdic.t_m/hdic-frame/standard_b0d86d56-6610-463f-b76c-996132fcafdf.png",
                "transDate": "2020-06-15 00:48:41",
                "buildSize": "73.04",
                "bedroomAmount": 2,
                "parlorAmount": 1,
                "toiletAmount": 1,
                "frame": "二室一厅一卫",
                "unitPrice": "46892.12",
                "transPrice": "3425000.00",
                "listDays": 12,
                "listingPrice": 3490000,
                "unitListingPrice": 47782.03,
                "listingDate": "2020-06-02 19:56:07",
                "showingAmount": 0,
                "isElevatorStr": "否"
            },
            {
                "resblockName": "慧华苑",
                "resblockAlias": "慧华苑小区",
                "frameStructure": "平层",
                "face": "南,北",
                "buildingHeight": "中高层",
                "buildType": "板楼",
                "isElevator": 0,
                "buildStructure": "混合结构",
                "heatingType": "集中供暖",
                "statFunction": "普通住宅",
                "dealProperty": "商品房",
                "decorationTypeCode": "120002003",
                "decorationType": "精装",
                "buildYear": 1995,
                "frameImage": "https://p.ljcdn.com/v0/hdic.t_m/hdic-frame/standard_52687356-fc09-4b33-a9bd-774781683238.png",
                "transDate": "2020-05-05 13:33:38",
                "buildSize": "71.24",
                "bedroomAmount": 2,
                "parlorAmount": 1,
                "toiletAmount": 1,
                "frame": "二室一厅一卫",
                "unitPrice": "49270.08",
                "transPrice": "3510000.00",
                "listDays": 2,
                "listingPrice": 3690000,
                "unitListingPrice": 51796.74,
                "listingDate": "2020-05-02 19:04:18",
                "showingAmount": 0,
                "isElevatorStr": "否"
            },
            {
                "resblockName": "慧华苑",
                "resblockAlias": "慧华苑小区",
                "frameStructure": "平层",
                "face": "南,北",
                "buildingHeight": "多层",
                "buildType": "板楼",
                "isElevator": 0,
                "buildStructure": "混合结构",
                "heatingType": "集中供暖",
                "statFunction": "普通住宅",
                "dealProperty": "商品房",
                "decorationTypeCode": "120002003",
                "decorationType": "精装",
                "buildYear": 1996,
                "frameImage": "https://p.ljcdn.com/v0/hdic.t_m/hdic-frame/standard_79093a7c-6608-4305-8ba3-cad39c7a546d.png",
                "transDate": "2020-05-04 19:31:15",
                "buildSize": "73.33",
                "bedroomAmount": 2,
                "parlorAmount": 1,
                "toiletAmount": 1,
                "frame": "二室一厅一卫",
                "unitPrice": "45506.62",
                "transPrice": "3337000.00",
                "listDays": 163,
                "listingPrice": 3300000,
                "unitListingPrice": 45002.04,
                "listingDate": "2019-11-23 15:41:30",
                "showingAmount": 0,
                "isElevatorStr": "否"
            }
        ]
    }
}
go
php
curl
python
java
下载完整SDK
快速体验成交案例库
周边相似房源成交数据 一键智能类比
免费试用
申请试用
在线咨询
扫码咨询