Overview
The Company Research v2 pack performs structured, multi-section research on any company domain, caches the results, and lets you query, track, and render them later. Every section (overview, team, funding, news, signals, etc.) is generated independently, which means you can stream progress, fetch just one slice, or ask follow-up questions without re-running the whole pipeline. Use cases- Account research before an outbound sequence
- Pre-meeting company briefings
- Monitoring key accounts for news and signals
- Powering an internal “ask anything about this company” assistant
Pack actions
Typical flow
Quick start
Orchestrated (single call)
Usecompany_research_v2_run_full_research when you want the full JSON payload without juggling polling. It blocks until the report is ready.
Granular (recommended for builder agents)
- Start with
start_research— stores results in{{ report_id }}. - Poll with
get_statusinside aFor Loopuntilis_completeistrue. - Fetch with
get_reportand render it usingrender_htmlor push it intoadd_to_hubspot. - Follow up with
ask_domain_questionto query the cached data.
Related
- Competitive Brief — narrower, head-to-head view.
- Prospect Research — person-level intelligence.
- Full endpoint details in the API Reference.

