Link to home
Start Free TrialLog in
Avatar of tuchfeld
tuchfeld

asked on

Google Autocomplete API

Hello,
I'd like to write an Application that Helps the User to choose words.
For this.. I use the Google Autocomplete (see attached snapshot).
Unfortunately, The API, as I understand it, is quite poor.
e.g. I uses such a link to get the related Words for the "Peace" word.
https://www.google.com/complete/search?client=hp&hl=iw&sugexp=msedr&gs_rn=64&gs_ri=hp&cp=2&gs_id=b&xhr=t&q=Peace&tch=1&ech=2
(see http://stackoverflow.com/questions/6428502/google-search-autocomplete-api)
Things I'd like to specify are:
1) Negative keywords (that should not appear in the results)
2) Location (to limit the results to a specific area, note the actual Country name must not appear in the autocomplete suggestions)
3) Prices. etc. etc.
I hope to get some instructions, suggestions.
Thanks, Aryeh.
User generated image
ASKER CERTIFIED SOLUTION
Avatar of tuchfeld
tuchfeld

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tuchfeld
tuchfeld

ASKER

Well.. it seems I got an answer myself.. already implemented it and it works.