Track monthly trending topics with Exploding Topics and n8n Data Tables
Quick overview This workflow runs monthly to fetch trending topics from the Exploding Topics API, formats key fields like keyword, categories, growth, and URL, and upserts the results into an n8n Data Table so repeated runs update existing topics instead of creating duplicates.
How it works Runs once per month on a schedule trigger. Sets the Exploding Topics API request parameters such as API key, category, timeframe, sort order, and result limit. Calls the Exploding Topics /topics endpoint via HTTP to retrieve the latest trending topics. Parses the API response and formats each trend into a normalized row with keyword, description, categories, search volume, 12-month growth, date added, and a topic URL. Upserts each formatted trend into an n8n Data Table, matching existing rows by the path field to avoid duplicates.
Setup Get an Exploding Topics Pro API key and replace YOUR_EXPLODING_TOPICS_API_KEY in the API parameters. Review and adjust the API parameters (type, categories, sort, timeframe, limit) to match the trends you want to track. Select or create the target n8n Data Table and ensure its columns align with the stored fields (keyword, path, description, categories, search_volume, growth_12m, trend_url, date_added).
Requirements Exploding Topics Pro API key n8n Data Table with columns: keyword, path, description, categories, search_volume, growth_12m, trend_url, date_added
Customization Change the category, trend type, timeframe, sort order, and result limit in the Configure API Parameters node. Adjust the monthly schedule trigger to run weekly, daily, or at a custom interval.
Additional info This workflow uses YOUR_EXPLODING_TOPICS_API_KEY as a placeholder. Replace it with your own Exploding Topics Pro API key before running the workflow. The workflow uses the topic path as the unique match key when upserting rows, so repeated runs update existing topics instead of creating duplicates.
Related Templates
Automate Customer Support & Calendar Bookings with OpenAI GPT and Google Calendar
Website AI Agent with Calendar Integration Categories: AI Agents, Website Integration, Calendar Automation This workfl...
Extract Structured LinkedIn Profile Data with Airtop & AI Parsing
Extracting LinkedIn Profile Information Use Case Manually copying data from LinkedIn profiles is time-consuming and erro...
Capture Gumroad sales, add buyer to MailerLite group, log to Google Sheets CRM
Turn Gumroad buyers into loyal email subscribers and keep your CRM up‑to‑date. When someone makes a purchase on your Gu...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments