How to get more results using Ajax api?

158 views
Skip to first unread message

wrybread

unread,
Nov 12, 2008, 4:43:16 PM11/12/08
to Google AJAX APIs
I'm using the Ajax from a non-javascript environment as detailed here:

http://code.google.com/apis/ajaxsearch/documentation/#fonje

The problem is its only returning 4 results. How do I get more
results?

For example, this URL returns 4 results:

"http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=Paris
%20Hilton"

I tried appending a "num" parameter, but that had no effect:

"http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=Paris
%20Hilton&num=20"

Thanks for any help.

Jeremy Geerdes

unread,
Nov 12, 2008, 4:47:38 PM11/12/08
to Google-AJAX...@googlegroups.com
Two things you're going to need:

&rsz=large will give you 8 results at a time AND

&start=[0, 8, 16, 24, 32, 40, 48, 56] where the parameter you send is
ONE of the values in square brackets. This will let you get
subsequent pages of 8 results each

All of that said, please note that you can only retrieve up to the
first 64 results of any given search. For Local, that ceiling is 32
results, and for Blog, it's 8.

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

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

Unless otherwise noted, any price quotes contained within this
communication are given in US dollars.

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

wrybread

unread,
Nov 12, 2008, 5:01:01 PM11/12/08
to Google AJAX APIs
Gar.... Is there any way to retrieve more than 64 results?

Jeremy Geerdes

unread,
Nov 12, 2008, 5:18:46 PM11/12/08
to Google-AJAX...@googlegroups.com
You can utilize the Yahoo! BOSS API, which I believe returns up to
1,000 results in blocks of 50 per request. For more than that, you'll
probably have to go with the Alexa Web Search API, but that is a for-
pay interface.

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

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

Unless otherwise noted, any price quotes contained within this
communication are given in US dollars.

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

Reply all
Reply to author
Forward
0 new messages