# pythonSpider **Repository Path**: dbzhw/python-spider ## Basic Information - **Project Name**: pythonSpider - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-06 - **Last Updated**: 2026-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 爬虫 ## 1. 接口爬虫 1. 使用接口爬取数据requests库 ## 2.源码提取 1.通过requests与BeautifulSoup4对源码进行过滤 2.bs4:https://blog.csdn.net/weixin_38278993/article/details/88931841?biz_id=102&utm_term=python%20b4s%E8%8E%B7%E5%8F%96%E6%A0%87%E7%AD%BE%E6%96%87%E6%9C%AC&utm_medium=distribute.pc_search_result.none-task-blog-2~all~sobaiduweb~default-5-88931841&spm=1018.2118.3001.4187 3.bs4:https://blog.csdn.net/weixin_40425640/article/details/79470617 ### 3.浏览器爬虫 1.通过seleniu进行浏览器爬虫