AI Agents

- Searches LinkedIn profiles using natural language

18 nodes 212 130 Automatic trigger
Download

Workflow Description

An automation template that enables searching LinkedIn profiles using natural language queries. It receives user input through a chat interface, processes it with OpenAI's language model, retrieves matching profiles, and logs results to a spreadsheet for easy access and management.

How it works

  1. 1.Receive user query through the chat trigger interface
  2. 2.Process the query using OpenAI to understand search intent
  3. 3.Execute HTTP request to search LinkedIn profile database
  4. 4.Store extracted profiles and details in Google Sheets

Use cases

  • Search for professionals in specific industries without writing complex filters
  • Automatically collect candidate data for recruitment workflows

Requirements

  • OpenAI API key configured for natural language processing
  • Google Workspace account with pre-configured spreadsheet connected
  • LinkedIn API credentials or equivalent profile search service access

Service Value

Ideal as a smart automation service combining integrations and AI to produce ready-to-use results.

Apps Used

Chat Trigger Google Sheets OpenAI

Details

Trigger Automatic trigger
Nodes 18
Apps 3
Views 212
Downloads 130

How to Use

  1. 1.Click "Download Template"
  2. 2.Open your n8n dashboard
  3. 3.Go to Workflows > Import from File
  4. 4.Select downloaded file and configure credentials

Nodes Used (18)

/

Wait

Wait

#1

When chat message received

Chat Trigger

#2

Sticky Note

Sticky Note

#3

Sticky Note1

Sticky Note

#4

Sticky Note2

Sticky Note

#5

Sticky Note3

Sticky Note

#6

Sticky Note4

Sticky Note

#7

Sticky Note5

Sticky Note

#8

Create a new sheet

Google Sheets

#9

Add columns to new sheet

Google Sheets

#10

set page number for google search

Code

#11

Extracts all linkedin urls from the google http response

Code

#12

Google Boolean Search

HTTP Request

#13

Generate a Boolean Search String

OpenAI

#14

If desired results not reached

If

#15

Appends the results to the sheet

Google Sheets

#16

Adds 10 to start - Go to next page

Code

#17

Columns to add

Code

#18