SEO Keyword Opportunity Finder11 nodes
FeaturedData#SEO#Google Search Console#Keyword Research#Content Strategy#LLM#DataTable
SEO Keyword Opportunity Finder
Fetch low-hanging keyword data from Google Search Console weekly, score each query for content opportunity with AI, and save high-value targets to a DataTable for your editorial team.
Workflow at a glance
The full canvas, before you import it
Click any node to see its config.
#SEO#Google Search Console#Keyword Research#Content Strategy#LLM#DataTable
Click a node to select it — same as the Heym editor; the panel shows its settings.
11 nodes · Free & source-available
SEO Keyword Opportunity Finder
Turn raw Search Console data into a prioritised content backlog automatically. This template pulls your site's search queries, identifies keywords sitting in positions 5–20 with strong impression volume (the classic "low-hanging fruit" zone), scores each for content opportunity with an LLM, and stores the best targets in a DataTable for editorial review.
What this workflow does
- WeeklyAudit fires every Monday morning
- FetchSearchQueries calls the Google Search Console Search Analytics API for the past 28 days, sorted by impressions
- IterateQueries loops over each keyword row
- ScoreOpportunity sends the query, position, and impressions to an LLM which returns a content opportunity score (1–10) and a suggested article angle
- FilterOpportunities keeps only keywords scoring 7 or higher
- MapKeywordRow reshapes the data into a clean record with search term, position, impressions, score, and suggested angle
- SaveToBacklog inserts the row into a Heym DataTable for your content team
- AuditSummary confirms the run is complete after all keywords are processed
Use cases
- Weekly SEO keyword triage without manual spreadsheet work
- Surface quick-win content topics based on real impression data
- Feed a content calendar or Kanban board automatically from live search data
Setup
- Replace
YOUR_SITE_URLin FetchSearchQueries with your verified GSC property URL (e.g.sc-domain:example.com). - Add a Google OAuth2 credential with the Search Console read scope to the FetchSearchQueries HTTP node.
- Create a DataTable in Heym for keyword opportunities and paste its ID into SaveToBacklog.
- Adjust the score threshold in FilterOpportunities (default: 7) to widen or narrow the backlog.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3PressCmd+V/Ctrl+V— nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
More workflow templates
Discover more automations
- DataJSONPlaceholder User ProfileLoad a sample user record from JSONPlaceholder — handy for prototyping Set/Mapper nodes and mock APIs.
- DataSet — Field RemapMap incoming text into named fields with the Set node before handing off to webhooks or databases.
- DataBatch URL FetcherIterate over a JSON array of URLs with the Loop node, fetch each via HTTP, and merge all responses into one payload.
- DataGrist to BigQuery Sync LogRead qualified rows from Grist, stream them into BigQuery, and log the sync outcome in a Heym DataTable.
- DataCRM Contact Sync to DataTablePull contacts from your CRM on a daily schedule, normalise field names to a standard schema, and upsert each record into a Heym DataTable for downstream sales and ops workflows.
- AIBatch LLM Status TrackerSend an array through the OpenAI Batch API, branch on live status updates, and collect the final per-item results.
- AutomationIMAP Support Inbox TriageWatch a shared mailbox, summarize incoming support email, and route urgent messages to Slack.
- IntegrationJina Web FetcherFetch clean, LLM-ready text from any URL using the Jina Reader API.