This n8n workflow automatically retrieves the monthly CrUX (Chrome User Experience) Report from Google BigQuery and updates the data in NocoDB.
It removes the previous month’s data before inserting the new dataset, ensuring your database always contains the latest CrUX rankings for website origins.
The flow is fully automated, using schedule triggers to handle both data cleanup and data insertion each month.
1️⃣ Set Up BigQuery Access
2️⃣ Adjust the Query
LIMIT
value to control how many top-ranked sites are retrieved.{{ $json.table }}
field correctly references the dataset for the desired month (e.g., 202509
).3️⃣ Prepare NocoDB Table
origin
, crux_rank
, and any additional metadata you wish to track.4️⃣ Schedule Automation
5️⃣ Run or Activate the Workflow
Before running this workflow, make sure you complete the following setup steps:
🧱 Enable BigQuery API
📊 Access the Chrome UX Report Dataset
🔑 Connect BigQuery to n8n
chrome-ux-report
dataset.🗄️ Create a NocoDB Table
⚙️ Connect NocoDB to n8n
CrUX Rank (Chrome User Experience Rank) is a metric from Google’s Chrome UX Report (CrUX) dataset that indicates a website’s popularity based on real user visits.
It reflects how frequently an origin (website) is loaded by Chrome users around the world.