Package Information
Released: 9/28/2025
Downloads: 9 weekly / 25 monthly
Latest Version: 1.0.0
Author: n8n
Available Nodes
Documentation
n8n-nodes-google-trends
This 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
Installation
Follow the installation guide in the n8n community nodes documentation.
- Go to Settings > Community Nodes.
- Select Install.
- Enter
n8n-nodes-google-trendsin Enter npm package name. - Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
- Select Install.
After installing the node, you can use it like any other node in n8n.
Operations
- 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
Credentials
This node doesn't require any credentials as it uses Google Trends' public API.
Compatibility
- Minimum n8n version: 0.175.0
- Credentials: Not required
Usage
Interest Over Time
Get search interest data over time for one or more keywords:
- Select Interest Over Time operation
- Enter keywords (separate multiple with commas:
bitcoin, ethereum) - Optionally set start/end dates
- Optionally set geography (e.g.,
US,GB,DE) - Optionally set category ID
Related Queries
Get related search queries for keywords:
- Select Related Queries operation
- Enter keywords
- Configure other optional parameters
Related Topics
Get related topics for keywords:
- Select Related Topics operation
- Enter keywords
- Configure other optional parameters
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)
Resources
License
MIT
Development
To set up for development:
# Clone or download this repository
git clone <repository-url>
cd n8n-nodes-google-trends
# Install dependencies
npm install
# Build the node
npm run build
# For development with watch mode
npm run dev
Version History
1.0.0
- Initial release
- Support for Interest Over Time, Related Queries, and Related Topics operations
- Multiple keywords support
- Configurable date ranges and geography filtering