All templates
SEOBeginner
Bulk Live Backlink Counts
Robomotion•Updated Yesterday

Overview
Reads a column of domains from a Google Sheet and pulls the live backlink count for all of them in one DataForSEO call, stamping each count with the date it was measured.
Bulk Live Backlink Counts
Reads a column of domains from a Google Sheet and pulls the live backlink count for all of them in one DataForSEO call, stamping each count with the date it was measured.
How it works
- Run — an Inject trigger; run it on demand, or give it a repeat interval.
- Get Targets / Collect Targets — the
Targetcolumn becomes one array of up to 1000 entries. - Get Backlink Counts —
Account.RawRequestposts to/backlinks/bulk_backlinks/live. - Merge Results Into Rows — writes
DateandBacklinksonto the matching row. - Write Results Back — one
SetRangefrom A1.
Set the trigger to repeat and the sheet becomes a link-growth log you can chart.
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;DateandBacklinksare filled in by the flow.
Package note
Bulk Backlinks has no dedicated node in Robomotion.DataForSEO 1.0.0, so the call goes through Raw Request.
Ported from
- Pull Bulk Live Backlink Counts into Google Sheets with DataForSEO — DataForSEO template