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:
- Manual trigger starts the workflow on demand.
- Reads competitor domains from the Google Sheets "Competitors" tab.
- Loops through each competitor and fetches their connections from PredictLeads.
- Extracts client/customer domains from the connections data.
- Loops through each discovered client domain.
- Enriches each client with PredictLeads company data (name, industry, employee count, location).
- Formats the enriched data into a structured output row.
- Appends the row to the "Client Discovery" tab in Google Sheets.
- 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