SkillAgentSearch skills...

Pagespeed

Python client for the Google Page Speed Insights analysis API.

Install / Use

/learn @joshcarty/Pagespeed
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Google PageSpeed Insights for Python

Packagist

pagespeed offers a convenient interface for the Google PageSpeed Insights API. It is written in Python and provides an easy way to query a site's page speed.

Quickstart

Execute a query with:

import pagespeed

ps = pagespeed.PageSpeed()
response = ps.analyse('https://www.example.com', strategy='desktop')
print(response.speed)

Note

This is for Version 2 of the Google PageSpeed Insights API. The most recent version is Version 4.

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated2mo ago
Forks3

Languages

Python

Security Score

90/100

Audited on Jan 9, 2026

No findings