google-this icon indicating copy to clipboard operation
google-this copied to clipboard

The access rate limitation (ask)

Open akunerio opened this issue 1 year ago • 2 comments

Question

Did the google limit the access for this mechanism ?

For example, I deploy this feature in server nodejs. Then there are 50-100 users simultaneously access this feature to get the search results. I worry google will block the access like a spam bot.

Thank you.

Other details

No response

Checklist

  • [X] I am running the latest version.
  • [X] I checked the documentation and found no answer.
  • [X] I have searched the existing issues and made sure this is not a duplicate.
  • [X] I have provided sufficient information.

akunerio avatar Sep 07 '22 08:09 akunerio

I use this for a few projects and never faced a 429, but it might happen and honestly the only way to bypass it would be using proxies (ex: #29) or add some sort of delay between requests.

LuanRT avatar Sep 08 '22 05:09 LuanRT

I see. Thank you for your hard work. I will try to use that way.

akunerio avatar Sep 08 '22 10:09 akunerio

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Nov 08 '22 03:11 github-actions[bot]

I use this for a few projects and never faced a 429, but it might happen and honestly the only way to bypass it would be using proxies (ex: #29) or add some sort of delay between requests.

I'm getting error 429 after few search (without spamming) using boolean operators

hugodlmm avatar Dec 15 '22 21:12 hugodlmm