# spider_allqj **Repository Path**: hebutAI/spider_allqj ## Basic Information - **Project Name**: spider_allqj - **Description**: 千家房地产网,二手房爬虫程序。 - **Primary Language**: Python - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2020-04-27 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: spider **Tags**: None ## README # 千家房地产网,二手房爬虫程序。 #### 近期测试代码依旧可用,后期会持续更新 使用python+requests库,抓取ajax请求返回的json数据。 直接字符串截取,采用python低级编程方法,存储到自带sqlite3数据库。 全程未设延迟,未设代理,未设cookie,毫无反爬措施。 #### 安装教程 1. python3.X 2. requests