πŸ“Š Monitor website performance with PageSpeed Insights and send alerts

⚑ 1,245 views Β· πŸ“Š Market Research & Insights

πŸ’‘ Pro Tip β€” For competitive intelligence, ScraperNode can automate the data collection β€” Yelp reviews, Glassdoor company data, and Crunchbase profiles all return structured JSON you can feed straight into this workflow.

View All Scrapers

Description

Monitor website performance with PageSpeed Insights and save to Google Sheets with alerts

This n8n template automatically monitors website performance using Google’s PageSpeed Insights API, compiles detailed reports, and tracks performance trends over time in Google Sheets.

Use cases: Agency client monitoring, competitor analysis, performance regression detection, SEO reporting, site migration monitoring, A/B testing performance impact, and maintaining performance SLAs.

Who’s it for

How it works

Two Workflow Paths

  1. Scheduled Audit: Automatically tests all URLs from Google Sheet on schedule
  2. On-Demand Testing: Webhook endpoint for immediate single-URL testing

How to set up

  1. Get a free PageSpeed Insights API key from Google Cloud Console
  2. Create Google Sheet with columns: URL, Site Name, Category, Alert Threshold, Last_Processed_Date and Device.
  3. Set up Google Sheets API credentials
  4. Configure notification preferences (Slack, email, etc.)
  5. Set audit schedule (daily, weekly, or custom)
  6. Define performance thresholds for alerts

Requirements

Google Sheet Structure

Input Sheet (β€œsites”):

Results Sheet (β€œaudit_results”):

API Usage (On-Demand)

POST to webhook:

{
  "url": "https://example.com",
  "site_name": "Example Site",
  "alert_threshold": 75
}

How to customize

πŸ”— Nodes Used

Google Sheets, HTTP Request, Webhook, Gmail, Schedule Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup