I am writing a VBA code to scrape the top 10 google search suggestions for a given term. I do so by calling out to this URL:
http://google.com/complete/search?output=toolbar&q=Search+Term
However, I would like to emulate a variable local search to see the top search suggestions for a US state (or city/zip code if that is possible) that is specified by the end user.
I have tried including '&near=', '&uule=', and '&gr=' with no change in the result. Is there another URL parameter I could use to emulate a local search?