π¬ 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.
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
- Triggers daily using a Schedule node.
- Fetches a list of content topics from a Google Sheet.
- Uses Dumpling AI to search for relevant news articles based on each topic.
- Scrapes the article content with Dumpling AIβs
/scrapeendpoint. - Cleans and aggregates the article content using a Code node.
- Generates first-person commentary with GPT-4o tailored for LinkedIn.
- Appends the generated post back to the Google Sheet next to its topic.
π§© Nodes in this workflow
- Schedule Trigger: Starts the workflow daily.
- Google Sheets (Read Topics): Pulls topic rows that donβt have a generated commentary yet.
- Split In Batches: Processes each topic one at a time.
- Wait: Adds a delay to manage API limits.
- HTTP Request (Search News): Uses Dumpling AIβs
/search-newsto find relevant articles for the topic. - Split Out: Iterates over the list of article results.
- HTTP Request (Scrape Article): Extracts the full article text using Dumpling AIβs
/scrape. - Aggregate: Collects and merges article content fields.
- Code (Clean Article): Strips links, formatting, and irrelevant text.
- OpenAI (GPT-4o): Generates a short, first-person LinkedIn post-style commentary using a custom prompt.
- Google Sheets (Write Back): Appends the final output next to the original topic in the sheet.
π§βπΌ Who is this for?
- Founders, content creators, marketers, or agency teams looking to maintain an active presence on LinkedIn or newsletters by sharing smart takes on industry trends.
π‘ 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:
- Finding the right article.
- Extracting and cleaning the content.
- Writing it in a natural, first-person voice using AI.
βοΈ What you need to use this:
- A Google Sheet with at least two columns:
topicandgenerated commentary. - A Dumpling AI API Key with access to the
/search-newsand/scrapeendpoints. - An OpenAI GPT-4o connection.
π Nodes Used
Google Sheets, HTTP Request, Schedule Trigger, OpenAI
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File