Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Google Sheets Extension] Results Stop Populating When a Large Number of Searches are Executed #824

Open
schaferyan opened this issue May 2, 2023 · 1 comment
Labels
status: queued Ready to work on

Comments

@schaferyan
Copy link

A user reported their searches were not executing in Google Sheets after a certain volume. They also believe they have diagnosed the problem:

The URLFetch method in Google Scripts has a daily limit for consumer users, which is 20,000 requests per day or 50MB per day. When this limit is reached, the results will stop populating.

Intercom

@ilyazub
Copy link

ilyazub commented Jun 28, 2023

SerpApi Google Sheets extension was reverted to version 16 (ref). Was this issue resolved after that?

The limit for URLFetch method in Google Scripts is 20,000 requests per day. Our user suggested in Intercom to handle this edge case in the extension's code. @tanys123 Is this possible?

@tanys123 tanys123 removed their assignment May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: queued Ready to work on
Projects
None yet
Development

No branches or pull requests

3 participants