Skip to main content

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)

Use company_research_v2_run_full_research when you want the full JSON payload without juggling polling. It blocks until the report is ready.
  1. Start with start_research — stores results in {{ report_id }}.
  2. Poll with get_status inside a For Loop until is_complete is true.
  3. Fetch with get_report and render it using render_html or push it into add_to_hubspot.
  4. Follow up with ask_domain_question to query the cached data.