Skip to main content

Track monthly trending topics with Exploding Topics and n8n Data Tables

Workflow preview

Workflow preview
100%
Track monthly trending topics with Exploding Topics and n8n Data Tables preview
Open on n8n.io

1. Workflow Overview

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 D...

Best for

  • Market Research automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, n8n-nodes-base.datatable, n8n-nodes-base.httprequest, n8n-nodes-base.set

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Exploding Topics.

Original n8n.io source

1.1 Workflow description

Title
Track monthly trending topics with Exploding Topics and n8n Data Tables
Workflow name
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

  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 YOUR_EXPLODING_TOPICS_API_KEY 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, 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.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Monthly Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 3 - Format Trend Rows

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - Save or Update Trends in Data Table

Type / Role
n8n-nodes-base.dataTable - dataTable
Config choices
Version 1.1

Block 5 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Get Trending Topics from ET API

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 10 - Configure API Parameters

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 11 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Track monthly trending topics with Exploding Topics and n8n Data Tables
Complexity intermediate
Nodes 11
Categories Market Research
Author Exploding Topics
Published 27 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15988/15988.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Track monthly trending topics with Exploding Topics and n8n Data Tables do?

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 D...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research use case.