如何使用自定义搜索引擎 REST 实现动态站点搜索 API
How to achieve dynamic site search using Custom Search Engine REST API
要求:用户可以从我的网页添加网站并获取具有输入搜索词的网页集合。
我们一直在使用 CSE V1 API 通过使用 cref 参数根据所需网站上的搜索词提取网页。由于 Google 停止支持 Link CSE 功能 (https://customsearch.googleblog.com/2017/02/refocusing-and-looking-forward-on.html),我该如何实现动态站点搜索功能?
提前致谢,
拉古
经过进一步分析,可以使用 siteSearch 参数进行自定义站点搜索。
参考:https://developers.google.com/custom-search/json-api/v1/reference/cse/list#siteSearch。
此参数仅接受一个网站作为值,因此对于多个网站搜索,请为每个网站多次调用 Google CSE API。
创建搜索引擎时,select 选项 "Search the entire web but emphasise included sites" 以便您可以在调用 CSE API 时挂接网站。
To enable siteSearch parameter of API
希望对你有帮助。
-拉古
要求:用户可以从我的网页添加网站并获取具有输入搜索词的网页集合。
我们一直在使用 CSE V1 API 通过使用 cref 参数根据所需网站上的搜索词提取网页。由于 Google 停止支持 Link CSE 功能 (https://customsearch.googleblog.com/2017/02/refocusing-and-looking-forward-on.html),我该如何实现动态站点搜索功能?
提前致谢, 拉古
经过进一步分析,可以使用 siteSearch 参数进行自定义站点搜索。 参考:https://developers.google.com/custom-search/json-api/v1/reference/cse/list#siteSearch。 此参数仅接受一个网站作为值,因此对于多个网站搜索,请为每个网站多次调用 Google CSE API。
创建搜索引擎时,select 选项 "Search the entire web but emphasise included sites" 以便您可以在调用 CSE API 时挂接网站。
To enable siteSearch parameter of API
希望对你有帮助。
-拉古