标签: python web-scraping
在Google中是否可以通过带有Webbrowser模块的python脚本在Google中进行搜索,并且结果仅获取不包含地图,购物和图像的Web链接
import webbrowser webbrowser.open('http://www.google.pl/search?q=cake', new=2)
有时候我会获得迷你谷歌地图,可以从谷歌购物或YouTube链接中获得报价。