Generate Multilingual Trending Hashtags
detail.loadingPreview
Automates the extraction of trending hashtags from Twitter and YouTube, generates new, relevant hashtags using an AI model, and stores them in Google Sheets.
About This Workflow
This n8n workflow automates the process of identifying trending topics on Twitter and YouTube. It then leverages an AI language model (Mistral) to generate creative, relevant, and concise hashtags based on these trends. Finally, the generated hashtags are stored in a Google Sheet for further analysis or use.
Key Features
- Daily automated fetching of Twitter and YouTube trends.
- HTML parsing to extract relevant trend data.
- AI-powered hashtag generation (Mistral AI).
- Structured output parsing for clean hashtag data.
- Appending generated hashtags to a Google Sheet.
- Robust error handling and data manipulation.
How To Use
- Schedule Trigger (
daily trigger): Configure this node to run daily. - Scrape Trends (
extract twitter trends,extract YouTube trends): These nodes use thecrawleeNodeto fetch HTML content fromtrends24.inandyoutube.trends24.in. - Extract Trend Data (
filter twitter trends,filter YouTube trends): Use thehtmlnode to parse the HTML and extract the trend list using CSS selectors. - Limit Trends (
get only top 100 trends): Acodenode to ensure only the top 100 trends are processed. - Merge Trends (
Merge): Combines the extracted trends from both Twitter and YouTube. - AI Hashtag Generation (
Mistral Cloud Chat Model1,Structured Output Parser1,hashtag generator): Thehashtag generatornode (anagenttype) uses theMistral Cloud Chat Model1andStructured Output Parser1to create new hashtags based on the combined trends and a custom system message. - Looping and Storage (
Loop Over Items2,Google Sheets2): TheLoop Over Items2node processes each generated hashtag individually. TheGoogle Sheets2node then appends the generated hashtag to a specified Google Sheet. - Sticky Notes: Provide context and explanations for different workflow sections.
Apps Used
Workflow JSON
{
"id": "a1b73b7f-603d-4840-90f3-5ba340fbc3c5",
"name": "Generate Multilingual Trending Hashtags",
"nodes": 10,
"category": "Marketing",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: a1b73b7f-603d...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Related Workflows
Discover more workflows you might like
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.
WhatsApp AI Assistant: LLaMA 4 & Google Search for Real-Time Insights
Instantly deploy a smart AI assistant on WhatsApp, powered by Groq's lightning-fast LLaMA 4 model. This workflow enables real-time conversations, remembers context, and provides up-to-date answers by integrating live Google Search results.
AI-Powered On-Page SEO Audit & Report Automation
Instantly generate comprehensive on-page SEO technical and content audits for any website URL. This AI-powered workflow automates the entire process, from scraping the page to delivering a detailed report directly to your inbox, empowering you to optimize for better search rankings and user engagement.