谷歌搜索API为C# [英] Google Search API for C#

查看:187
本文介绍了谷歌搜索API为C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

现在,谷歌停止其SOAP API,我可以用从C#code搜索?

Now that Google's discontinued their SOAP API, what can I use to search from C# code?

我知道他们有一个Javascript AJAX API - 我已经实现了它和它的作品 - 但我只需要做同样的事情,但是从后端code

I know they have a Javascript AJAX API – I've implemented it and it works – but I just need to do the same thing but from the backend code.

推荐答案

在AJAX API有一个RESTful接口。看看这里在标题部分的Flash和其他非JavaScript环境

The AJAX API has a RESTful interface. Have a look here in the section titled "Flash and other Non-Javascript Environments"

有关Flash开发人员,以及那些有需要从其他非Javascript环境访问Web Search API的开发人员来说,API提供了一个简单的RESTful接口。在所有情况下,支持的方法是GET,响应格式是JSON恩codeD结果与嵌入的状态codeS设置。

For Flash developers, and those developers that have a need to access the Web Search API from other Non-Javascript environments, the API exposes a simple RESTful interface. In all cases, the method supported is GET and the response format is a JSON encoded result set with embedded status codes.

这篇关于谷歌搜索API为C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆