开发者

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

开发者 https://www.devze.com 2022-12-30 02:13 出处:网络
I want to retrive search results from goog开发者_开发百科le images from my .net application. Is there any way out there?Yes, there is.

I want to retrive search results from goog开发者_开发百科le images from my .net application. Is there any way out there?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号