Hacker News new | ask | show | jobs
by askjdlkasdjsd 2187 days ago
Welp, now Google will lock this API down soon.
3 comments

This API is hit on every search keystroke in modern browsers with a small debounce delay, so its tolerance to frequent requests will be pretty high.
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.
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.
This API has been well-known forever.