Skip to main content

Build backlink prospecting lead lists with Apify and Google Sheets

Workflow preview

Workflow preview
100%
Build backlink prospecting lead lists with Apify and Google Sheets preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow runs manually or on a schedule to pull search queries and excluded domains from Google Sheets, launches Apify’s Link Prospecting Tool, then uses an Apify “run succeeded...

Best for

  • Market Research automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, @apify/n8n-nodes-apify.apify, n8n-nodes-base.code, n8n-nodes-base.scheduletrigger, n8n-nodes-base.webhook

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Fabian Maume.

Original n8n.io source

1.1 Workflow description

Title
Build backlink prospecting lead lists with Apify and Google Sheets
Workflow name
Build backlink prospecting lead lists with Apify and Google Sheets

Quick overview

This workflow runs manually or on a schedule to pull search queries and excluded domains from Google Sheets, launches Apify’s Link Prospecting Tool, then uses an Apify “run succeeded” webhook to fetch the resulting datasets and append leads and newly discovered domains back into Google Sheets.

How it works

  1. Scrape search results: get results for your queries across Google Search, ChatGPT, Gemini, Copilot, and Perplexity.
  2. Filter domains: remove any sources that already gave you a backlink.
  3. Filter irrelevant domains: filter out competitor and social media domains.
  4. Enrich leads: get contact details for each source so you can run cold outreach.
  5. Save results: save leads in Google Sheets.
  6. Blacklist known domains: exclude all domains for which you got contact details, so they're skipped on the next run.

Setup

  1. Create or copy the provided Google Sheets template, then set the spreadsheet ID and the correct sheet tabs for queries, excluded domains, and output sheets in the Google Sheets nodes.
  2. Add Google Sheets OAuth2 credentials to allow reading from and appending to the spreadsheet.
  3. Add Apify OAuth2 credentials, select the Link Prospecting Tool actor, and update the actor input values (brand, ownDomains, and organicResult).
  4. Copy the n8n webhook URL and configure it in Apify Actor integrations as an HTTP request that triggers on “Run succeeded.”
  5. (Optional) Adjust the schedule trigger interval if you want recurring runs (for example, monthly).

Additional info

Use cases

  • SEO teams: identify backlink opportunities for link-building campaigns.
  • Affiliate managers: identify influencers to recruit for your affiliate program.
  • Content marketing: find relevant websites for guest posting.
  • Competitive analysis: find articles that mention your competitors.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Manual Trigger Execution

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 10 - Read Queries from Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 11 - Read Blacklist Domains

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 12 - Execute Link Prospecting

Type / Role
@apify/n8n-nodes-apify.apify - apify
Config choices
Version 1

Block 13 - Format Queries and Domains

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Scheduled Monthly Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 15 - Webhook POST Handler

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 16 - Retrieve Last Run Status

Type / Role
@apify/n8n-nodes-apify.apify - apify
Config choices
Version 1

Block 17 - Fetch Leads from API

Type / Role
@apify/n8n-nodes-apify.apify - apify
Config choices
Version 1

Block 18 - Fetch Batch 1 Data

Type / Role
@apify/n8n-nodes-apify.apify - apify
Config choices
Version 1

Block 19 - Fetch Domain Leads

Type / Role
@apify/n8n-nodes-apify.apify - apify
Config choices
Version 1

Block 20 - Append to Blacklist Domains

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 21 - Append Leads to Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 22 - Append to Batch 1 Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 23 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Build backlink prospecting lead lists with Apify and Google Sheets
Complexity advanced
Nodes 26
Categories Market Research
Author Fabian Maume
Published 24 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15930/15930.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Build backlink prospecting lead lists with Apify and Google Sheets do?

Quick overview This workflow runs manually or on a schedule to pull search queries and excluded domains from Google Sheets, launches Apify’s Link Prospecting Tool, then uses an Apify “run succeeded...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research use case.