Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.55 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.55 KB

power-speedtest

Using PowerShell to Bulk Extract Pagespeed Insights

This PowerShell script helps you download Google Pagespeed stats in bulk from the domains listed in a text file. PowerShell is an advanced scripting environment from Microsoft, compatible with Mac and Linux. I chose it because it’s installed on every Windows computer by default and provides excellent scripting capabilities.

Any digital marketer can use it without needing a full development environment, regardless of the operating system. This code creates a CVS file with all the netrics listed on 'metrics.txt' from the URL listed on the 'domains.txt'

Please be mindful of excessive use, as the API has rate limits.

===========================================

Uso de PowerShell para extraer masivamente información de Pagespeed Insights

Este script de PowerShell le ayuda a descargar estadísticas de Google Pagespeed de forma masiva desde los dominios enumerados en un archivo de texto. PowerShell es un entorno de scripting avanzado de Microsoft, compatible con Mac y Linux. Lo elegí porque está instalado en todas las computadoras con Windows de forma predeterminada y proporciona excelentes capacidades para la creación de scripts.

Cualquier especialista en marketing digital puede utilizarlo sin necesidad de un entorno de desarrollo completo, independientemente del sistema operativo. Este código crea un archivo CVS con todas las métricas enumeradas en 'metrics.txt' a partir de la URL que figura en 'domains.txt'.

Por favor se consiente del uso excesivo, ya que el API tiene límites.