RenatoSousa89 / google-ajax-apis

Automatically exported from code.google.com/p/google-ajax-apis
0 stars 0 forks source link

Google API has less results as normal google #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
http://www.google.com/uds/samples/apidocs/helloworld.html
Type "derk aalbers"
returns 3 web results
2.
http://www.google.com/search?hl=en&q=%22derk+aalbers%22
returns 33 web results

What is the expected output? What do you see instead?
I expect 33 results, I only get 3

What version of the product are you using? On what operating system?
Normal google and google api, I'm using Vista and IE 7

Please provide any additional information below.

Original issue reported on code.google.com by di...@dijksma.net on 27 May 2008 at 2:27

GoogleCodeExporter commented 8 years ago
You have to click on the buttons to show all of the results on that demo you are
looking at.

Original comment by internal...@gmail.com on 30 May 2008 at 10:39

GoogleCodeExporter commented 8 years ago
Please advice me than what to do about this:

http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=derk%20aalbers

Still I get only 3 results. How do I get the 33?

Original comment by di...@dijksma.net on 31 May 2008 at 10:38

GoogleCodeExporter commented 8 years ago
The AJAX Search API finds more than 1200 results for that query.  It will only 
give
you up to 16 in sets of 4, or up to 32 in sets of 8.  To get the larger result 
set,
include this at the end of your url: &rsz=large&start=xxx

xxx can be any one of 0, 8, 16, or 24.  If you ask for a starting position of 
greater
than 24, you will receive an error.

Jeremy R. Geerdes
Effective website design & development
Des Moines, IA

For more information or a project quote:
http://jgeerdes.home.mchsi.com
jgeerdes@mchsi.com

If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church!

Original comment by jrgeer...@gmail.com on 3 Jun 2008 at 3:43

GoogleCodeExporter commented 8 years ago
some more info on this subject:

http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=%22derk%20aalbers%22
 gives
"estimatedResultCount":"3"

using Google gives
Results 1 - 10 of about 34 for "derk aalbers".

Original comment by marv...@gmail.com on 4 Jun 2008 at 1:21

GoogleCodeExporter commented 8 years ago
Interesting. Yesterday, I saw an erc of more than 1200 results; today I see the 
3
that you're finding. Also interesting, if you go to page 3 of the google.com 
search,
you see Results 20-23 of about 23.

Jeremy R. Geerdes
Effective website design & development
Des Moines, IA

For more information or a project quote:
http://jgeerdes.home.mchsi.com
jgeerdes@mchsi.com

If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church!

Original comment by jrgeer...@gmail.com on 4 Jun 2008 at 1:32

GoogleCodeExporter commented 8 years ago
Comment 2 has a different url than 4, 4 has the "" around it. We intended to 
use "",
sorry about this.
Without "" I get "estimatedResultCount":"48500"

Original comment by marv...@gmail.com on 4 Jun 2008 at 4:50

GoogleCodeExporter commented 8 years ago
Go see http://code.google.com/p/google-ajax-apis/issues/detail?id=32 for this 
bug. 
The title of this bug is different than what is being reported.  Please post
differing estimatedResultCount queries there.

Thanks,
Ben

Original comment by internal...@gmail.com on 4 Jun 2008 at 10:55