【Python爬蟲】正則爬取趕集網
import requests
import time
import re
url = 'http://suqian.ganji.com/zufang/pn1/'
headers = {
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 Edg/87.0.664.66'
}
resp = requests.get(url,headers = headers)
text = resp.text
houses = re.findall(r"""
# re.findall()
# 在字串中找到正規表示式所匹配的所有子串,並返回一個列表,如果沒有找到匹配的,則返回空列表。
# 點(.):匹配任意的字元(除了'\n'):
# +:匹配1個或者多個字元:
# ?:匹配前一個字元0個或者1個:
# .+? 非貪婪匹配
<div.+?ershoufang-list.+?<a.+?js-title.+?>(.+?)</a>.+? #房型
.+?<dd.+?dd-item.+?size.+?<span>(.+?)</span> #戶型
.+?<span>(.+?)</span> #面積
.+?<span.+?last.+?>(.+?)</span> #裝修
.+?<div.+?price.+?<span.+?>(.+?)</span>
""",text,re.VERBOSE|re.DOTALL)
for house in houses:
print(house)
time.sleep(0.3)
相關文章
- python爬蟲解決趕集網掃碼獲取手機號Python爬蟲
- Python網路爬蟲(正則, 內涵段子,貓眼電影, 鏈家爬取)Python爬蟲
- python爬蟲---網頁爬蟲,圖片爬蟲,文章爬蟲,Python爬蟲爬取新聞網站新聞Python爬蟲網頁網站
- Golang爬蟲,Go&&正則爬取資料,槓桿的Golang爬蟲
- Python爬蟲—爬取某網站圖片Python爬蟲網站
- 使用正則編寫簡單的爬蟲爬取某網站的圖片爬蟲網站
- python網路爬蟲--爬取淘寶聯盟Python爬蟲
- python例項,python網路爬蟲爬取大學排名!Python爬蟲
- [Python] 網路爬蟲與資訊提取(1) 網路爬蟲之規則Python爬蟲
- 用PYTHON爬蟲簡單爬取網路小說Python爬蟲
- Python爬蟲實踐--爬取網易雲音樂Python爬蟲
- 【Python學習】爬蟲爬蟲爬蟲爬蟲~Python爬蟲
- Python爬蟲入門【9】:圖蟲網多執行緒爬取Python爬蟲執行緒
- 如何提高爬取爬蟲採集的效率?爬蟲
- python爬蟲中使用正則match( )方法匹配目標Python爬蟲
- python 爬蟲 爬取 learnku 精華文章Python爬蟲
- Python爬蟲入門【3】:美空網資料爬取Python爬蟲
- Python使用多程式提高網路爬蟲的爬取速度Python爬蟲
- Python爬蟲入門教程 50-100 Python3爬蟲爬取VIP視訊-Python爬蟲6操作Python爬蟲
- 教你用Python爬取圖蟲網Python
- python網路爬蟲_Python爬蟲:30個小時搞定Python網路爬蟲視訊教程Python爬蟲
- node:爬蟲爬取網頁圖片爬蟲網頁
- 如何用Python網路爬蟲爬取網易雲音樂歌曲Python爬蟲
- 不會Python爬蟲?教你一個通用爬蟲思路輕鬆爬取網頁資料Python爬蟲網頁
- Python 爬蟲十六式 - 第七式:正則的藝術Python爬蟲
- python爬蟲——爬取大學排名資訊Python爬蟲
- python爬蟲--爬取鏈家租房資訊Python爬蟲
- python 爬蟲 1 爬取酷狗音樂Python爬蟲
- python 爬蟲如何爬取動態生成的網頁內容Python爬蟲網頁
- Python爬蟲訓練:爬取酷燃網視訊資料Python爬蟲
- python網路爬蟲(7)爬取靜態資料詳解Python爬蟲
- python爬蟲:瞭解JS加密爬取網易雲音樂Python爬蟲JS加密
- 【python--爬蟲】彼岸圖網高清桌布爬蟲Python爬蟲
- Python爬蟲教程-13-爬蟲使用cookie爬取登入後的頁面(人人網)(下)Python爬蟲Cookie
- Python爬蟲教程-12-爬蟲使用cookie爬取登入後的頁面(人人網)(上)Python爬蟲Cookie
- 爬蟲練習——爬取縱橫中文網爬蟲
- 寫爬蟲,不會正則怎麼行?爬蟲
- Python爬蟲入門【5】:27270圖片爬取Python爬蟲