获取 google 图片搜索页面的 JSON 版本
Posted
技术标签:
【中文标题】获取 google 图片搜索页面的 JSON 版本【英文标题】:Get JSON version of a google image search page 【发布时间】:2014-06-12 22:02:50 【问题描述】:我在看this tutorial on using AFNetworking
in ios,那个人指示我们使用一个指向以 JSON 格式显示的 twitter 页面的链接。现在,我想知道从给定的网页获取 JSON 是多么容易。例如,this google image search for "beautiful fish"。
我想使用 AFNetworking
框架从该页面获取所有图像,如果我可以拥有该页面的 JSON 版本,这会容易得多,但我该如何获取呢?
按照下面的答案,似乎任何图像搜索都可以使用这种格式以 JSON 格式显示其结果:
https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=YOUR%20SEARCH
例子:
https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=beautiful%20fish
更多信息在这里:
https://developers.google.com/image-search/v1/jsondevguide
【问题讨论】:
【参考方案1】:看这里:https://developers.google.com/custom-search/json-api/v1/overview
如果您使用该 API,您将获得 JSON 格式的结果
【讨论】:
以上是关于获取 google 图片搜索页面的 JSON 版本的主要内容,如果未能解决你的问题,请参考以下文章