Bulk Domain Backlink Profiles

Overview
Reads a column of domains from a Google Sheet and pulls the full backlink profile for all of them in one DataForSEO call - rank, spam score, broken links, referring domains, IPs, subnets and the TLD, type, attribute, platform, location and country breakdowns.
Bulk Domain Backlink Profiles
Reads a column of domains from a Google Sheet and pulls the full backlink profile for all of them in one DataForSEO call - rank, spam score, broken links, referring domains, IPs, subnets and the TLD, type, attribute, platform, location and country breakdowns.
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 Profiles —
Account.RawRequestposts to/backlinks/bulk_pages_summary/livewithrank_scale: one_thousandandinclude_subdomains: true. - Merge Results Into Rows — twenty-two metric columns per domain. The distribution fields (
Referring links TLD,types,attributes,platform types,semantic locations,countries) are objects, so they are JSON-stringified into their cell rather than dropped. - Write Results Back — one
SetRangefrom A1.
Note the response is keyed on url, not target, for this endpoint — the merge step matches on that.
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 twenty-two metric columns are filled in by the flow.
Package note
Bulk Pages Summary has no dedicated node in Robomotion.DataForSEO 1.0.0, so the call goes through Raw Request.
Ported from
This flow covers both DataForSEO template pages for the same automation.
- Bulk Domain Backlink Profiles — DataForSEO template
- Bulk Domain Backlink Profiles — DataForSEO template