【发布时间】:2012-08-24 20:18:27
【问题描述】:
请帮我处理GET请求参数。
问题:如何在 Google Custom Search API 中启用图片搜索?
手册是here,但它只适用于网络搜索。
例如,使用文本 flowers 进行网络搜索会返回:
{https://www.googleapis.com/customsearch/v1?key={MY-KEY}&cx=013036536707430787589:_pqjad5hr1a&q=flowers&alt=json}
图片搜索应该有额外的参数searchType=image
{https://www.googleapis.com/customsearch/v1?key={MY-KEY}&cx=013036536707430787589:_pqjad5hr1a&q=flowers&searchType=image&alt=json}
但它返回的 JSON 搜索结果为 0。
请告诉我我做错了什么。 提前致谢。
【问题讨论】:
标签: json rest api google-api