Skip to main content

Collect viral Instagram AI art with GPT-4 analysis and Telegram delivery

Workflow preview

Workflow preview
100%
Collect viral Instagram AI art with GPT-4 analysis and Telegram delivery preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Who is this for? This template is perfect for: AI art enthusiasts who want to stay updated on trending AI generated artwork Content curators looking to automate art discovery Japanese speaking user...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, @apify/n8n-nodes-apify.apify, n8n-nodes-base.googlesheets, n8n-nodes-base.merge, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.splitinbatches, @n8n/n8n-nodes-langchain.lmchatopenai

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Collect viral Instagram AI art with GPT-4 analysis and Telegram delivery
Workflow name
Collect viral Instagram AI art with GPT-4 analysis and Telegram delivery

Who is this for?

This template is perfect for:

  • AI art enthusiasts who want to stay updated on trending AI-generated artwork
  • Content curators looking to automate art discovery
  • Japanese-speaking users who want translated captions
  • Social media managers tracking AI art trends across platforms

What this workflow does

This workflow automatically collects viral AI art posts from Instagram and delivers them to your Telegram with Japanese translations. It runs daily and filters only high-engagement posts to ensure quality content.

Key Features:

  • 📸 Collects from 4 AI art hashtags (#AIart, #midjourney, #stablediffusion, #aiartwork)
  • 🔥 Filters viral posts only (100+ likes threshold)
  • 🇯🇵 Auto-translates captions to Japanese via DeepL
  • ⚠️ Sends error alerts to Telegram if something goes wrong
  • ⏱️ Built-in rate limiting to avoid API blocks

How it works

  1. Schedule Trigger - Runs daily at 18:00
  2. Instagram Scraping - Apify collects posts from multiple AI art hashtags
  3. Viral Filter - Only posts with 100+ likes and valid captions pass through
  4. Translation - DeepL translates captions from English to Japanese
  5. Image Download - Fetches the post image
  6. Telegram Delivery - Sends photo with translated caption, likes count, and source link
  7. Rate Limiting - 3-second delay between posts to avoid API limits

Setup Requirements

How to set up

  1. Import this workflow into n8n
  2. Set up credentials:
    • Connect your Apify account
    • Add your DeepL API key
    • Configure Telegram Bot token
  3. Replace YOUR_TELEGRAM_CHAT_ID with your actual Chat ID in both Telegram nodes
  4. (Optional) Adjust the viral threshold in the Filter node
  5. (Optional) Modify hashtags in the Apify node
  6. Activate the workflow

How to customize

  • Change hashtags: Edit the directUrls array in the Apify node
  • Adjust viral threshold: Change the 100 value in the Filter node
  • Change schedule: Modify the trigger time in the Schedule Trigger node
  • Change language: Update the translateTo parameter in the DeepL node
  • Modify caption format: Edit the caption template in the Telegram node

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 - Daily Collection Trigger

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

Block 2 - Weekly Report Trigger

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

Block 3 - Scrape Instagram Posts

Type / Role
@apify/n8n-nodes-apify.apify - apify
Config choices
Version 1

Block 4 - Save to Database

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

Block 5 - Get Existing Posts

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

Block 6 - Check Duplicates

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

Block 7 - Filter New Viral Posts

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

Block 8 - Calculate Engagement Score

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

Block 9 - Loop Over Items

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

Block 10 - AI Image Analysis

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 11 - Analyze Artwork

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.4

Block 12 - Parse AI Analysis

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

Block 13 - Translate to Japanese

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

Block 14 - Download Image

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

Block 15 - Telegram Enabled?

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

Block 16 - Slack Enabled?

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

Block 17 - Send to Slack

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

Block 18 - Update Post Status

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

Block 19 - Rate Limit Wait

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

Block 20 - Get Weekly Data

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

Block 21 - Calculate Weekly Stats

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

Block 22 - Generate Report

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 23 - Create Trend Report

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.4

Block 24 - Send Report to Telegram

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

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

3. Summary Table

Workflow Collect viral Instagram AI art with GPT-4 analysis and Telegram delivery
Complexity advanced
Nodes 35
Categories Market Research, AI Summarization
Author suzuki
Published 02 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11421/11421.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 Collect viral Instagram AI art with GPT-4 analysis and Telegram delivery do?

Who is this for? This template is perfect for: AI art enthusiasts who want to stay updated on trending AI generated artwork Content curators looking to automate art discovery Japanese speaking user...

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.