All templates
SEOIntermediate
Ranked Keywords for New Airtable Records
Robomotion•Updated 3 weeks ago

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
More seo templates
See all 53 →- ActiveCampaign Lead Business DataEvery 15 minutes, takes the leads ActiveCampaign has touched most recently, turns each website into a bare domain, looks the company up in the Google Business listings database, and writes the name, description, categories, address, rating and price level back onto the ActiveCampaign record.
- ActiveCampaign Lead Traffic StatsEvery 15 minutes, takes the leads ActiveCampaign has touched most recently, turns each website into a bare domain, estimates how much organic search traffic that domain gets, and writes the numbers back onto the ActiveCampaign record.
- Add Backlinks to Google SheetsPulls the live backlinks pointing at a domain every 15 minutes and appends them to a Google Sheet, one row per link, with the source page, anchor text, follow status, ranks and first/last seen dates.
- AI Mode References to SheetsTracks which websites Google's AI Mode cites when it answers a question. Every 7 days it queries the AI Mode SERP for a keyword, flattens the references of every answer block, de-duplicates them by URL and appends them to a Google Sheet.
- AI Overview Citations to SheetsTracks which websites Google's AI Overview cites for a keyword. Every 7 days it pulls the Google SERP with the AI Overview block loaded, collects every source the answer references, de-duplicates them by URL and appends them to a Google Sheet.
- AI Overview Keyword Wins by EmailEach week, finds the keywords where your domains are newly cited inside Google's AI Overview, saves the full picture to Google Sheets, and emails the new placements.