# hz_fangchan **Repository Path**: moqsien/hz_fangchan ## Basic Information - **Project Name**: hz_fangchan - **Description**: 杭州二手房交易监管服务平台爬虫,requests+mysql+多线程 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-06-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 杭州二手房交易监管服务平台爬虫 - 从http://hangzhou.tuitui99.com/Community.html 抓取小区名称; - 提取小区名称后,作为keyword,以监管服务平台的搜索接口接入,获取相应小区的二手房挂牌列表; - 从列表页中提取挂牌房源id,构造url,获取房源详细信息和图片; - 多线程抓取,接入mysql连接池,提高存储速度; - pymysqlpool代码地址: https://github.com/0xE8551CCB/pymysqlpool.git