API Reference
GET /v1/company/:handle/founders

GET /v1/company/:handle/founders

Founder intelligence for a company. Identifies founders via social graph analysis and enriches with LinkedIn data.

Cost: $0.25 per call

curl "https://frontrun.vc/v1/company/stealth_ai_co/founders" \
  -H "X-API-Key: your_api_key"

Parameters

ParameterTypeDefaultDescription
handlestring (path)--X username of the company. Required.

Response

{
  "handle": "stealth_ai_co",
  "founders": [
    {
      "handle": "janesmith_ai",
      "name": "Jane Smith",
      "role": "CEO & Co-founder",
      "background": "Former ML lead at Google Brain. PhD in Computer Science from Stanford.",
      "previous_companies": ["Google", "DeepMind"],
      "linkedin_summary": "Serial AI entrepreneur with 12 years in machine learning infrastructure. Led a team of 40 at Google Brain before founding StealthAI.",
      "confidence": 0.95
    },
    {
      "handle": "bob_eng",
      "name": "Bob Chen",
      "role": "CTO & Co-founder",
      "background": "Ex-Stripe senior engineer. Built payments infrastructure at scale.",
      "previous_companies": ["Stripe", "Square"],
      "linkedin_summary": "Infrastructure engineer specializing in distributed systems. 8 years building fintech platforms.",
      "confidence": 0.88
    }
  ],
  "cost_cents": 25,
  "balance_cents": 4775
}
FieldTypeDescription
confidencenumberConfidence score (0–1) that this person is a founder of the company. Based on social graph signals, bio mentions, and mutual follows.
linkedin_summarystringEnriched summary from LinkedIn profile data. May be null if no LinkedIn match found.
previous_companiesarrayNotable previous employers identified from LinkedIn and bio.