Skip to main content

Track URL-level keyword rankings in Google Sheets with DataForSEO

Workflow preview

Workflow preview
100%
Track URL-level keyword rankings in Google Sheets with DataForSEO preview
Open on n8n.io

1. Workflow Overview

This workflow automatically monitors how specific URLs rank for their target keywords in Google search re...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-dataforseo.dataforseoserpapi, n8n-nodes-base.merge, n8n-nodes-base.code, n8n-nodes-base.set, n8n-nodes-base.stickynote, n8n-nodes-base.filter

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by DataForSEO.

Original n8n.io source

1.1 Workflow description

Title
Track URL-level keyword rankings in Google Sheets with DataForSEO
Workflow name
Track URL-level keyword rankings in Google Sheets with DataForSEO

This workflow automatically monitors how specific URLs rank for their target keywords in Google search results and stores your full ranking history in Google Sheets.

On each scheduled run, the workflow reads a list of URLs and related keywords from your input in Google Sheets, filters only active rows (if set), and checks search positions on Google using the DataForSEO SERP API.

The workflow then saves the results in a separate Spreadsheet tab corresponding to each tracked URL. Table rows contain your keywords, columns store ranking positions by run date, and automatically calculated ranking delta (comparison with the previous measurement), so you can quickly see whether a keyword improved, dropped, or stayed unchanged.

As a result, you get a clean historical ranking table by URL that lets you easily monitor SEO performance over time, quickly detect changes, and review page-level keyword trends without manual SERP checks.

Who’s it for

This workflow is ideal for SEO specialists, content marketers, agencies, and website owners who want to automate rank tracking for specific landing pages and keep a clean historical view of keyword performance by URL.

What it does

This workflow automatically retrieves URLs and their target keywords from Google Sheets, checks their current rankings on Google search via the DataForSEO SERP API, and writes the results to a historical Google Sheets report, where each tab represents a separate URL, and each run adds new date-based columns with rankings and changes.

How it works

Triggers automatically every two weeks.

Fetches keywords and URLs from your input in Google Sheets (if set, fetches only active records).

Checks the top-20 Google search results for your keywords and URLs using the DataForSEO SERP API.

Creates a dedicated sheet for each URL, saves the current position in Google Sheets, calculates the ranking delta, and logs status.

Adds new columns for each date of the run, creating a historical data record in Google Sheets.

Requirements

  • n8n cloud account with the DataForSEO node installed or a self-hosted n8n instance
  • DataForSEO account and API credentials
  • Google Sheets account and connection to n8n

Customization

You can easily customize this workflow by changing the run frequency, switching the target search location or language, tracking mobile results instead of desktop, or extending the output with status labels, alerts, or visual trend reporting.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 2 - Create sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 3 - Get live google organic SERP regular

Type / Role
n8n-nodes-dataforseo.dataForSeoSerpApi - dataForSeoSerpApi
Config choices
Version 1

Block 4 - Append or update row in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 5 - Append row in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 6 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 7 - Normalize URL

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Calculate delta & status

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Prepare data for GS

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Get keywords and URLs

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 15 - Filter (only active)

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.3

Block 16 - Loop over items (each keyword)

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 17 - Is a new sheet created?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 18 - Prepare column data for GS

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 19 - Find the row with the keyword

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

3. Summary Table

Workflow Track URL-level keyword rankings in Google Sheets with DataForSEO
Complexity advanced
Nodes 19
Categories Market Research, AI Summarization
Author DataForSEO
Published 21 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15184/15184.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Track URL-level keyword rankings in Google Sheets with DataForSEO do?

This workflow automatically monitors how specific URLs rank for their target keywords in Google search re...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Market Research, AI Summarization use case.