Block 1 - Google BigQuery
- Type / Role
- n8n-nodes-base.googleBigQuery - googleBigQuery
- Config choices
- Version 2.1
This workflow is provided as-is. Please review and test before using in production.
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 insertin...
n8n-nodes-base.googlebigquery, n8n-nodes-base.nocodb, n8n-nodes-base.splitinbatches, n8n-nodes-base.code, n8n-nodes-base.set, n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Nima Salimi.
Original n8n.io sourceThis 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.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automate monthly CrUX report transfer from BigQuery to NocoDB with data cleanup |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Document Extraction |
| Author | Nima Salimi |
| Published | 08 Oct 2025 |
Use the JSON export at /data/workflows/9368/9368.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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 insertin...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction use case.