从java访问google网络搜索

发布于 2024-10-15 08:23:57 字数 143 浏览 1 评论 0原文

由于 SOAP 已停止,有什么方法可以从 java 访问 google web 搜索吗? 我搜索了 google API,但目前它提供了 JSON,即 java 脚本。

但我想从JAVA而不是javascript访问。我想知道是否有任何方法可以做到这一点?

since SOAP has been stopped, is there any way i can access google web search from java.
I searched for google APIs but currently it provides JSON which is java script.

But i want to access from JAVA not javascript.i would like to know if there is any way to do so?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

深者入戏 2024-10-22 08:23:57

您可以使用 Java 解析 JSON。例如,请查看有关解析 JSON 的 XStream 教程

You can parse JSON with Java. For instance, check out the XStream tutorial on parsing JSON.

夜访吸血鬼 2024-10-22 08:23:57

使用 JSONObject 和 JSONArray 以及 Apache Http。我已经编写了一个从 REST 获取 xml/json 的教程,现在正在发布如何使用 JSONObjects/JSONArrays 解析它。今晚晚些时候我将提供 JSON 教程,但这里有一个 REST 教程目前具有 JSONArray 解析功能。

use JSONObject and JSONArray and Apache Http. I have written a tutorial to get xml/json from REST and am now in the process of posting how to parse it using JSONObjects/JSONArrays. I will have the JSON tutorial up later tonight but here is a REST Tutorial it currently has JSONArray parsing functionality.

缪败 2024-10-22 08:23:57

您可以使用 GSON (http://code.google.com/p/google-gson/) 解析传入的 JSON 文本并转换为 Java 对象图。

You can use GSON (http://code.google.com/p/google-gson/) to parse the incoming JSON text and convert to Java object graph.

冷弦 2024-10-22 08:23:57

JSON/Atom 自定义搜索 API 可能适合您。您将需要创建自定义搜索引擎,并且没有任何网站会回退到 Google 搜索。不过还没有尝试过这个。

JSON/Atom Custom Search API may work for you. You will need to create Custom Search Engine with no sites that will fall back to Google Search. Haven't tried this though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文