怎么在命令行中集成Google 搜索。
接口地址
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 搜索数据,就这么简单。
Google 搜索API 有免费搜索次数的限制,但对于个人搜索基本也够用。
集成到我的私人搜索工具
对比下网页版
API 参考文档:
https://developers.google.com/custom-search/v1/reference/rest/v1/Search