Result
![網站架設 【Python 爬蟲】抓取 Google 搜刮結果 網站架設 【Python 爬蟲】抓取 Google 搜刮結果](https://imageproxy.pixnet.cc/imgproxy?url=https://www.tshopping.com.tw/data/attachment/forum/202204/05/223447gil334yj4a43oa45.png&width=600)
![網站架設 【Python 爬蟲】抓取 Google 搜刮結果 網站架設 【Python 爬蟲】抓取 Google 搜刮結果](https://imageproxy.pixnet.cc/imgproxy?url=https://pic.pimg.tw/netyea/1677078503-1118956475-g_n.png)
- /usr/bin/python3 /home/xxx/public_html/搜索引擎優化_crawler.py > /dev/null 2>&2
文章出處
Code
接下來設定排程
紀錄一下批量抓取 Google 搜尋後果裡的連結的方法。
若是還沒有安裝以下,要先下載安裝:
- pip install beautifulsoup4
- pip install google
複製代碼
- from googlesearch import search
- query = "cambridge"
- for j in search(query, stop=5, pause=2.0):
- print(j)
-
複製代碼
![網站架設 【Python 爬蟲】抓取 Google 搜刮結果 網站架設 【Python 爬蟲】抓取 Google 搜刮結果](https://imageproxy.pixnet.cc/imgproxy?url=https://pic.pimg.tw/netyea/1677078503-3365822503-g_n.png)
網站架設
hallk6k22ej 發表在 痞客邦 留言(0) 人氣()