LuanRT / google-this

A simple yet powerful module to retrieve organic search results and much more from Google.
https://www.npmjs.com/package/googlethis
MIT License
320 stars 77 forks source link

The access rate limitation (ask) #32

Closed akunerio closed 1 year ago

akunerio commented 1 year ago

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

LuanRT commented 1 year ago

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.

akunerio commented 1 year ago

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

github-actions[bot] commented 1 year ago

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.

hugodlmm commented 1 year ago

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