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 1. Runs once per month on a schedule trigger. 2. Sets the Exploding Topics API request parameters such as API key, category, timeframe, sort order, and result limit. 3. Calls the Exploding Topics `/top

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 1. Runs once per month on a schedule trigger. 2. Sets the Exploding Topics API request parameters such as API key, category, timeframe, sort order, and result limit. 3. Calls the Exploding Topics /topics endpoint via HTTP to retrieve the latest trending topics. 4. 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. 5. Upserts each formatted trend into an n8n Data Table, matching existing rows by the path field to avoid duplicates. Setup 1. Get an Exploding Topics Pro API key and replace YOUREXPLODINGTOPICSAPIKEY in the API parameters. 2. Review and adjust the API parameters (type, categories, sort, timeframe, limit) to match the trends you want to track. 3. Select or create the target n8n Data Table and ensure its columns align with the stored fields (keyword, path, description, categories, searchvolume, growth12m, trendurl, dateadded). Requirements - Exploding Topics Pro API key - n8n Data Table with columns: keyword, path, description, categories, searchvolume, growth12m, trendurl, dateadded 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 YOUREXPLODINGTOPICSAPIKEY 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.
Download the workflow JSON file after purchase.
Open n8n → click the menu → Import from File.
Select the downloaded JSON and import.
Set up credentials for each node that requires them.
Click Execute Workflow to test, then activate.
Setup guide included
Purchase to unlock the full step-by-step guide
No reviews yet
Be the first to buy and share your experience.
Leave a review
Sign in to share your experience with this workflow.
Create a free account to purchase workflows.
Need help setting this up?
Book a 3-hour live setup session with an Agility consultant.