Skip to main content

Post daily tech news on Instagram with Gemini and SerpAPI

Workflow preview

Workflow preview
100%
Post daily tech news on Instagram with Gemini and SerpAPI preview
Open on n8n.io

1. Workflow Overview

How it Works The workflow runs on a daily schedule at a defined time. It sets the news topic, content type, and target audience. An AI Agent searches for the latest trending news using SerpAPI. The...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.toolserpapi, @mookielianhd/n8n-nodes-instagram.instagram, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-tmpfiles.tmpfiles

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Post daily tech news on Instagram with Gemini and SerpAPI
Workflow name
Post daily tech news on Instagram with Gemini and SerpAPI

How it Works

  • The workflow runs on a daily schedule at a defined time.

  • It sets the news topic, content type, and target audience.

  • An AI Agent searches for the latest trending news using SerpAPI.

  • The AI selects the most engaging story and generates:

  • An image generation prompt

  • An Instagram caption with hashtags

  • Google Gemini generates an image based on the AI-created prompt.

  • The image is uploaded to a temporary hosting service.

  • The image and caption are published automatically to Instagram.


Set-up Steps

  • Add credentials for Google Gemini, SerpAPI, and Instagram.
  • Customize the news topic and audience in the configuration node.
  • Test the workflow once to confirm output quality and posting.
  • Enable the scheduled trigger.

Estimated setup time: ~30–45 minutes.

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 - Schedule Daily Posts

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

Block 2 - Workflow Configuration

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

Block 3 - AI Agent - News Research & Prompt Generation

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

Block 4 - Google Gemini Chat Model

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

Block 5 - SerpAPI News Search Tool

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

Block 6 - Post to Instagram

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

Block 7 - Generate an image

Type / Role
@n8n/n8n-nodes-langchain.googleGemini - googleGemini
Config choices
Version 1.1

Block 8 - Upload file to tmpfiles

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

Block 9 - Structured Output Parser

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

Block 10 - 📖 Setup Guide

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

Block 11 - Sticky Note

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

Block 12 - Sticky Note1

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

Block 13 - Sticky Note2

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

Block 14 - Sticky Note3

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

Block 15 - Sticky Note4

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

Block 16 - Sticky Note5

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

3. Summary Table

Workflow Post daily tech news on Instagram with Gemini and SerpAPI
Complexity advanced
Nodes 16
Categories Social Media, Multimodal AI
Author Meelioo
Published 01 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13151/13151.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 Post daily tech news on Instagram with Gemini and SerpAPI do?

How it Works The workflow runs on a daily schedule at a defined time. It sets the news topic, content type, and target audience. An AI Agent searches for the latest trending news using SerpAPI. The...

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 Social Media, Multimodal AI use case.