# realEstateCommittee **Repository Path**: AVC_HC/realEstateCommittee ## Basic Information - **Project Name**: realEstateCommittee - **Description**: 房地产住建委采集项目 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-07-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 房地产住建委 此为住建委需要采集的全量字段 ```python # "alias": "推广名称/别名", # "project_url": "楼盘链接" # "belong_city": "所在区县", # "belong_plat": "板块", # "loop": "环线", # "project_addr": "项目地址", # "presale_permit":"预售证号码", # "build_no":"本期住宅楼号/幢号", # "residence_set":"本期住宅总套数", # "residence_area":"本期住宅总面积", # "commercial_area":"本期商业总面积", # "commercial_set":"本期商业总套数", # "else_set":"本期其他套数", # "else_area":"本期其他面积", # "sold_residence_set":"本期已售住宅总套数", # "sold_residence_area":"本期已售住宅总面积", # "sold_commercial_set":"本期已售商业总套数", # "sold_commercial_area":"本期已售商业总面积", # "sold_else_set":"本期已售其他套数", # "sold_else_area":"本期已售其他面积", # "unsold_residence_set":"本期未售住宅总套数", # "unsold_residence_area":"本期未售住宅总面积", # "unsold_commercial_set":"本期未售商业总套数", # "unsold_commercial_area":"本期未售商业总面积", # "unsold_else_set":"本期未售其他套数", # "unsold_else_area":"本期未售其他面积", # "property_type":"物业类型/房屋类型", # "building_type":"建筑类型", # "open_time": "开盘时间", # "complete_time": "竣工时间", # "delivery_time": "交房时间", # "plot_ratio":"容积率", # "green_ratio":"绿化率", # "developer":"开发商名称", # "property_company":"物业公司", # "refer_price":"参考价", # "building_no":"楼号/幢号", # "building_residence_num":"本幢楼住宅套数", # "decorate_type":"装修类型", # "unit_no":"单元号", # "property_nature":"物业性质", # "floor":"楼层", # "house_no":"房号", # "house_type":"房型", # "house_area":"房屋建筑面积", # "inner_area":"套内面积", # "unit_price":"单价", # "sale_status":"销售状态" ```