Python爬虫 senlenium爬取拉勾网招聘数据!

一、基本思路 目标url:https://www.lagou.com/ 用selenium爬虫实现,输入任意关键字,比如 python 数据分析,点击搜索,得到的有关岗位信息,爬取下来保存到Excel。 有30页,每个页面有15条招聘信息。 二、selenium爬虫 from selenium import webdriver import time import logging import r
相关文章
相关标签/搜索