Google Autocomplete Keyword Scraper - n8n Workflow | Neura Market
Google Autocomplete Keyword Scraper
## Who is this template for?
This workflow template is built for **SEO specialists** and **digital marketers** looking to uncover **keyword opportunities** effortlessly.
It uses **Google's autocomplete** magic to help you spot what's trending.
## How it works
Just give it a **keyword**.
The workflow then **queries Google** and **collects all autocomplete suggestions** by appending every letter from A to Z to your keyword.
**Output example** with the keyword **n8n**:

You can sort these keywords and give them to an LLM to produce entity-enriched text.
## Setup instructions
It works right out of the box.
However, you may want to tweak the **output format** to better fit your use case.
### Exporting the Keywords
You can easily add a node to export the keywords in various ways:
- via a webhook
- by email
- as a file (e.g., saved to Google Drive)
- directly to a website
### Adapting the Language
Autocomplete results depend on the selected language.
You can change the `&hl=en` parameter in the **Google Autocomplete** node. Replace the `en` part with the language code of your choice.
**Examples:**
- `&hl=fr` for French
- `&hl=es` for Spanish
- `&hl=de` for German
Platform
n8n
Category
Marketing
Price
Free
Creator
Ludovic Bablon
code
wait
stickyNote
httpRequest
splitInBatches
respondToWebhook
chatTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.