Google返回的结果不超过64个 [英] Google not returning more than 64 results

查看:79
本文介绍了Google返回的结果不超过64个的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用.Net的Google API http://code .google.com/p/google-api-for-dotnet/ 而且无论我要求Google收到多少结果,返回的值都不会超过64.

I am using the Google API for .Net http://code.google.com/p/google-api-for-dotnet/ and no matter how many results I ask for Google never returns more than 64.

这是我的代码段:

GwebSearchClient client = new GwebSearchClient("xyz");
IList<IWebResult> results = client.Search(this.SearchText.Text, 100);

我希望获得100条结果,但是无论使用哪种搜索字词,我都不会获得超过64条结果.

I expected to get 100 results, but never get more than 64 irrespective of the search term used.

有什么想法吗?

推荐答案

根据Google AJAX搜索API(使用与.NET API相同的对Google服务器的HTTP请求),返回的最大结果为64. >

According to the Google AJAX Search API (which uses the same HTTP requests to Google servers as the .NET API,) the maximum returned results are 64.

注意:结果页面的最大数量取决于搜索器的类型.本地搜索支持4页(或总共32个结果),其他搜索者(博客,书籍,图像,新闻,专利,视频和Web)支持8页(共64个结果).

Note: The maximum number of results pages is based on the type of searcher. Local search supports 4 pages (or a maximum of 32 total results) and the other searchers (Blog, Book, Image, News, Patent, Video, and Web) support 8 pages (for a maximum total of 64 results).

此处中,向上滚动两行.或在页面上搜索最大数量".

From here, scroll two lines up. Or search the page for "maximum number".

这篇关于Google返回的结果不超过64个的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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