Block 1 - When clicking βExecute workflowβ
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Automated SEO Data Engine using DataForSEO & Airtable This workflow automatically pulls SERP rankings, competitor keywords, and related keyword ideas from DataForSEO and stores structured results i...
n8n-nodes-base.manualtrigger, n8n-nodes-base.wait, n8n-nodes-base.splitout, n8n-nodes-base.aggregate, n8n-nodes-base.airtable, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Sparsh From Automation Jinn.
Original n8n.io sourceThis workflow automatically pulls SERP rankings, competitor keywords, and related keyword ideas from DataForSEO and stores structured results in Airtable β making SEO tracking and keyword research streamlined and automated.
| Step | Component | Purpose |
|---|---|---|
| 1 | Trigger (Manual: βExecute workflowβ) | Starts the workflow on demand β optionally replaceable with a schedule or webhook. |
| 2 | Read seed keywords from Airtable (SERP Keywords table) |
Fetches the list of keywords for which to track SERP. |
| 3 | Post SERP task to DataForSEO API | Requests Google organic SERP results (depth up to 10) for each keyword. |
| 4 | Wait + Poll for results (after ~1 min) | Gives DataForSEO time to process, then retrieves the completed task results. |
| 5 | Parse & store SERP results into Airtable (SERP rankings table) |
Records rank, URL, domain, title, description, breadcrumb, etc. for each result. |
| 6 | Read competitor list from Airtable (Competitor Research table) |
Fetches competitors (domains/sites) marked for keyword research. |
| 7 | Post competitor-site keywords task to DataForSEO | Fetches keywords used by competitor sites. |
| 8 | Wait + Poll + Store competitor keywords into Airtable (Competitor Keywords Research) |
Captures keyword, competition level, search volume, CPC, monthly volume trends. |
| 9 | Aggregate seed keywords β request related keywords via DataForSEO | Retrieves related / similar keyword ideas for seed list (keyword expansion). |
| 10 | Store related keywords into Airtable (Similar Keywords table) |
Saves keyword data for long-tail / expansion analysis. |
type, rank_group, rank_absolute, page, domain, title, description, url, breadcrumb SERP Keywords referenceKeyword Competition, Competition_Index Search_Volume, CPC, Low_Top_Of_Page_Bid, High_Top_Of_Page_Bid (if available) Jan_2025, Feb_2025, β¦, Dec_2025 (mapped from API's monthly_searches) monthly_searches to months is correct β wrong indices will mislabel month data. SERP Keywords, Competitor Research, SERP rankings, Competitor Keywords Research, Similar Keywords. 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 | Track SERP rankings & discover keywords using DataForSEO & Airtable |
|---|---|
| Complexity | advanced |
| Nodes | 22 |
| Categories | Market Research |
| Author | Sparsh From Automation Jinn |
| Published | 09 Dec 2025 |
Use the JSON export at /data/workflows/11630/11630.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.
Automated SEO Data Engine using DataForSEO & Airtable This workflow automatically pulls SERP rankings, competitor keywords, and related keyword ideas from DataForSEO and stores structured results i...
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 Market Research use case.