Is there any way I can use google-image serach API?

不打扰是莪最后的温柔 提交于 2019-12-11 02:24:13

问题


I want to retrive search results from google images from my .net application. Is there any way out there?


回答1:


Yes, there is.

The Google Image Search API offers access through a RESTful interface, as described here, on the API reference page.

You can use e.g. the WebRequest class to make the API calls, and use one of the JSON libraries as listed on this page, such as Json.NET or JSONSharp to parse the returned JSON data.



来源:https://stackoverflow.com/questions/2833988/is-there-any-way-i-can-use-google-image-serach-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!