i am developing an app in iOS to search any word in google search engine ,,,,
currently i am using this url to retrive the results which will be returned in JSON form
http://ajax.googleapis.com/ajax/services/search/web?num=100&v=1.0&q=
where q is the key word to search about it ,,,
the problem is every time i am trying to search it just return 4 results ,,, how i can increase the results to more than 4 ,,,
and another thing ,, how to access the result pages like 1 2 3 … in the url (i think its a parameter in the same url).
thanks ..
The arguments you’re looking for are:
For more, see the corresponding documentation.
Also, keep in mind that this API is deprecated!