我使用Google Custom Search API搜索图片。我请求图像时搜索结果始终为0。我关注以下链接中的文档:
https://developers.google.com/custom-search/json-api/v1/reference/cse/list
根据文档,通过指定searchType = images,api只查找图像。
这是我的网址:
,结果如下所示:
{
"kind": "customsearch#search",
"url": {
"type": "application/json",
"template": "https://www.googleapis.com/customsearch/v1?q={searchTerms}&num={count?}&start={startIndex?}&lr={language?}&safe={safe?}&cx={cx?}&cref={cref?}&sort={sort?}&filter={filter?}&gl={gl?}&cr={cr?}&googlehost={googleHost?}&c2coff={disableCnTwTranslation?}&hq={hq?}&hl={hl?}&siteSearch={siteSearch?}&siteSearchFilter={siteSearchFilter?}&exactTerms={exactTerms?}&excludeTerms={excludeTerms?}&linkSite={linkSite?}&orTerms={orTerms?}&relatedSite={relatedSite?}&dateRestrict={dateRestrict?}&lowRange={lowRange?}&highRange={highRange?}&searchType={searchType}&fileType={fileType?}&rights={rights?}&imgSize={imgSize?}&imgType={imgType?}&imgColorType={imgColorType?}&imgDominantColor={imgDominantColor?}&alt=json"
},
"queries": {
"request": [
{
"title": "Google Custom Search - cars",
"totalResults": "0",
"searchTerms": "cars",
"count": 10,
"inputEncoding": "utf8",
"outputEncoding": "utf8",
"safe": "off",
"cx": "017576662512468239146:omuauf_lfve",
"searchType": "image"
}
]
},
"searchInformation": {
"searchTime": 0.049329,
"formattedSearchTime": "0.05",
"totalResults": "0",
"formattedTotalResults": "0"
}
}
如果我从请求中删除searchType,我会以网页的形式返回结果。这有什么不对?
答案 0 :(得分:3)
您的自定义搜索引擎可能禁用了图片搜索。如果禁用了searchType请求,CSE API将返回0结果。
您可以访问https://cse.google.com/cse/all,打开搜索引擎,并将“图片搜索”切换为开启来启用它。
答案 1 :(得分:0)
我推迟了2年,但我找到了解决方案。 您需要转到“自定义搜索引擎”仪表板,然后打开“搜索整个Web”属性或类似的属性。 激活该属性后,您必须能够看到结果