Hi,

You will basically need to fire off two requests and probably append
the results from the 2nd result set (of 8 results) to the end of your
first set of 8.

Basically similar to this demo I did a while ago for getting all 64

http://savedbythegoog.appspot.com/?id=a80d1c86a19ce2ac6b8fde03fc02a3b94692cd8f

Cheers!
Vision Jinx

On Jul 31, 3:14 pm, bear <[email protected]> wrote:
> I want to use 16 results from a search i.e. 2 pages of 8.
> I cannot find a way to do it in one go.
> So I have tried going straight to the second page using
>
> google.load('search', '1', {'other_params':'start=8'});
>
> but this returns the first results, and then the second and my program
> only catches the first set of 8.
>
> Is there any way of concatenating these 16 results or getting only the
> second 8?
> Cheers

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

Reply via email to