記錄一下批量抓取 Google 搜尋成績裡的連結的方式。
假如還沒有安裝以下,要先下載安裝:
- pip install beautifulsoup4
- pip install google
複製代碼
Code
- from googlesearch import search
- query = "cambridge"
- for j in search(query, stop=5, pause=2.0):
- print(j)
-
複製代碼
Result
接下來設定排程
網頁設計
- /usr/bin/python3 /home/xxx/public_html/搜索引擎優化_crawler.py > /dev/null 2>&2
網頁設計
網頁設計
文章出處
以下內文出自:
留言列表