People Search for Founder-Led Sales
How founders can use people and company search to define a market, find timely prospects, and research each conversation without building a spam machine.
Founder-led sales works because the founder can connect a customer’s situation to the product faster than anyone else. It fails when that attention is spread across a generic list with no reason to contact anyone.
People and company search can preserve the strength of founder-led sales while removing its most repetitive work. The system finds a narrowly defined market, identifies the likely people, explains why each company matters now, and assembles the evidence a founder needs before starting a conversation.
It should not write 10,000 synthetic compliments or operate an email cannon. The goal is a smaller number of better-informed conversations and a faster learning loop about the market.
Use search to decide who deserves founder attention—not to automate pretending the founder paid attention.
Begin with a Market Hypothesis
An ICP is useful only when it encodes a reason the product should matter.
Compare these two definitions:
- “US SaaS companies with 20–200 employees.”
- “Developer-tool startups hiring their first security engineer after signing an enterprise customer.”
The first is easy to query and difficult to learn from. The second combines a company type, a transition, and a probable problem. Even when some results are wrong, the rejections teach you how the market behaves.
Write a market hypothesis with four parts:
- Company: What kind of organization has the problem?
- Person: Who experiences or owns it?
- Transition: What recently made the problem important?
- Evidence: What public signal would support that interpretation?
Turn the Hypothesis into Search
A people search API lets the hypothesis remain close to natural language:
1Find founders of seed-stage developer infrastructure companies that2started hiring enterprise sales or security roles in the last 60 days.3For each company, identify the founder most likely to own the transition4and cite the hiring page, funding announcement, or public post behind it.A dataset API may require the same request to be decomposed into filters and joins. A general web-search API may find the underlying pages but leave entity resolution and table construction to your application. An entity-centric research API can treat the cohort, people, companies, and evidence as one task.
The interface matters less than the output. You want a list where every row answers:
- Who is this?
- Why do they fit?
- What changed?
- What source supports that claim?
- What do we still not know?
Build a Small Market Map
Start with 25–50 companies. For each, capture:
| Layer | Useful fields |
|---|---|
| Company | Name, domain, category, stage, location |
| People | Founders, likely problem owner, relevant prior experience |
| Timing | Hiring, funding, launch, incorporation, role change |
| Relationships | Shared investors, former employers, portfolio ties |
| Evidence | Source URLs and retrieval dates |
| Learning | Accepted, rejected, reason, next question |
This is not a permanent CRM schema. It is a research instrument. Add fields when they change a decision; remove fields nobody uses.
Find the Person Behind the Account
At an early company, “buyer persona” can be misleading. Ownership changes with stage. The CEO may own a problem one month, then hand it to the first functional leader.
Use people search to answer questions such as:
- Which founder has experience closest to this problem?
- Has the company hired a functional leader yet?
- Who authored the relevant technical or product material?
- Is there a shared former employer, investor, or operator?
- Did the likely owner recently change roles?
Resolve the identity before using the information. Same-name collisions, stale biographies, and copied profiles are common enough that a single page should not decide the match.
Use Timing Without Manufacturing Urgency
A trigger is evidence that the company’s context changed. It is not proof that the company wants your product.
Good triggers are specific and sourceable:
- A relevant job opened
- A product or integration launched
- A new company domain appeared
- An incorporation became public
- A founder changed their public role
- A funding or customer announcement changed operating constraints
Bad triggers are vague labels such as “surging,” “high intent,” or “AI-ready” with no observable event behind them.
Autumn’s public examples focus on early company signals: incorporation records, new domains, hiring pages, public follows, and founder-profile changes. Its Brex case study describes using those signals to identify founders earlier than conventional company databases.
Research the Conversation, Not the Compliment
Personalization is often reduced to a sentence about a podcast or LinkedIn post. That creates surface-level relevance without understanding the business.
Useful research should change the conversation:
- What is the company building?
- What transition is it navigating?
- Why might the problem exist now?
- What has the founder already tried or said?
- What evidence contradicts your hypothesis?
- Is there a more relevant person?
The output can be short. A founder needs three or four reliable facts, not an essay. Preserve the sources so the founder can inspect them quickly.
Prioritize with Explicit Reasons
Use a score only if you can explain it.
1priority = problem fit + timing + founder relevance + relationship - uncertaintyA high score should carry the components:
1{2 "fit": "high",3 "timing": "opened first security role 9 days ago",4 "person": "technical founder still owns infrastructure",5 "relationship": "shared seed investor",6 "uncertainty": "enterprise customer not independently confirmed"7}That record gives the founder a reason to accept, reject, or investigate the result. A number alone does not.
Keep Outreach Human
Separate research automation from communication automation.
The system can:
- Maintain the market map
- Refresh people and company context
- Surface new triggers
- Rank a daily review queue
- Draft a factual briefing
- Record outcomes and rejection reasons
The founder should decide whether there is a real reason to reach out and what they actually want to say. That preserves trust and creates better product feedback.
Close the Learning Loop
Every result should produce more than “replied” or “did not reply.” Capture:
- Was the company a real fit?
- Was the person correct?
- Was the trigger current and relevant?
- Was the problem present?
- What language did the prospect use?
- Which assumption was wrong?
- What new segment appeared?
Feed those answers back into the market definition. Founder-led sales has an advantage over scaled outbound precisely because it can learn quickly. Search infrastructure should amplify that advantage.
A Four-Week Operating Rhythm
Week 1: Define
Choose one narrow problem and write the company, person, transition, and evidence criteria. Review 25 candidates manually.
Week 2: Correct
Label wrong companies, wrong people, stale triggers, and weak evidence. Tighten the search and resolution rules.
Week 3: Converse
Use the accepted queue for a small number of founder-led conversations. Record the problem language and objections, not only meetings.
Week 4: Systematize
Automate refresh and routing for the parts that proved stable. Keep judgment at the boundary where context still matters.
Where a People Search API Helps
A people search API is most useful when the founder does not yet know every company or person in the market. It discovers cohorts from experience, relationships, and signals, then returns structured context for review.
Autumn is designed for this entity-centric research layer. It can support GTM workflows without requiring the company to adopt an outbound engagement platform. Technical teams can use the same people and company search foundation in products, agents, or internal systems.
It does not send sequences or operate the full outbound workflow. Founders and sellers can pass reviewed results into the engagement tool they already use, keeping research and evidence separate from automated sending.
For the engineering architecture, read How GTM Engineers Build with a People Search API. For the broader category, read People Search APIs: A Practical Guide for Builders.
The Short Version
Founder-led sales should feel like market research with conversations attached. Use people and company search to define a narrow market, find timely evidence, identify the right person, and prepare the founder. Keep communication human, keep claims sourced, and treat every result as a chance to improve the market model.