使用Google Custom Search API获取Google图片中的图片网址?

时间:2015-07-26 13:26:47

标签: json image rest search google-custom-search

我正在尝试使用Google自定义搜索API来获取Google图片中的图片网址。如何设置自定义搜索网站以将images.google.com用作其网站进行搜索?当我坐下自定义搜索时,我只是尝试使用Google图片网址(images.google.com),但这似乎不起作用。

当我尝试进行REST调用时,这就是我得到的:

{
"title": "Google Custom Search - tomat",
"totalResults": "0",
"searchTerms": "tomat",
"count": 10,
"inputEncoding": "utf8",
"outputEncoding": "utf8",
"safe": "off",
"cx": "THIS IS WHERE THE CX NUMBER IS"
}

我正在尝试获取搜索查询中三个首次点击的图片网址。有什么想法吗?

1 个答案:

答案 0 :(得分:1)

我明白了。您必须在控制面板中启用图片搜索,并在查询中包含searchType = image,但我必须添加* .google.com到要搜索的网站。当我在google.com上使用通配符时,它有效。 :)