房屋询价接口

房屋询价接口

功能描述:根据城市、住宅类型、小区地址、面积,返回租金,出售单价,出售总价

申请试用:

支持请求协议:http

请求方式:get

支持格式:json

请求参数:

  • 参数 数据类型 是否必填 说明
  • city_namestring必填城市名
  • house_typestring必填住宅类型(住宅、别墅)
  • key_idstring必填数字验证签名ID
  • access_signaturestring必填数字验证签名
  • time_stampstring必填时间戳
  • areafloat必填面积
  • filterstring必填小区名称或地址
  • floor_buildingstring选填楼橦(如望都家园3号楼)
  • builted_timestring选填建成年代(如2000,2001)
  • floorint选填所在层(整数如-1、1)
  • totalfloorint选填总楼层(整数如8、9)
  • towardstring选填朝向(如东南、南北)
  • special_factorsstring选填特殊因素(如复式、临街)
  • hallint选填
  • toiletint选填
  • house_numberstring选填户号
  • positionstring选填询价位置
  • renovationstring选填装修
  • othersstring选填其它信息

返回参数

  • 参数 数据模型 说明
  • Successbool若Success为True,则为询价结果,若为False,则为失败信息
  • guidstring唯一值
  • rentString询价ID
  • priceDouble出售价格
  • totalpriceDouble总价格

返回数据样式

{
	"Success": true,
	"Data": {
		"guid": "943581c6-172d-42f5-b6f9-93153816f88b",
		"rent": 10000,
		"price": 23746,
		"totalprice": 237
	}
}