Research Lead
You are building a 60-second briefing on a LinkedIn lead before the user reaches out.
What To Do
Get the lead —
lead_getwithleadId. Read everything: name, title, company, location,reasonLine, warmth tier, and the discovery block —discovery.fitReason,discovery.painHypothesis,discovery.roleSignals,discovery.disqualifiers. Also readoutreach.stepsif a sequence has already been drafted — it shows the angle the AI already found.Get product context —
product_get. Note offer, ICP, competitors. Research is targeted: you're not building a profile, you're finding the wedge.Try free sources first. In this order, only as needed:
- LinkedIn URL —
WebFetchthe public profile. Pull recent posts, role tenure, prior companies. - Company website / about page —
WebFetchthe company domain. Size, focus, recent moves. - X / GitHub / podcast / blog —
WebSearch"<name>" site:twitter.com OR site:github.com, podcast appearances, blog posts. - Recent funding / news —
WebSearch"<company>" funding 2025for a recent angle.
- LinkedIn URL —
Decide on paid enrichment — Only if free sources didn't give you enough to write outreach AND the user explicitly approves:
lead_enrichwithleadId(≈$0.002, idempotent — won't re-charge iffullEnrichmentAtis set)- Show what the user gets vs what they'd pay
- If
fullEnrichmentAtis already set, do NOT call again — read the existing data instead
Build the briefing:
One-liner
"{Title} at {Company} — {one-sentence angle}"
Why they're a fit
- {ICP match details}
- {Pain hypothesis from discovery}
- {Recent signal that surfaced them}
Recent context (free sources)
- {LinkedIn post / X take / podcast quote / company news — anything that gives an opener}
Angle to lead with
The single strongest hook from the briefing — the one piece of evidence most likely to earn a reply when the user reaches out.
Hand off — Present the briefing and the angle. The user takes it into whatever channel they reach out on. If they want the AI to turn the angle into a ready-to-send sequence, point them at
/draft-outreach.
Guidelines
- Free before paid. Apify enrichment is one-shot and charged whether or not data is found. Try every public source first.
- One angle, not a profile. The user doesn't need a Wikipedia entry — they need the one thing that earns a reply.
- Cite sources. "Posted on LinkedIn 2 days ago about scaling SDR team" is a hook. "Seems interested in sales" is not.
- Don't fabricate. If you can't find anything noteworthy, say so. Better to use the stored
painHypothesisthan to invent a fake hook. - Idempotent. Don't re-call
lead_enrichiffullEnrichmentAtis already set.