Skip to content
Advertisement

Google PageSpeed Insights API Quota

I was checking Google PageSpeed Insights API and I have question related to the quota but I cannot find answer for it on the web or on the google docs so appreciate if anyone can help or guide me in this point. It is mentioned on the quota for this service that:

| requests per day | 25,000 | 
| requests per 100 seconds | Unlimited | 
| requests per 100 seconds per user | 100 | 

In this case, If I am using the server key to authenticate google service API and get the required information, the number of requests from the server per 100 seconds will be max 100 request since all requests from the same server and with the same API Key or not? What about the case of 100 requests per 100 seconds per user in this case?

Advertisement

Answer

I did not found the answer about the quota on google docs or the web but it is like the following: 1- In case of chrome extension or web application, each user “recognized by logged gmail account” can request 100 request per 100 seconds . 2- In case of the server, it will be unlimited per 100 seconds and 25000 per day.

I tested the server side and it does not have the restriction of 100 requests per 100 seconds.

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement