yes we can do that but api return me total 64 result each page has 8 result
if i will display more result in one page then total number of pages will
decrease.

i want all the results which google showing in image search result .

On Thu, May 26, 2011 at 5:57 PM, Jeremy Geerdes <jrgeer...@gmail.com> wrote:

> 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.
>
>

-- 
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