Python爬蟲 senlenium爬取拉勾網招聘數據!

一、基本思路 目標url:https://www.lagou.com/ 用selenium爬蟲實現,輸入任意關鍵字,比如 python 數據分析,點擊搜索,得到的有關崗位信息,爬取下來保存到Excel。 有30頁,每個頁面有15條招聘信息。 二、selenium爬蟲 from selenium import webdriver import time import logging import r
相關文章
相關標籤/搜索