0

I would like to get more than 10 results from this API: http://suggestqueries.google.com/complete/search?output=toolbar&q=TERM .

Is that possible?

jww
  • 97,681
  • 90
  • 411
  • 885
SG 86
  • 6,974
  • 3
  • 25
  • 34
  • What does the official documentation have to say about that? – Geeky Guy Sep 17 '13 at 14:38
  • There is none i guess – SG 86 Sep 17 '13 at 14:43
  • You haven't googled hard enough, then. I found this in 10 seconds of searching: https://developers.google.com/custom-search/docs/xml_results - now scroll down to the part where you see the parameters for the amount of results. – Geeky Guy Sep 17 '13 at 14:46
  • Thats for the google search, but not for google suggestqueries. This Params don't work here. – SG 86 Sep 17 '13 at 14:50
  • Yep, allow me to take my comment back and say sorry. I just tested and it doesn't work. Unfortunately that seems to be a standard among Google's API's :( that is, no support for things that should be trivial. – Geeky Guy Sep 17 '13 at 14:51

1 Answers1

1

I think there's no way to get more results for a single query. But you can get more results if you pass additional characters to it, e.g. "TERM a", "TERM b", ...

joewhite86
  • 428
  • 3
  • 6