π Extract high-intent SEO keywords with Decodo from web pages with AI + SERP data
β‘ 93 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.
Description
What this workflow does
This template extracts high-intent SEO keywords from any web page and turns them into a ranked keyword list you can use for content planning, landing pages, and SEO strategy.
It runs in 3 phases:
1. Scrape the target URL with Decodo Decodo β Web Scraper for n8n
2. Use AI to extract seed keywords and understand the page topic
3. Enrich each seed keyword with real Google SERP data via SerpApi (related searches + questions + competitors), then apply a JavaScript scoring system to rank the best opportunities
The final output is saved to Google Sheets as a clean table of ranked keywords.
image.png
Who this workflow is for
SEO consultants and agencies
SaaS marketers and growth teams
Founders validating positioning and messaging
Content teams looking for βwhat people actually search forβ
This workflow is especially useful when you want keywords with commercial / solution intent, not generic single-word terms.
Workflow overview
Phase 1 β Scrape & clean page content
Reads the URL from Google Sheets
Scrapes the page via Decodo
Cleans HTML into plain text (token-friendly)
Phase 2 β AI keyword extraction
AI returns a structured JSON with:
brand / topic
5β10 mid-tail seed keywords
intent + audience hints
Phase 3 β SERP enrichment + scoring
Uses SerpApi to fetch:
- related searches
- People Also Ask questions
- competitor domains
- Scores and ranks keywords based on: β source type (related searches / PAA / organic) β frequency across seeds β modifiers (pricing, best, free, docs, etc.) β mid-tail length preference
Setup (step by step)
1) Google Sheets (input)
Create a sheet with:
Column name: urls
One URL per row
image.png
2) Google Sheets (output)
Create an output sheet with columns like:
- keyword
- score
- intent_hint
source_type
Tip: Clear the output sheet before each run if you want a clean export.
3) Decodo
Add your Decodo credentials
The URL is taken automatically from Google Sheets Decodo β Web Scraper for n8n
4) SerpApi
Add your SerpApi key in the SerpApi node
5) AI Model
Connect your preferred AI model (Gemini / OpenAI)
The prompt is optimized to output valid JSON only
Self-hosted disclaimer
This is a community template. You must configure your own credentials (Google Sheets, Decodo, SerpApi, AI). Results depend on page accessibility and page content quality.
π Nodes Used
Google Sheets, Gmail, AI Agent, OpenAI Chat Model
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File