πŸ“± Repurpose blog articles into social media posts with Google Gemini AI

⚑ 27 views Β· πŸ“± Social Media & Email Marketing

πŸ’‘ Pro Tip β€” Since TikTok doesn’t have a public API, getting data usually means fragile HTTP scraping. ScraperNode is a community node that gives you clean JSON for TikTok profiles, videos, and comments β€” drop it into your workflow and skip the parsing.

View All Scrapers

Description

Who is this for

Content creators, marketers, and solopreneurs who want to maximize reach from every blog post without spending hours manually adapting content for each social platform.

What this workflow does

This workflow automatically transforms any blog article into ready-to-publish social media content using Google Gemini AI (free API). Send a blog URL via webhook, and receive structured JSON output containing:

How to set up

  1. Get a free Google Gemini API key from Google AI Studio
  2. Add it as a Google Gemini (PaLM) Api credential in n8n
  3. Select the credential in the Google Gemini Chat Model node
  4. Customize language and tone in the Config node
  5. Activate and send a POST request with {"url": "https://your-blog-post.com"}

Requirements

How to customize

πŸ”— Nodes Used

HTTP Request, Webhook, Basic LLM Chain, Google Gemini Chat Model

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup