Skip to main content

Discover and enrich competitor clients with PredictLeads and Google Sheets

Workflow preview

Workflow preview
100%
Discover and enrich competitor clients with PredictLeads and Google Sheets preview
Open on n8n.io

1. Workflow Overview

Discover your competitor's clients through PredictLeads connections data, enrich each client with company details, and export everything to Google Sheets. This workflow takes a list of competitor d...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-base.httprequest, n8n-nodes-base.code

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Discover and enrich competitor clients with PredictLeads and Google Sheets
Workflow name
Discover and enrich competitor clients with PredictLeads and Google Sheets

Discover your competitor's clients through PredictLeads connections data, enrich each client with company details, and export everything to Google Sheets.

This workflow takes a list of competitor domains from Google Sheets, queries the PredictLeads Connections API to discover their client relationships, enriches each discovered client with company profile data (industry, employee count, location), and writes the results to a structured output sheet for competitive intelligence.

How it works:

  1. Manual trigger starts the workflow on demand.
  2. Reads competitor domains from the Google Sheets "Competitors" tab.
  3. Loops through each competitor and fetches their connections from PredictLeads.
  4. Extracts client/customer domains from the connections data.
  5. Loops through each discovered client domain.
  6. Enriches each client with PredictLeads company data (name, industry, employee count, location).
  7. Formats the enriched data into a structured output row.
  8. Appends the row to the "Client Discovery" tab in Google Sheets.
  9. Continues until all competitors and their clients are processed.

Setup:

  • Create a Google Sheet with two tabs:
  • "Competitors" with a column: domain (one competitor domain per row).
  • "Client Discovery" with columns: competitor_source, client_domain, client_name, industry, employee_count, location.
  • Connect your Google Sheets account (OAuth2).
  • Add your PredictLeads API credentials (X-Api-Key and X-Api-Token headers).

Requirements:

Notes:

  • This workflow uses a manual trigger since competitor analysis is typically run on demand rather than daily.
  • The Connections API returns various relationship types -- the workflow filters for client, customer, and user relationships.
  • Each output row links the discovered client back to the competitor source for easy analysis.
  • PredictLeads Connections and Company API docs: https://docs.predictleads.com

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 - About This Workflow

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

Block 2 - 📌 INPUT

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

Block 3 - 🔍 DISCOVERY

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

Block 4 - 🔍 ENRICHMENT

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

Block 5 - 📤 OUTPUT

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

Block 6 - ▶️ Manual Trigger

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

Block 7 - 📋 Read Competitors

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

Block 8 - 🔄 Loop Competitors

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 9 - 🔍 Fetch Connections

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 10 - ⚙️ Extract Client Domains

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

Block 11 - 🔄 Loop Clients

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 12 - 🔍 Enrich Client Company

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 13 - ⚙️ Format Output Row

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

Block 14 - 📊 Write to Google Sheets

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

3. Summary Table

Workflow Discover and enrich competitor clients with PredictLeads and Google Sheets
Complexity intermediate
Nodes 14
Categories Market Research
Author Yaron Been
Published 17 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14097/14097.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 Discover and enrich competitor clients with PredictLeads and Google Sheets do?

Discover your competitor's clients through PredictLeads connections data, enrich each client with company details, and export everything to Google Sheets. This workflow takes a list of competitor d...

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.