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.
This workflow contains community nodes that are only compatible with the self hosted version of n8n. How it works This n8n workflow helps you build a fully automated SEO content engine using [Scrap...
n8n-nodes-base.manualtrigger, n8n-nodes-scrapeless.scrapeless, n8n-nodes-base.splitout, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.stickynote, n8n-nodes-base.aggregate, n8n-nodes-base.code, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by scrapeless official.
Original n8n.io sourceThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.
This n8n workflow helps you build a fully automated SEO content engine using Scrapeless and AI. It’s designed for teams running international websites—such as SaaS products, e-commerce platforms, or content-driven businesses—who want to grow targeted search traffic through high-conversion content, without relying on manual research or hit-or-miss topics.
The flow runs in three key phases:
Automatically find high-potential long-tail keywords based on a seed keyword using Google Trends via Scrapeless. Each keyword is analyzed for trend strength and categorized by priority (P0–P3) with the help of an AI agent.
For each P0–P2 keyword, the flow performs a Google Search (via Deep SerpAPI) and extracts the top 3 organic results. Scrapeless then crawls each result to extract full article content in clean Markdown. This gives you a structured, comparable view of how competitors are writing about each topic.
Using AI (OpenAI or other LLM), the workflow generates a complete SEO article draft, including:
Finally, the article is stored in Supabase (or any other supported DB), making it ready for review, API-based publishing, or further automation.
This flow requires intermediate familiarity with n8n and API key setup. Full configuration may take 30–60 minutes.
Scrapeless API KeyOpenAI (or other LLM) credentialsSupabase or Google Sheets credentialsInput Seed Keyword
Edit the “Set Seed Keyword” node to define your niche, e.g., "project management".
Google Trends via Scrapeless
Use Scrapeless to retrieve “related queries” and their interest-over-time data.
Trend Analysis with AI Agent
AI evaluates each keyword's trend strength and assigns a priority (P0–P3).
Filter & Store Keyword Data
Group and sort keywords by priority, then store them in Google Sheets.
Competitor Research
Use Deep SerpAPI to get top 3 Google results. Crawl each using Scrapeless.
AI Content Generation
Feed competitor content + trend data into AI. Output a structured SEO blog article.
Store Final Article
Save full article JSON (title, meta, slug, content) to Supabase.
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.
Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automated SEO content engine with Claude AI, Scrapeless, and competitor analysis |
|---|---|
| Complexity | advanced |
| Nodes | 26 |
| Categories | Content Creation, Multimodal AI |
| Author | scrapeless official |
| Published | 14 Jul 2025 |
Use the JSON export at /data/workflows/5985/5985.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 workflow contains community nodes that are only compatible with the self hosted version of n8n. How it works This n8n workflow helps you build a fully automated SEO content engine using [Scrap...
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 Content Creation, Multimodal AI use case.