Low-Competition Keyword Finder

Overview
For each seed domain in an input sheet, pulls every keyword the domain is relevant for, scores all of them for ranking difficulty in one bulk call, and writes the combined picture - volume, trend, difficulty, intent and average backlinks - to an opportunities sheet.
Low-Competition Keyword Finder
For each seed domain in an input sheet, pulls every keyword the domain is relevant for, scores all of them for ranking difficulty in one bulk call, and writes the combined picture - volume, trend, difficulty, intent and average backlinks - to an opportunities sheet.
How it works
- Monthly — an Inject trigger repeating monthly.
- Read Seeds / Collect Seeds — one row per domain:
seed,location_name,language_name,limit. The last three fall back to defaults when blank. - For Each Seed → Get Keywords For Site —
/dataforseo_labs/google/keywords_for_site/live. - Build Difficulty Request → Get Keyword Difficulty —
/dataforseo_labs/google/bulk_keyword_difficulty/livescores up to 1000 keywords in a single request, which is far cheaper than asking per keyword. A seed that returned nothing takes the second output and skips straight to the next seed. - Combine Keywords And Difficulty → Append Opportunities.
The point is the join. Search volume alone tells you what people want; difficulty alone tells you what is hard. Only together do they identify a keyword worth writing for, which is why this flow always fetches both rather than filtering on either one. Sort the output sheet by difficulty ascending and volume descending and the opportunities are at the top.
Setup
- DataForSEO credential — API login and password from https://app.dataforseo.com/api-access.
- Google credential — Service Account or OAuth2 with access to the spreadsheet.
- An input sheet with
seed,location_name,language_name,limit, and an output sheet namedkeywords_opportunities.
Package note
Neither endpoint has a dedicated node in Robomotion.DataForSEO 1.0.0, so both go through Raw Request. Note that the Labs keywords_for_site used here is a different endpoint from the existing KeywordData.KeywordsForSite node, which calls the Google Ads variant.
Ported from
- Find low-competition keyword opportunities 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.