Skip to main content

Track new Featured Snippet keyword wins via email with DataForSEO

Workflow preview

Workflow preview
100%
Track new Featured Snippet keyword wins via email with DataForSEO preview
Open on n8n.io

1. Workflow Overview

This weekly workflow helps you keep track of new Featured Snippet visibility for your domain with...

Best for

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

Tools used

n8n-nodes-base.aggregate, n8n-nodes-dataforseo.dataforseolabsapi, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote, n8n-nodes-base.gmail, n8n-nodes-base.set

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 new Featured Snippet keyword wins via email with DataForSEO
Workflow name
Track new Featured Snippet keyword wins via email with DataForSEO

This weekly workflow helps you keep track of new Featured Snippet visibility for your domain without manual SERP checks. Each week, it fetches the most recent data from DataForSEO, saves a snapshot to Google Sheets, and compares it against the previous run.

Any new keywords for which your domain appears in a Featured Snippet are automatically added to a dedicated sheet along with ranking and search volume data, creating a historical log of growth over time. Lastly, the workflow sends you or your team an email overview highlighting how many new keywords were found, so you never miss an important update.

Who’s it for

SEO professionals, marketers and content teams who want an automated way to monitor new keyword appearances in Google’s Featured Snippets and receive regular updates without checking SERPs by hand.

What it does

This workflow automatically detects when your domains start ranking for new keywords in Featured Snippets, records those keywords in Google Sheets, and sends a brief weekly summary of changes via email.

How it works

Runs on a predefined schedule (default: once a week). Reads your keywords and domains from Google Sheets. Extracts the latest data on Google’s Featured Snippet results via DataForSEO API. Compares the data with the previous snapshot. Logs newly ranked keywords to a dedicated Google Sheet. Sends a summary email with key highlights.

Requirements

  • DataForSEO account and API credentials
  • A spreadsheet in Google Sheets with your keywords, following the required column structure (as in the example).
  • A spreadsheet in Google Sheets with your target domains, following the required column structure (as in the example).
  • Gmail account

Customization

You can easily adapt this workflow to your specific needs and preferences by adjusting the schedule, exporting results to other tools (like Looker Studio and BigQuery) instead of Google Sheets, and cusomtizing the email content.

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 - Aggregate

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

Block 2 - Get ranked keywords

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

Block 3 - Get previous keywords

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

Block 4 - Get targets

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

Block 5 - Find new keywords

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

Block 6 - Append keyword in sheet

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

Block 7 - Run every Monday

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

Block 8 - Sticky Note

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

Block 9 - Sticky Note2

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

Block 10 - Sticky Note3

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

Block 11 - Sticky Note5

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

Block 12 - Sticky Note6

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

Block 13 - Aggregate1

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

Block 14 - Clear sheet

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

Block 15 - Send a message

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 16 - Initialize "items" field

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

Block 17 - Set "items" field

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

Block 18 - Merge "items" with DFS response

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

Block 19 - Has more pages?

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

Block 20 - Merge "items" with last response

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

Block 21 - Filter (has new keywords)

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

Block 22 - Split out (items)

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

Block 23 - Loop over targets

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

3. Summary Table

Workflow Track new Featured Snippet keyword wins via email with DataForSEO
Complexity advanced
Nodes 23
Categories Market Research, AI Summarization
Author DataForSEO
Published 18 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13488/13488.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 new Featured Snippet keyword wins via email with DataForSEO do?

This weekly workflow helps you keep track of new Featured Snippet visibility for your domain with...

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.