How to disable Google Instant Search from within http url query? -
some of programs send direct queries google , parse html results - instance http://www.google.com/search?q=foobar&hl=en&num=20.
unfortunately, seems since recently, when sending such queries google, "num" parameter ignored because of instant search. no matter what, 10 results shown in page. if disable instant search, works again. problem settings stored in cookie or , it's impractical, if @ possible, pre-set program side.
is there way add parameter query bypass instant search , "num" working again? i'm sure i'm not 1 parsing google html results...
just add "&as_qdr=all"
http://www.google.com/search?q=foobar&hl=en&num=2&start=0&as_qdr=all
Comments
Post a Comment