Reputation: 91
I've been searching everywhere but I couldn't find the answer to the following questions.
What are the limits? How many requests per day?
Upvotes: 6
Views: 12125
Reputation: 2544
As of 2024, the current limits for the Google PageSpeed Insights API are:
To monitor your API usage, you can visit the Google Cloud Console.
Upvotes: 1
Reputation: 1555
As of December 2020 this is now 400 queries per 100 seconds and 25.000 queries per day.
Even though it says that you can request more quota, it doesn't look like you can. At least I couldn't find a way to do that.
Upvotes: 1
Reputation: 12757
Google imposes a quota limit on PageSpeed Insights API usage. The current limit (as of September, 2015) is 25,000 requests / day and 1 requests / second. The default pause is 1 second between sending requests to Google to avoid exceeding quota.
Taken from following
https://nodepit.com/node/com.mmiagency.knime.nodes.google.pagespeed.GooglePageSpeedNodeFactory
Upvotes: 0
Reputation: 2895
I've logged into my Google Developers Console and I can see that I have a quota of 25,000 requests a day. Once you have signed up for the service, you can also apply for an higher quota if necessary!
Hope that helps.
Upvotes: 13