使用谷歌可编程搜索API来获取结果-与我的个人搜索工具集成

怎么在命令行中集成Google 搜索。

口袋键盘 + iSH + 雷达搜索

接口地址

https://www.googleapis.com/customsearch/v1?key={API密钥}&q={搜索关键词}&cx={YOUR_CX}&start={10}&num={10}
获得API 密钥:https://console.cloud.google.com/apis/credentials
获得CX:https://programmablesearchengine.google.com/controlpanel/all
这是返回的JSON 搜索数据,就这么简单。
googleapi 可编程搜索 JSON
搜索结果JSON
Google 创建可编程搜索
创建一个新搜索。
获取Google CX
第二步可以看到你的 cx 信息
获取Google Search API Key
API 密钥

Google 搜索API 有免费搜索次数的限制,但对于个人搜索基本也够用。

集成到我的私人搜索工具

google 搜索终端版
op 11 代表在默认浏览器中打开 11 上的链接。

对比下网页版

google 搜索终端版翻页
翻到第二页
google 搜索手机shell版
手机端iSH Google 搜索
google 搜索手机shell版翻页
手机端iSH Google 搜索翻页

API 参考文档:

https://developers.google.com/custom-search/v1/reference/rest/v1/Search