Google Trends node for n8n
npm install @gamal.dev/n8n-nodes-google-trendsThis is an n8n community node that lets you use Google Trends API in your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Follow the installation guide in the n8n community nodes documentation.
1. Go to Settings > Community Nodes.
2. Select Install.
3. Enter n8n-nodes-google-trends in Enter npm package name.
4. Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
5. Select Install.
After installing the node, you can use it like any other node in n8n.
* Interest Over Time: Get search interest data over time for keywords
* Related Queries: Get related search queries for keywords
* Related Topics: Get related topics for keywords
This node doesn't require any credentials as it uses Google Trends' public API.
* Minimum n8n version: 0.175.0
* Credentials: Not required
Get search interest data over time for one or more keywords:
1. Select Interest Over Time operation
2. Enter keywords (separate multiple with commas: bitcoin, ethereum)
3. Optionally set start/end dates
4. Optionally set geography (e.g., US, GB, DE)
5. Optionally set category ID
Get related search queries for keywords:
1. Select Related Queries operation
2. Enter keywords
3. Configure other optional parameters
Get related topics for keywords:
1. Select Related Topics operation
2. Enter keywords
3. Configure other optional parameters
* Operation: Choose between Interest Over Time, Related Queries, or Related Topics
* Keywords: One or more keywords (comma-separated for multiple)
* Start Time: Start date for data collection (optional)
* End Time: End date for data collection (optional)
* Geography: ISO country code like US, GB, DE (optional, defaults to worldwide)
* Category: Category ID for filtering results (optional, 0 = all categories)
* n8n community nodes documentation
* Google Trends API documentation
MIT
To set up for development:
``bashClone or download this repository
git clone
cd n8n-nodes-google-trends