All templates
SEOBeginner
Track New and Lost Backlinks
Robomotion•Updated Yesterday

Overview
Reads a column of domains from a Google Sheet and pulls, in one DataForSEO call, how many backlinks each of them gained and lost, stamped with the date.
Track New and Lost Backlinks
Reads a column of domains from a Google Sheet and pulls, in one DataForSEO call, how many backlinks each of them gained and lost, stamped with the date.
How it works
- Run — an Inject trigger; the source scenario was on-demand.
- Get Targets / Collect Targets — the
Targetcolumn becomes one array of up to 1000 entries. - Get New and Lost Backlinks —
Account.RawRequestposts to/backlinks/bulk_new_lost_backlinks/live. - Merge Results Into Rows — writes
Date,New backlinksandLost backlinksonto the matching row. - Write Results Back — one
SetRangefrom A1.
Set the trigger to repeat weekly and the sheet becomes a link velocity log: a spike in lost backlinks on one domain is the earliest warning that a placement was pulled or a partner site went down.
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.
- A sheet with a
Targetcolumn; the count columns are filled in by the flow.
Package note
Bulk New/Lost Backlinks has no dedicated node in Robomotion.DataForSEO 1.0.0, so the call goes through Raw Request.
Ported from
- Track New and Lost Backlinks in Bulk with DataForSEO and Google Sheets + Make — original make template