import requests
from bs4 import BeautifulSoup
res = requests.get('http://sh.esf.fang.com/chushou/3_328298194.htm?channel=1,2&psid=1_37_70')
soup = BeautifulSoup(res.text,'html.parser')
info = {}
info['标题'] = soup.select('.title h1')[0].text.strip()
info['总价'] = soup.select('.price_esf i')[0].text
values = soup.select('div .tt')
keys = soup.select('.tab-cont-right .clearfix .font14')
del keys[-1]
i = 0
length = len(keys)
while i < length:
info[keys[i].text] = values[i].text
i += 1
info
相关文章
- 11-08python 爬虫 网站的历史数据的爬取案例 API请求历史数据
- 11-08python爬虫:2.每天爬取数据量是多少?
- 11-08对于房天下租房信息进行爬取
- 11-08从链家爬取北京各区二手房房价进行分析并实现数据可视化
- 11-08Python 爬取吴亦凡的 10 万转发数据,扒一扒流量的真假!
- 11-08Python爬取新版CRMEB小程序商城后台订单数据,保存为excel
- 11-08ML之FE:对爬取的某平台二手房数据进行数据分析以及特征工程处理(一)
- 11-08基于python的统计公报关键数据爬取
- 11-08python爬取post请求Reque Payload的json数据
- 11-08Python数据化分析——之爬取福利彩票数据