πŸ“Š Google autocomplete keyword scraper

⚑ 1,674 views Β· πŸ“Š Market Research & Insights

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

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” :

n8n keywords.png

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:

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:

πŸ”— Nodes Used

HTTP Request, Chat Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup