LinkedIn Profile Finder via Form using Bright Data & GPT-4o-mini

LinkedIn Profile Finder via Form using Bright Data & GPT-4o-mini

Manual
High
19
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
19
Node Types
12

Node Types

html
Extract Body and Title from Website, Extract Body and Title from Website1
2 nodes
form Trigger
When User Completes Form
1 node
bright Data
Get LinkedIn Entry on Google, Get Company on Google
2 nodes
open Ai
Parse Google Results, Parse Google Results for Company, Create a Followup for Company and Person
3 nodes
form
Form Not Found, Form Email Sent
2 nodes
filter
Get only Matching Profiles
1 node
limit
Limit to 1 Profile
1 node
split Out
Extract Parsed Results, Split Out
2 nodes
if
LinkedIn Profile is Found?
1 node
set
Edit Url LinkedIn, Edit Company Search
2 nodes
merge
Merge
1 node
email Send
Send Email
1 node

Workflow JSON

17.64 KB
{
  "id": "nmVATBvrztDxZX6z",
  "meta": {
    "instanceId": "b1f85eae352fde76d801a1a612661df6824cc2e68bfd6741e31305160a737e6e",
    "templateCredsSetupCompleted": true
  },
  "name": "LinkedIn Profile Finder via Form using Bright Data & GPT-4o-mini",
  "tags": [],
  "nodes": [
    {
      "id": "ff6d4985-8b42-46d8-95c8-e80ff102440c",
      "name": "Extract Body and Title from Website",
      "type": "n8n-nodes-base.html",
      "position": [
        1600,
        -1120
      ],
      "parameters": {
        "options": {
          "trimValues": true
        },
        "operation": "extractHtmlContent",
        "dataPropertyName": "body",
        "extractionValues": {
          "values": [
            {
              "key": "title",
              "cssSelector": "title"
            },
            {
              "key": "body",
              "cssSelector": "body"
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "4da21d9c-59d2-4151-a1ca-5e7a85cf...

Showing first 1000 characters. Click "Expand" to view the full JSON.