🎬 Auto-generate AI news commentary with Dumpling AI and GPT-4o

⚑ 594 views · 🎬 Content Creation & Video

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

This workflow turns trending news into thoughtful first-person commentary for platforms like LinkedIn. It uses Dumpling AI’s News Search and Scraping APIs to find and extract article content, then feeds the cleaned text to GPT-4o to write personalized insights. The final output is saved back to Google Sheets as a draft for easy review or posting.


βœ… What this workflow does

  1. Triggers daily using a Schedule node.
  2. Fetches a list of content topics from a Google Sheet.
  3. Uses Dumpling AI to search for relevant news articles based on each topic.
  4. Scrapes the article content with Dumpling AI’s /scrape endpoint.
  5. Cleans and aggregates the article content using a Code node.
  6. Generates first-person commentary with GPT-4o tailored for LinkedIn.
  7. Appends the generated post back to the Google Sheet next to its topic.

🧩 Nodes in this workflow


πŸ§‘β€πŸ’Ό Who is this for?


πŸ’‘ What problem does this solve?

Most people want to comment on current events but don’t have the time to summarize articles or write well-structured posts. This automation saves hours of manual work by:


βš™οΈ What you need to use this:


πŸ”— Nodes Used

Google Sheets, HTTP Request, Schedule Trigger, OpenAI

πŸ“₯ Import

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

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