Hacker News new | ask | show | jobs
by sour-taste 805 days ago
I built a little game based on a similar idea, where you enter a search query and then try and guess what the autocompletes will be. It's still very beta but feel free to try it out. Feedback welcome.

https://autocomplete-guess.blaise.gg/

I was able to get completions by just querying this endpoint:

https://www.google.com/complete/search?q=$QUERY_GOES_HERE&cl...

1 comments

Love it for it's simplicity.