Block 1 - Manual Trigger
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Who's it for This workflow is perfect for SEO specialists, marketers, bloggers, and content creators who want to automate keyword research using Google Sheets, Google Suggest, and Google Custom Sea...
n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.function, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Fahmi Oktafian.
Original n8n.io sourceThis workflow is perfect for SEO specialists, marketers, bloggers, and content creators who want to automate keyword research using Google Sheets, Google Suggest, and Google Custom Search. Ideal for those building content pipelines, researching trends, or powering AI content generation with fresh search data.
This workflow automates the process of discovering a new keyword daily. It:
Rotates through a keyword list in Google Sheets
Selects one keyword per day
Fetches autocomplete suggestions from Google Suggest
Queries the Google Custom Search API for top results
Returns structured JSON containing titles, links, and snippets
Manual Trigger – Initiates workflow manually
Google Sheets – Reads keywords from a sheet (column: Title or Keyword)
Code Node – Selects a daily keyword based on the number of days since July 4, 2025
Set Node – Saves the selected keyword as seed_keyword
HTTP Request – Fetches autocomplete suggestions from Google Suggest API
Function Node – Parses suggestions into usable items
HTTP Request – Calls Google Custom Search API for each suggestion
Code Node – Formats the search results into JSON
Connect your Google Sheets OAuth2 credentials in n8n
Use credential variables for Google Custom Search (⚠️ do not hardcode your key and cx)
Replace the sample sheet ID with your own
Run the workflow manually or schedule it daily
Google account
Enabled Custom Search JSON API on Google Cloud
Google Sheet with a column labeled Title or Keyword
n8n instance (cloud or self-hosted)
Change the start date to control the keyword rotation cycle
Randomize keyword selection instead of rotating
Enrich results using tools like Ahrefs or SEMrush
Push final output to Telegram, Notion, Slack, or Airtable
Add filtering logic based on CPC, volume, or duplicates
📄 Click Here to access the example Google Sheet
Sheet must contain a column Title or Keyword in the first row:
Title
teknologi AI
berita viral
tren startup
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.
| Workflow | Automate daily keyword research with Google Sheets, Suggest API & Custom Search |
|---|---|
| Complexity | intermediate |
| Nodes | 9 |
| Categories | Market Research |
| Author | Fahmi Oktafian |
| Published | 05 Jul 2025 |
Use the JSON export at /data/workflows/5699/5699.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Who's it for This workflow is perfect for SEO specialists, marketers, bloggers, and content creators who want to automate keyword research using Google Sheets, Google Suggest, and Google Custom Sea...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.