All templates
SEOIntermediate
Weekly Toxic Backlink Report
Robomotion•Updated 3 weeks ago

Overview
Every week, pulls every backlink first seen in the last seven days whose spam score is above the threshold, drops them into a fresh Google Sheet named after the domain and the date, and emails you the link.
Weekly Toxic Backlink Report
Every week, pulls every backlink first seen in the last seven days whose spam score is above the threshold, drops them into a fresh Google Sheet named after the domain and the date, and emails you the link.
How it works
- Weekly — an Inject trigger repeating every 604,800 seconds.
- Set Parameters — target, notification address, spam threshold, and a
first_seencutoff computed as today minus seven days. - Get Spam Backlinks → Accumulate Page → Go To Next Page — a
Label/GoToloop walkingoptOffset1000 at a time. - Build Report Table — eleven columns per link.
- Create Spreadsheet → Write Report → Send Report.
The first_seen filter is what makes this a weekly report rather than a full audit: you only ever see links that appeared since the last run, so the report stays short enough to actually read.
A week with no new toxic links takes the third branch out of Accumulate Page and logs a line instead of sending an empty report.
Setup
- DataForSEO credential — API login and password from https://app.dataforseo.com/api-access.
- Google credential — Service Account or OAuth2 able to create spreadsheets.
- Gmail credential — OAuth2 for the account that sends the report.
Ported from
- Monitor toxic backlinks and email weekly Google Sheets reports 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.