> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Prospect Research

> Triangulate prospect intelligence across LinkedIn, web, and company data.

## Overview

The Prospect Research pack generates a structured **Prospect Intelligence Brief** for any person — using Perplexity Sonar Pro deep search, Fiber.ai LinkedIn resolution, and cached company intel. Results are cached for 30 days, so repeated lookups are fast and cheap.

The brief contains 8 sections: Snapshot, Role, Career, Activity, Priorities, Outreach Angles, Communication Style, and ICP Fit.

**Use cases**

* Pre-outreach research for reps
* Candidate / investor / analyst research
* Powering "Who is this person?" assistants

***

## Pack actions

| Stage | Action                                       | Purpose                                                             |
| ----- | -------------------------------------------- | ------------------------------------------------------------------- |
| PR0   | `prospect_research_find_prospects`           | Discover up to 10 people at a company via Fiber.ai LinkedIn search. |
| PR-E  | `prospect_research_lookup_prospect_by_email` | Resolve an email → full LinkedIn profile + career history.          |
| PR-C  | `prospect_research_search_company_intel`     | Funding, investors, emails, Crunchbase data for a company.          |
| PR1   | `prospect_research_research_prospect`        | Generate the full 8-section Prospect Intelligence Brief.            |
| PR2   | `prospect_research_render_prospect_html`     | Render the brief as an email-ready HTML document.                   |

## Typical flow

```mermaid theme={null}
graph LR
  A[Email or Name<br/>+ Company] --> B[lookup_prospect_by_email<br/>or find_prospects]
  B --> C[search_company_intel]
  C --> D[research_prospect]
  D --> E[render_prospect_html]
```

## Recommended pairings

* Follow Prospect Research with the [Outreach Drafter](/agent-packs/outreach-drafter) or [Sales Outreach Team](/agent-packs/sales-outreach-team) to turn intel into messaging.
* For broader discovery, see [Prospect Finder](/agent-packs/prospect-finder).

## Related

* [Enrich Person](/actions/enrich_person) — lightweight standalone enrichment.
* [Contact Research](/actions/contact_research) — a similar deep research action for contacts.
* Full endpoint details in the [API Reference](/api-reference).
