AutomationFlowsSocial Media › Cyberpulse AI Redops: Role-based Linkedin Profile Discovery with Google Osint

Cyberpulse AI Redops: Role-based Linkedin Profile Discovery with Google Osint

ByAdnan Tariq @adnantariq on n8n.io

Automates public profile discovery for CISO, CEO, and other key roles using Google Programmable Search. Extracts LinkedIn profile links, names, and timestamps to a structured Google Sheet for OSINT, exposure analysis, or Red Team prep.

Event trigger★★★★☆ complexity8 nodesHTTP RequestGoogle Sheets
Social Media Trigger: Event Nodes: 8 Complexity: ★★★★☆ Added:

This workflow corresponds to n8n.io template #6508 — we link there as the canonical source.

This workflow follows the Google Sheets → HTTP Request recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "gx80ylkt6Qe9LtJr",
  "name": "\ud83d\udd34 RedOps Module 3 \u2013 Social_Graph_Builder",
  "tags": [
    {
      "id": "uNqHAlvBtMsP4gFd",
      "name": "Pro",
      "createdAt": "2025-07-07T09:34:20.437Z",
      "updatedAt": "2025-07-07T09:34:20.437Z"
    }
  ],
  "nodes": [
    {
      "id": "0740c832-2e7f-4e7c-a548-dfb96a5ddbf7",
      "name": "\u26a1 Trigger SocialGraph",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -1360,
        460
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "77d75082-a35d-49f4-adf1-c09956623159",
      "name": "\ud83e\udde0 Set Search Queries",
      "type": "n8n-nodes-base.set",
      "position": [
        -1140,
        460
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "39e062b6-4ecc-47bf-9a59-e165da683703",
      "name": "\ud83d\udd01 Split Queries",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -920,
        460
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "0fbb81e5-5315-450d-b6f8-b6691c1024e2",
      "name": "\ud83c\udf10 Google Search API",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -660,
        520
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "a72cb264-70ac-40fd-b946-a2ed992b4336",
      "name": "\ud83e\uddea Extract Profiles",
      "type": "n8n-nodes-base.set",
      "position": [
        -420,
        520
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "90032840-f159-4989-add4-52e65f484dcc",
      "name": "\ud83d\udcc4 Append to RedOps_Targets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -200,
        520
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "36984df7-e234-4df5-b2cf-0330b2812ca2",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "75a1184a-d8ca-421d-979e-0e2988ace9eb",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        200
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "b33ffee9-a862-412a-b7e6-dbc273e7d69f",
  "connections": {
    "\ud83d\udd01 Split Queries": {
      "main": [
        [],
        [
          {
            "node": "\ud83c\udf10 Google Search API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "\ud83e\uddea Extract Profiles": {
      "main": [
        [
          {
            "node": "\ud83d\udcc4 Append to RedOps_Targets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "\ud83c\udf10 Google Search API": {
      "main": [
        [
          {
            "node": "\ud83e\uddea Extract Profiles",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "\u26a1 Trigger SocialGraph": {
      "main": [
        [
          {
            "node": "\ud83e\udde0 Set Search Queries",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "\ud83e\udde0 Set Search Queries": {
      "main": [
        [
          {
            "node": "\ud83d\udd01 Split Queries",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "\ud83d\udcc4 Append to RedOps_Targets": {
      "main": [
        [
          {
            "node": "\ud83d\udd01 Split Queries",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Automates public profile discovery for CISO, CEO, and other key roles using Google Programmable Search. Extracts LinkedIn profile links, names, and timestamps to a structured Google Sheet for OSINT, exposure analysis, or Red Team prep.

Source: https://n8n.io/workflows/6508/ — original creator credit. Request a take-down →

More Social Media workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Social Media

Disclaimer: this workflow only works on self-hosted instances due to the file system usage.

Execute Workflow Trigger, HTTP Request, Form Trigger +3
Social Media

More workflow: https://aitool.wiki/

Google Sheets, Google Drive, Read Write File +3
Social Media

> ⚠️ Disclaimer: This workflow uses Community Nodes and requires a self-hosted n8n instance.

HTTP Request, Telegram Trigger, Google Sheets +1
Social Media

This n8n workflow automates the process of scraping job listings from both LinkedIn and Indeed platforms simultaneously, combining results, and exporting data to Google Sheets for comprehensive job ma

Form Trigger, HTTP Request, Google Sheets
Social Media

Generate traffic and grow your audience effortlessly with this plug-and-play n8n automation template. Automatically fetch TikTok videos, upload them to YouTube Shorts, save logs to Google Sheets, and

HTTP Request, Google Sheets, Telegram +1