Skip to main content

Automated SEO content engine with Claude AI, Scrapeless, and competitor analysis

Workflow preview

Workflow preview
100%
Automated SEO content engine with Claude AI, Scrapeless, and competitor analysis preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

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

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automated SEO content engine with Claude AI, Scrapeless, and competitor analysis
Workflow name
Automated SEO content engine with Claude AI, Scrapeless, and competitor analysis

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

🔍 Phase 1: Topic Discovery

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.

🧠 Phase 2: Competitor Research

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.

✍️ Phase 3: AI Article Generation

Using AI (OpenAI or other LLM), the workflow generates a complete SEO article draft, including:

  • SEO title
  • Slug
  • Meta description
  • Trend-based strategy summary
  • Structured JSON-based article body with H2/H3 blocks

Finally, the article is stored in Supabase (or any other supported DB), making it ready for review, API-based publishing, or further automation.

Set up steps

This flow requires intermediate familiarity with n8n and API key setup. Full configuration may take 30–60 minutes.

✅ Prerequisites
  • Scrapeless account (for Google Trends and web crawling)
  • LLM provider (e.g. OpenAI or Claude)
  • Supabase or Google Sheets (to store keywords & article output)
🧩 Required Credentials in n8n
  • Scrapeless API Key
  • OpenAI (or other LLM) credentials
  • Supabase or Google Sheets credentials

🔧 Setup Instructions (Simplified)
  1. Input Seed Keyword
    Edit the “Set Seed Keyword” node to define your niche, e.g., "project management".

  2. Google Trends via Scrapeless
    Use Scrapeless to retrieve “related queries” and their interest-over-time data.

  3. Trend Analysis with AI Agent
    AI evaluates each keyword's trend strength and assigns a priority (P0–P3).

  4. Filter & Store Keyword Data
    Group and sort keywords by priority, then store them in Google Sheets.

  5. Competitor Research
    Use Deep SerpAPI to get top 3 Google results. Crawl each using Scrapeless.

  6. AI Content Generation
    Feed competitor content + trend data into AI. Output a structured SEO blog article.

  7. Store Final Article
    Save full article JSON (title, meta, slug, content) to Supabase.

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 - When clicking ‘Execute workflow’

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

Block 2 - Google Trends

Type / Role
n8n-nodes-scrapeless.scrapeless - scrapeless
Config choices
Version 1

Block 3 - Split Out

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

Block 4 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 5 - Sticky Note

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

Block 6 - Sticky Note1

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

Block 7 - Crawl

Type / Role
n8n-nodes-scrapeless.scrapeless - scrapeless
Config choices
Version 1

Block 8 - Split Out2

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

Block 9 - Aggregate

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

Block 10 - Code

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

Block 11 - Sticky Note2

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

Block 12 - Google Search

Type / Role
n8n-nodes-scrapeless.scrapeless - scrapeless
Config choices
Version 1

Block 13 - Set seed keywords

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

Block 14 - Google Trends-Get heat data

Type / Role
n8n-nodes-scrapeless.scrapeless - scrapeless
Config choices
Version 1

Block 15 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2

Block 16 - Anthropic Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatAnthropic - lmChatAnthropic
Config choices
Version 1.3

Block 17 - Filter out topics with priority above P2

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

Block 18 - Filter TOP3 competitor links

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

Block 19 - Extract competitor content Markdown

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

Block 20 - Senior SEO content writer

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2

Block 21 - Code1

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

Block 22 - Append or update row in sheet

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

Block 23 - Split Out1

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

Block 24 - Get row(s) in sheet

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

Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

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

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5985/5985.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 Automated SEO content engine with Claude AI, Scrapeless, and competitor analysis do?

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

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 Content Creation, Multimodal AI use case.