Hacker News new | ask | show | jobs
by instance 2187 days ago
How would they, without impairing normal users? You need an API for the public that allows you to get suggestions rather quickly without an API key, for all the users that are not logged into their Google account.
1 comments

Probably the same way they lock down Google search from too many HTTP requests.
Yeah I'm sure there's a reasonable flood control on that endpoint, which for project like this probably won't kick in.
Captcha? This won't work for their regular use cases.
Probably server-side rate limiting based on IP.