Skip to main content

Convert YouTube videos to SEO articles with Supadata, Claude Sonnet 4 and WordPress

Workflow preview

Workflow preview
100%
Convert YouTube videos to SEO articles with Supadata, Claude Sonnet 4 and WordPress preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Problem This Solves Content creators, digital marketers, and website owners struggle with the time consuming process of creating fresh, SEO optimized blog content consistently. Manually writing art...

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-base.splitinbatches, @n8n/n8n-nodes-langchain.lmchatanthropic, n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.youtube, n8n-nodes-base.removeduplicates

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Convert YouTube videos to SEO articles with Supadata, Claude Sonnet 4 and WordPress
Workflow name
Convert YouTube videos to SEO articles with Supadata, Claude Sonnet 4 and WordPress

Problem This Solves

Content creators, digital marketers, and website owners struggle with the time-consuming process of creating fresh, SEO-optimized blog content consistently. Manually writing articles, researching keywords, and maintaining a regular publishing schedule can take hours per piece of content.

Target Audience

This workflow is perfect for:

  • Bloggers and Content Creators who want to repurpose video content into written articles
  • Content Marketing Agencies managing multiple client websites
  • Digital Marketing Teams looking to scale their content production
  • Small Business Owners who need regular blog content but lack time or writing resources
  • SEO Specialists seeking to maximize content output while maintaining quality
  • YouTube Channel Owners who want to expand their content reach across different platforms

What This Workflow Does

This n8n automation transforms popular YouTube videos into high-quality, SEO-optimized articles that appear completely human-written. The workflow intelligently selects trending content from your chosen YouTube channels, transcribes the videos, and uses advanced AI to craft engaging articles optimized for search engines.

How it works

  • The user selects YouTube channels from which the workflow retrieves the most popular videos.
  • The videos are transcribed and converted into SEO-optimized articles.
  • Generated articles are automatically published to your WordPress website.

Set up steps

  • Connect your Google Account to all YouTube nodes.
  • Integrate your Supadata account.
  • Customize White-labeled prompt in the 'Compose Article' node according to your brand.
  • Configure the 'Create WordPress Post' node with your WordPress website API.
  • Set your target YouTube channels and activate the workflow.
  • Detailed instructions and tutorials can be found in the workflow's sticky notes.

Requirements

  • Google account.
  • supadata.ai account (used for video transcription).
  • Anthropic subscription (GPT models are also supported, but I personally recommend using Anthropic Claude Sonnet 4 for text generation).

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 ‘Test workflow’

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

Block 2 - Loop Over Items1

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

Block 3 - Loop Over Items2

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

Block 4 - Anthropic Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatAnthropic - lmChatAnthropic
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 - Sticky Note2

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

Block 8 - SET YOUTUBE CHANNELS

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

Block 9 - Search Youtube Channel

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 10 - Get YouTube Channel Videos

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

Block 11 - Remove Duplicates

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

Block 12 - Filter by Date

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

Block 13 - Get YouTube Video

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

Block 14 - Create Transcription

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 15 - Compose Article

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

Block 16 - Split title and body

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

Block 17 - Create WordPress Post

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 18 - Sticky Note7

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

Block 19 - Wait for 5 seconds (avoid API overload)

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 20 - Divide items into Title and Search phrases

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

Block 21 - Schedule Trigger (Start every 6 hours)

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

Block 22 - Get the most Viral Video

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

3. Summary Table

Workflow Convert YouTube videos to SEO articles with Supadata, Claude Sonnet 4 and WordPress
Complexity advanced
Nodes 22
Categories Content Creation, Multimodal AI
Author Pavlo Hurhu
Published 07 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7139/7139.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 Convert YouTube videos to SEO articles with Supadata, Claude Sonnet 4 and WordPress do?

Problem This Solves Content creators, digital marketers, and website owners struggle with the time consuming process of creating fresh, SEO optimized blog content consistently. Manually writing art...

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.