Earnings Transcript

Trends extracted from a company's earnings transcript

Access earnings call transcripts from over 4,000 public companies to identify pain points, strategic initiatives, and growth opportunities. This data is updated routinely (every 2 weeks or more frequently) with insights built from the most recent earnings calls.

Our engine analyzes transcripts to extract relevant excerpts based on both the prospect's pain points AND the user's value proposition, enabling highly targeted outreach.

Requires Seller Context (API Only)

The prospectsCompetitorsEarningsCall subtype compares your competitor list against the prospect's competitors' earnings calls.

When calling the API, include userEmail or userCompanyUrl to identify the seller:

See API Parameters

Why This Insight Matters

  • Identify real-time business priorities and challenges
  • Reference specific executive quotes to demonstrate research
  • Align your solution with stated company initiatives
  • Surface competitor moves that make your prospect's pain points more urgent
  • Create urgency around keeping pace with market changes
  • Time your outreach around competitor announcements when prospects are most likely to act

Available Subtypes

SignalSubtype EnumDescription
Earnings call insightsfinancialEarningsCallExtracted insights from quarterly earnings calls
Competitor earningsprospectsCompetitorsEarningsCallCompetitor moves that intensify prospect's challenges

Subtype: financialEarningsCall

Extracted insights from quarterly earnings calls of the prospect's company.

Response Fields

User Company

FieldTypeExampleDescription
userCompany.namestring"Autobound"Your company name
userCompany.companyUrlstring"https://autobound.ai"Your company URL

Transcript Metadata

FieldTypeExampleDescription
earningsTranscript.companystring"Walmart"Company name
earningsTranscript.tickerstring"WMT"Stock ticker
earningsTranscript.quarterinteger2Fiscal quarter
earningsTranscript.yearinteger2024Fiscal year
earningsTranscript.datestring"2024-08-15T10:37:07Z"Earnings call date

Excerpt Details

FieldTypeExampleDescription
earningsTranscript.excerpt.textstring"Helping our sellers on our marketplace..."Relevant quote from the call
earningsTranscript.excerpt.relevanceReasonstring"Mention of using generative AI..."Why this excerpt was selected
earningsTranscript.excerpt.sourceUrlstring"https://investor.walmart.com/..."Link to investor relations page
Full JSON Response Example
[
  {
    "userCompany": {
      "name": "Autobound",
      "companyUrl": "https://autobound.ai"
    },
    "earningsTranscript": {
      "company": "Walmart",
      "ticker": "WMT",
      "quarter": 2,
      "year": 2024,
      "date": "2024-08-15T10:37:07Z",
      "excerpt": {
        "text": "Helping our sellers on our marketplace is also an area where we see opportunities to be better using generative AI. As we work to do all we can to help our sellers grow their businesses, we're testing a new experience to select U.S.-based sellers that allows them to ask us anything. We want our sellers focused on selling, so the more we can make it a seamless experience, the better.",
        "relevanceReason": "Mention of using generative AI to help sellers indicates focus on sales enablement and automation",
        "sourceUrl": "https://investor.walmart.com/financial-information/quarterly-results/"
      }
    }
  }
]

Example Output

"Noticed in your recent earnings call you mentioned wanting sellers 'focused on selling' through AI automation. We're helping companies like yours save 5+ hours/week per rep by automating prospect research and personalization with AI. Worth a quick chat?"


Subtype: prospectsCompetitorsEarningsCall

Analyzes earnings call transcripts from your prospect's competitors to identify market moves that could intensify your prospect's challenges. This helps create urgency by highlighting how competitor moves could worsen your prospect's pain points.

Response Fields

User Company

FieldTypeExampleDescription
userCompany.namestring"Autobound"Your company name
userCompany.companyUrlstring"https://autobound.ai"Your company URL

Prospect Company

FieldTypeExampleDescription
prospectCompany.namestring"Microsoft"Prospect company name

Competitor Transcripts

FieldTypeExampleDescription
prospectCompany.competitorTranscripts[].competitorstring"Apple"Competitor name
prospectCompany.competitorTranscripts[].tickerstring"AAPL"Stock ticker
prospectCompany.competitorTranscripts[].quarterstring"Q1"Fiscal quarter
prospectCompany.competitorTranscripts[].yearstring"2024"Fiscal year
prospectCompany.competitorTranscripts[].datestring"2024-02-01"Earnings call date
prospectCompany.competitorTranscripts[].sourceUrlstring"https://www.apple.com/investor/..."Source URL
prospectCompany.competitorTranscripts[].excerptstring"We're significantly expanding..."Relevant quote
prospectCompany.competitorTranscripts[].excerptRelevancestring"Apple's aggressive expansion..."Why this matters

Analysis Metrics

FieldTypeExampleDescription
prospectCompany.analysisMetrics.competitorsAnalyzednumber2Number of competitors analyzed
prospectCompany.analysisMetrics.trendsIdentifiednumber2Number of trends found
prospectCompany.analysisMetrics.overallRelevancestring"Both Apple and Google..."Summary of competitive pressure
Full JSON Response Example
[
  {
    "userCompany": {
      "name": "Autobound",
      "companyUrl": "https://autobound.ai"
    },
    "prospectCompany": {
      "name": "Microsoft",
      "competitorTranscripts": [
        {
          "competitor": "Apple",
          "ticker": "AAPL",
          "quarter": "Q1",
          "year": "2024",
          "date": "2024-02-01",
          "sourceUrl": "https://www.apple.com/investor/earnings-call",
          "excerpt": "We're significantly expanding our enterprise sales force, with plans to double our direct sales headcount by end of year. Our focus on enterprise penetration is paying off, with B2B revenue growing 40% year over year.",
          "excerptRelevance": "Apple's aggressive enterprise sales expansion and 40% B2B growth signals increased competition for Microsoft's core enterprise customer base."
        },
        {
          "competitor": "Google",
          "ticker": "GOOGL", 
          "quarter": "Q1",
          "year": "2024",
          "date": "2024-01-30",
          "sourceUrl": "https://abc.xyz/investor/earnings-call",
          "excerpt": "We're accelerating our go-to-market strategy with a $2B investment in our sales organization. This includes new AI-powered sales tools and a 60% increase in quota-carrying reps focused on enterprise cloud adoption.",
          "excerptRelevance": "Google's $2B sales investment and AI tooling focus demonstrates major push to capture enterprise cloud market share from competitors."
        }
      ],
      "analysisMetrics": {
        "competitorsAnalyzed": 2,
        "trendsIdentified": 2,
        "overallRelevance": "Both Apple and Google are making unprecedented investments in enterprise sales capacity and AI-powered sales tools. This dual trend of expanded headcount and enhanced productivity tools puts pressure on Microsoft to accelerate both hiring and sales enablement technology adoption to maintain market position."
      }
    }
  }
]

Example Output

"Noticed both Apple and Google just announced massive sales investments in their Q1 earnings ($2B from Google, 2x headcount from Apple) - all targeting enterprise. We're helping sales leaders stay ahead of aggressive competitors by accelerating rep productivity 3x through AI. Worth a quick chat?"

This example shows how to leverage competitor earnings insights to create urgency while offering specific solutions to address the competitive pressure.


API Usage

Generate Content API

{
  "enabledInsights": ["financialEarningsCall"],
  "disabledInsights": []
}

Or for competitor earnings:

{
  "enabledInsights": ["prospectsCompetitorsEarningsCall"],
  "disabledInsights": []
}

Generate Insights API

{
  "insightSubtype": "financialEarningsCall"
}
{
  "insightSubtype": "prospectsCompetitorsEarningsCall"
}

Coverage

  • Refresh: Quarterly (within 2 weeks of earnings call)
  • Coverage: Under 1% of companies (4,000+ public companies)
  • Best for: Enterprise sales, executive outreach, strategic account planning