ICP Qualification for Engagers
Score and qualify LinkedIn engagers against an ICP description.
Shared June 2026
- 1
Install & authenticate
$ npm install -g deepline@latest && npm exec --yes --package=deepline@latest -- deepline setup --json
- 2
Test out this play on my data
What this workflow does
Score and qualify LinkedIn engagers against an ICP description.
ICP Qualification for Engagers (Deepline play "engagers-to-icp-qualification", version 1). Score and qualify LinkedIn engagers against an ICP description. Pipeline: 1 steps, 1 provider. Inputs: first_name, last_name, position, company, icp_description. Outputs: icp_tier, icp_reason, icp_qualification_valid, miss_reason, deeplineagent_qualification.
Inputs you need
Bring these fields
- first_name
- last_name
- position
- company
- icp_description
Outputs you get
Produced by the run
- deeplineagent_qualification
How it works
Step 1
Deeplineagent
Deeplineagent · deeplineagent
Cost/latency when available
This public page does not show cost or latency yet. Deepline only displays those metrics when the published package has safe, comparable run samples, and cost is always shown in Deepline credits.
Common edits
- Rename the copied play before the first run so it is owned by your workspace.
- Map your CSV headers into the expected input fields and add status or miss_reason columns.
- Keep stable step, fetch, dataset, and play-call ids so retries and durable receipts stay useful.
- Edit the final projection before scale so the output table matches your CRM or campaign import.
Use it when
- You need data from Deeplineagent in one pass.
- You want a repeatable pipeline instead of one-off lookups.
- You want an agent or teammate to run the same workflow on demand.
Related workflows
Personal Email Finder
first_name, last_name, linkedin_url → personal_email, email_source, email_validated
LinkedIn Profile from Name and Company
first_name, last_name, domain → linkedin_url, linkedin_source, serper_name_validate
LinkedIn Profile from Personal Email
personal_email → personal_email, normalized_email, linkedin_url
Run or fork with Deepline CLI
ICP Qualification for Engagers is a Deepline play. Inputs: first_name, last_name, position, company, icp_description. Outputs: deeplineagent_qualification.
# Inspect the contract
$ deepline plays describe prebuilt/engagers-to-icp-qualification --json
# Copy to an owned scratchpad
$ deepline plays get prebuilt/engagers-to-icp-qualification --source --out engagers-to-icp-qualification-scratchpad.play.ts
# Check before running
$ deepline plays check engagers-to-icp-qualification-scratchpad.play.ts
# Paste into Claude Code, Cursor, or Codex.
$ Use the deepline-gtm skill's plays recipe to turn the Deepline play "ICP Qualification for Engagers" (https://deepline.com/p/deepline/engagers-to-icp-qualification) into an editable scratchpad play. Inputs: first_name, last_name, position, company, icp_description. Outputs: deeplineagent_qualification. The .play.ts file is the source of truth: copy the play, rename it for this user's workflow, encode input mapping/validation/status/output projection in the play, and iterate there instead of doing one-off CSV post-processing. Keep stable dataset names, dataset row keys, and step/fetch/play-call ids across edits. Provider tool calls reuse paid work by play, tool, semantic input, auth scope, provider action version, and cache policy unless you intentionally change those inputs or refresh stale data. # install Deepline if the CLI is missing npm install -g deepline@latest && npm exec --yes --package=deepline@latest -- deepline setup --json # inspect the live contract deepline plays describe prebuilt/engagers-to-icp-qualification --json # copy to an owned scratchpad, then rename the play inside the file before first run deepline plays get prebuilt/engagers-to-icp-qualification --source --out engagers-to-icp-qualification-scratchpad.play.ts # edit engagers-to-icp-qualification-scratchpad.play.ts: set an owned play name, add mappings/validation/status/miss_reason/final columns deepline plays check engagers-to-icp-qualification-scratchpad.play.ts # run the scratchpad on your data deepline plays run --file engagers-to-icp-qualification-scratchpad.play.ts --input '{"first_name":"<value>","last_name":"<value>","position":"<value>","company":"<value>","icp_description":"<value>"}' --watch # only for an exact one-off with no edits or custom output deepline plays run prebuilt/engagers-to-icp-qualification --input '{"first_name":"<value>","last_name":"<value>","position":"<value>","company":"<value>","icp_description":"<value>"}' --watch Play spec (JSON): https://deepline.com/api/v2/shared-plays/prebuilt-engagers-to-icp-qualification
Version
v1 · Shared June 2026 · Unlisted page