You can do this by running a series of sequential requests. For example, to get 
16 results, you would need to run 2 requests for 8 results each. To get 20, you 
would need to run 2 for 8, and 1 request for 4 results. This gets a little 
tricky if you're doing it in AJAX because of the asynchronous nature. The 
simplest solution would probably be to run the subsequent requests from a 
search complete callback. If you're doing it in PHP, Perl, etc., where you're 
not dealing with asynchronous requests, it should be no problem at all.

Jeremy R. Geerdes
Generally Cool Guy
Des Moines, IA

For more information or a project quote:
jrgeer...@gmail.com

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

On May 26, 2011, at 1:40 AM, malkesh sondagar wrote:

> hi i am using google image search api i am getting all the result
> perfect but i need to display more then 8 about 20 images in a single
> page.
> 
> any help ?
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google AJAX APIs" group.
> To post to this group, send email to google-ajax-search-api@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-ajax-search-api+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-ajax-search-api?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To post to this group, send email to google-ajax-search-api@googlegroups.com.
To unsubscribe from this group, send email to 
google-ajax-search-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-ajax-search-api?hl=en.

Reply via email to