mzevenkay
mzevenkay

Reputation: 91

PageSpeed Insights API limits

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

Answers (4)

Lars Flieger
Lars Flieger

Reputation: 2544

As of 2024, the current limits for the Google PageSpeed Insights API are:

  • 25.000 Queries per day
  • 240 Queries per minute

Source

To monitor your API usage, you can visit the Google Cloud Console.

Upvotes: 1

Søren Dam
Søren Dam

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.

PageSpeed Insights API Quota

Upvotes: 1

Du-Lacoste
Du-Lacoste

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

Deano
Deano

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!

Google PageSpeed API

Hope that helps.

Upvotes: 13

Related Questions