gpt4 book ai didi

web - 使用 Google 自定义搜索 API 时是否可以显示 'Related searches'

转载 作者:行者123 更新时间:2023-12-04 21:46:04 25 4
gpt4 key购买 nike

我正在使用 Google 自定义搜索 API 在我的网站上显示谷歌搜索结果,但是,我想显示“相关搜索”,就像正常谷歌搜索底部显示的那样。

这可能吗?如果是这样,你怎么做?

提前致谢

最佳答案

我知道 relatedQueries.enabled 可以以“get”格式使用,请参见返回结果的示例,如下所示,全部来自此链接
https://developers.google.com/shopping-search/v1/reference-content-module-related-queries

GET https://www.googleapis.com/shopping/search/v1/public/products?country=US&q=shoes&relatedQueries.enabled=true&key=key

{
"kind": "shopping#products",
...
"relatedQueries": [
"jordan shoes",
"nike shoes",
"dc shoes",
"puma shoes"
]
...
"items": [
...
]
}

关于web - 使用 Google 自定义搜索 API 时是否可以显示 'Related searches',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14071156/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com