Block 1 - Split Out
- Type / Role
- n8n-nodes-base.splitOut - splitOut
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Generate new keywords for SEO with the monthly Search volumes This workflow is an improvement on the workflows below. It can be used to generate new keywords that you can use for your SEO campaigns...
n8n-nodes-base.splitout, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.googlesheets, n8n-nodes-base.executeworkflowtrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Zacharia Kimotho.
Original n8n.io sourceThis workflow is an improvement on the workflows below. It can be used to generate new keywords that you can use for your SEO campaigns or Google ads campaigns
Generate SEO Keyword Search Volume Data using Google API and Generating Keywords using Google Autosuggest
set Keywords nodeReplace the trigger with your desired trigger eg a webhook or manual trigger
Map the data correctly to the set Keywords node
On the Generate new keywords, Update the {customer_id} on the url and login-customer-id with your actual one. Update the developer-token` also with your values.
The url should be corrected as below https://googleads.googleapis.com/v18/customers/{customer-id}:generateKeywordIdeas
You should send the headers as below
{
"name": "content-type",
"value": "application/json"
},
{
"name": "developer-token",
"value": "5j-tyzivCNmiCcoW-xkaxw"
},
{
"name": "login-customer-id",
"value": "513554 "
}
and the json body should take the following format
{
"geoTargetConstants": ["geoTargetConstants/2840"],
"includeAdultKeywords": false,
"pageToken": "",
"pageSize": 2,
"keywordPlanNetwork": "GOOGLE_SEARCH",
"language": "languageConstants/1000",
"keywordSeed": {
"keywords": {{ $json.Keyword }}
}
}
If you get an error with the workflow, check the credentials you are using
Check the account you are using eg the right customer id and developer token
Follow the guide on the blog to set up your Google ads account
Made by @Imperol
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 | Generating new keywords and their search volumes using the Google Ads API |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Market Research |
| Author | Zacharia Kimotho |
| Published | 03 Jan 2025 |
Use the JSON export at /data/workflows/2695/2695.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.
Generate new keywords for SEO with the monthly Search volumes This workflow is an improvement on the workflows below. It can be used to generate new keywords that you can use for your SEO campaigns...
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.