This workflow is perfect for social media managers, content creators, digital marketers, and copywriters who want to save time and stay relevant by automatically generating fresh caption ideas based on trending search behavior.
Manually coming up with engaging social media content is time-consuming and often hit-or-miss. This workflow leverages Google autocomplete to identify what users are searching for, then uses AI to convert those suggestions into short, engaging captions for use on platforms like Instagram, LinkedIn, or Twitter.
This automation runs daily at noon and transforms trending search topics into ready-to-use captions:
Run Every Day at 12 PM
A schedule trigger that activates the workflow once per day.
Get Search Keywords from Google Sheet
Pulls a list of base search phrases from a Google Sheet which serve as the starting point for getting trending autocomplete terms.
Fetch Autocomplete Suggestions (Dumpling AI)
Calls Dumpling AI’s get-autocomplete
endpoint using the base phrase to return Google autocomplete suggestions.
API Reference →
Format Suggestions into Array
Formats the list of returned suggestions into an array format that can be looped through.
Loop Through Each Autocomplete Suggestion
Splits the array into individual suggestions to process each one separately.
Generate Caption from Suggestion (GPT-4o)
Sends each suggestion to GPT-4o with a detailed system prompt to create a short, human-sounding, engaging caption under 280 characters.
Save Keyword & Generated Caption to Google Sheet
Saves both the original search suggestion and the generated caption to another tab in Google Sheets for content scheduling or review.
This workflow combines real-time search trend data with the power of AI to keep your social media feed fresh, relevant, and consistent — all without lifting a finger.