All templates
SEOIntermediate
Ranked Keywords for New Airtable Records
Robomotion•Updated Yesterday

Overview
Watches an Airtable table for target domains that have not been looked up yet, pulls the keywords each one ranks for, writes them into a second table, and ticks the source record off so it is never processed twice.
Ranked Keywords for New Airtable Records
Watches an Airtable table for target domains that have not been looked up yet, pulls the keywords each one ranks for, writes them into a second table, and ticks the source record off so it is never processed twice.
How it works
- Every 15 Minutes — an Inject trigger repeating every 900 seconds.
- List Unprocessed Targets —
filterByFormula=NOT({Processed}), ten at a time. - For Each Target → Get Ranked Keywords → Build Airtable Batches — rows chunked into tens, the bulk-create limit.
- For Each Batch → Create Keyword Records.
- Mark Target Processed — sets
Processed,Keywords FoundandLast Runon the source row.
The Processed checkbox is what turns a poll into a trigger: without it a 15-minute schedule would re-run every row on every pass.
Setup
- DataForSEO credential — API login and password from https://app.dataforseo.com/api-access.
- Airtable credential — a personal access token with access to the base.
- A
Targetstable withTarget, optionalLocationandLanguage, plusProcessed(checkbox),Keywords Found(number) andLast Run(date). - A
Keywordstable withTarget,Keyword,Date,Position,Search Volume,URL.
Ported from
- Get Ranked Keywords for new Airtable records with DataForSEO — DataForSEO template