Python爬取淘宝

可以快速上手的开发文档

#Python爬取淘宝
Python爬取淘宝

Python使用Selenium+BeautifulSoup爬取淘宝搜索页

使用Selenium驱动chrome页面,获得淘宝信息并用BeautifulSoup分析得到结果。使用Selenium时注意页..