图片搜索期间Google Custom Search API的多个fileType

时间:2018-01-16 17:38:39

标签: google-custom-search google-search-api google-image-search

目前,我正在使用Google自定义搜索API,使用REST执行图像搜索

https://developers.google.com/custom-search/json-api/v1/reference/cse/list#request

我想知道,特定的多种文件类型的正确方法是什么?

API文档中简要提到了

fileType

例如,以下是GET请求,仅搜索BMP类型图像。

https://www.googleapis.com/customsearch/v1?key=GOOGLE_API_KEY&cx=GOOGLE_SEARCH_ENGINE_ID&q=picasso&searchType=image&fileType=bmp

但是,如果我想搜索PNG和BMP图像怎么办?

起初,我想

fileType=png,bmp

可能与http://codigogenerativo.com/code/google-custom-search-api/

中提到的相同

但是,如果我使用

进行测试
https://www.googleapis.com/customsearch/v1?key=GOOGLE_API_KEY&cx=GOOGLE_SEARCH_ENGINE_ID&q=picasso&searchType=image&fileType=png,bmp
正在返回

JPEG张图片。

似乎我的假设是错误的。有没有人知道如何在图片搜索过程中为Google Custom Search API提供多个fileType?

p / s几年前提出过类似的问题,但还没有具体的答案:Multiple file types search using Google Custom Search API

1 个答案:

答案 0 :(得分:0)

https://www.googleapis.com/customsearch/v1?fileType=jpg,png,AND OTHER TYPES YOU NEED&key=GOOGLE_API_KEY&cx=GOOGLE_SEARCH_ENGINE_ID&q=picasso&searchType=image