简体   繁体   English

Google搜寻结果

[英]Google search results

My study is to get as MANY of the urls that google returns claiming to have info of my search. 我的研究是要获得Google返回声称拥有我的搜索信息的许多网址。 I look at the source code of the search result page, the urls were hidden by Google. 我看一下搜索结果页面的源代码,URL被Google隐藏了。 Can anyone help me? 谁能帮我? Just get me on the right direction. 让我朝正确的方向前进。 Using Java 使用Java

You can invoke a REST interface to get the Google search results as XML or JSON using the Google Custom Search API (limited to 100 queries / day). 您可以使用Google自定义搜索API调用REST接口以XML或JSON形式获取Google搜索结果(每天限制为100个查询)。

To make the actual request programmatically check out the HttpURLConnection class. 要以编程方式发出实际请求,请检出HttpURLConnection类。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM