Google PageSpeed website screenshot

Google PageSpeed

Google PageSpeed Insights provides APIs for analyzing the performance of web pages on both mobile and desktop devices, returning performance scores, Core Web Vitals metrics, and actionable optimization recommendations powered by Lighthouse.

1 APIs 0 Features
Core Web VitalsGoogleLighthousePage SpeedSEOWeb Performance

APIs

PageSpeed Insights API

The PageSpeed Insights API analyzes the content of a web page and generates suggestions to make it faster. It runs Lighthouse audits on the given URL and returns performance sco...

Collections

Pricing Plans

Rate Limits

Google Pagespeed Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Google Pagespeed Context

0 classes · 3 properties

JSON-LD

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🌐
Console
Console
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google PageSpeed PageSpeed Insights API
  version: v5
request:
  auth:
    type: apikey
    key: key
    value: '{{key}}'
    placement: query
items:
- info:
    name: Analysis
    type: folder
  items:
  - info:
      name: Google PageSpeed Analyze page performance
      type: http
    http:
      method: GET
      url: https://www.googleapis.com/pagespeedonline/v5/runPagespeed
      params:
      - name: url
        value: ''
        type: query
        description: The URL to analyze
      - name: strategy
        value: ''
        type: query
        description: The analysis strategy (desktop or mobile)
      - name: category
        value: ''
        type: query
        description: Lighthouse categories to run
      - name: locale
        value: ''
        type: query
        description: The locale for results (e.g. en_US)
      - name: utm_campaign
        value: ''
        type: query
        description: Campaign name for analytics
      - name: utm_source
        value: ''
        type: query
        description: Campaign source for analytics
      - name: captchaToken
        value: ''
        type: query
        description: The captcha token for the request
    docs: Runs PageSpeed analysis on the given URL. Returns Lighthouse audit results including performance score, Core Web
      Vitals, and optimization recommendations for both mobile and desktop strategies.
bundled: true