Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have used Google search API for image search in my project. By default it returns 8 images and pages but i want only 6 images and pages. How can i achieve it?
I tried to limit it by using rsz=6 along with url but it did not work.



Thanks
Posted

1 solution

Read here: http://code.google.com/apis/customsearch/v1/using_rest.html#query-params[^] look for the parameters relevant to pagination: num and start.

Cheers!
-MRB
 
Share this answer
 
Comments
fjdiewornncalwe 17-May-11 9:24am    
+5. Always start at the source.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900