Entering a meeting cold is a recipe for a low-conversion call. However, manually scraping the web for every lead is a poor use of a sales rep's time.
Here is how we turn pre-call research into a structured utility using LLM scraping and low-code integrations.
The Workflow Breakdown
People
- User: Account Executives (AEs) & Sales Development Reps (SDRs).
- Stakeholder: Sales Enablement (ensuring uniform prep quality across the team).
Process
- Trigger: A prospect books a meeting via Calendly/HubSpot Meetings.
- Current Steps: Rep copies company name ➔ opens Google ➔ searches for recent news ➔ opens LinkedIn ➔ checks open jobs ➔ reads company 'About' page ➔ writes notes in notepad.
- Delivery: The notes sit in a personal notepad, invisible to the CRM.
Pain
- Manual Overhead: The rep spends the first 10 minutes of their prep time just hunting for links rather than analyzing the business.
- Data Expiry: News and hiring trends change daily; manual research done on Monday is stale by a Thursday meeting.
- Inconsistency: Some reps do deep research, while others do none.
Measure
- Time Spent: 15 mins per lead * 8 leads/week = 2 hours/week per AE. For a 12-AE team, that is 24 hours/week of search activity.
- Direct Cost: $1,200/month of sales rep salary spent searching Google.
Solution
We build an automated pipeline using n8n and Claude 3.5 Sonnet:
- Listen: n8n listens for new Calendar events containing prospect email domains.
- Lookup: Resolves the domain using Clearbit/Enrichment APIs to get the company name.
- Scrape: Uses Tavily Search API to fetch:
- Top 3 news articles from the past 30 days.
- Company product pages.
- Active job listings mentioning "system," "operations," or "AI."
- Synthesize: Claude receives the raw text and runs a structured prompt:
- Identify top 3 pain points.
- Match company news with our product value proposition.
- List key executives on the call.
- Output: Formats into a markdown card and sends it to the AE's Slack channel 30 minutes before the calendar event starts.
Impact
- Prep Time Saved: Reduced by 90% (from 20 mins to 2 mins).
- Meeting Quality: Reps lead with value: "I saw you recently expanded your RevOps team to focus on enterprise search..." rather than "So, tell me about your business."