Google 图片搜索 API 最大结果大小
我正在尝试使用谷歌休息API, http://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=monkey&rsz=8 如所述API 规范位于此处。看起来最多 8 个结果,这对我来说似乎不合理。我错过了什么吗?我可以附加 rsz=8 参数,但不能高于 8,否则 api 将返回错误响应。有什么想法吗?
I'm trying to use the google rest api, http://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=monkey&rsz=8 as described api spec here. It looks like 8 results is the max and that just doesn't seem sensible to me. Am I missing something? I'm able to append rsz=8 parameter but can't go any higher than 8 or the api returns an error response. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用其余 api,您每页将获得 8 个结果,最多 20 页。
With the rest api you will get 8 results per page and a maximum of 20 pages.
谷歌出于“性能”原因限制您。如果没有限制,他们的服务器就会受到重创
google limits you for 'performance' reasons. If there was no limit their servers would get hammered