Skip to main content

Find ICP-matched companies or decision-makers with Agent Jesse

Workflow preview

Workflow preview
100%
Find ICP-matched companies or decision-makers with Agent Jesse preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow collects your product and ICP details via an n8n form, starts an Agent Jesse research job to find matching companies or people, polls until results are ready, and outpu...

Best for

  • Lead Generation automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.stopanderror, n8n-nodes-base.code, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Find ICP-matched companies or decision-makers with Agent Jesse
Workflow name
Find ICP-matched companies or decision-makers with Agent Jesse

Quick Overview

This workflow collects your product and ICP details via an n8n form, starts an Agent Jesse research job to find matching companies or people, polls until results are ready, and outputs a scored lead list plus a generated CSV file.

How it works

  1. Receives a submission from an n8n form with the search type (Companies or People), your company URL, product description, ICP description, and the desired number of prospects.
  2. Creates a new search in Agent Jesse using the submitted company URL and product description.
  3. Starts an Agent Jesse research job for that search with your ICP description and requested prospect count.
  4. Polls Agent Jesse every 30 seconds until the job completes or a 3-hour safety cap is reached.
  5. Stops with an error if the research fails or does not complete within the polling cap.
  6. When complete, fetches all paginated result pages from Agent Jesse and merges them into a single normalized list of companies or people with relevance scores and rationales.
  7. Converts the merged results into a timestamped CSV file and returns both the structured output and the CSV.

Setup

  1. Create an Agent Jesse API key and add it to n8n as an HTTP Bearer Auth credential.
  2. Ensure the HTTP Request steps are configured to use your Agent Jesse credential for the create, research, status polling, and paginated fetch requests.
  3. Open the generated n8n form and share its URL with users who should submit lead searches.

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 - On form submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.5

Block 2 - Normalize

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Create search

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

Block 4 - Start research

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

Block 5 - Wait 30s

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 6 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 7 - Poll status

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

Block 8 - Stop and Error

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

Block 9 - Failed or timed out?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 10 - Build page list

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

Block 11 - Fetch page

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

Block 12 - Merge results

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

Block 13 - Sticky Note

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

Block 14 - CSV

Type / Role
n8n-nodes-base.convertToFile - convertToFile
Config choices
Version 1.1

Block 15 - Sticky Note1

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

Block 16 - Sticky Note2

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

Block 17 - Sticky Note3

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

3. Summary Table

Workflow Find ICP-matched companies or decision-makers with Agent Jesse
Complexity advanced
Nodes 17
Categories Lead Generation, AI Summarization
Author Floworks
Published 14 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16345/16345.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 Find ICP-matched companies or decision-makers with Agent Jesse do?

Quick Overview This workflow collects your product and ICP details via an n8n form, starts an Agent Jesse research job to find matching companies or people, polls until results are ready, and outpu...

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 Lead Generation, AI Summarization use case.