API Reference
GET /v1/company/:handle

GET /v1/company/:handle

Synthesized company overview from multiple sources. Returns profile data, sector classification, entity type, website summary, and recent activity.

Cost: $0.10 per call

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

Parameters

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

Response

{
  "company": {
    "handle": "stealth_ai_co",
    "name": "StealthAI",
    "bio": "Automating enterprise workflows with LLMs",
    "website": "https://stealthai.com",
    "sector": "AI/ML",
    "entity_type": "startup",
    "about": "StealthAI builds AI agents that automate back-office workflows for mid-market enterprises. Founded in 2025, the company has processed over 2M tasks for 50+ customers.",
    "website_summary": "Product page describes an AI workflow automation platform with integrations for Salesforce, HubSpot, and Slack. Pricing starts at $500/mo.",
    "recent_activity": [
      {
        "type": "new_vc_follower",
        "date": "2026-03-25",
        "detail": "Followed by a]16z"
      },
      {
        "type": "profile_update",
        "date": "2026-03-20",
        "detail": "Bio updated to mention Series A"
      }
    ]
  },
  "cost_cents": 15,
  "balance_cents": 4800
}
FieldTypeDescription
entity_typestringOne of "startup", "growth_company", "enterprise", "vc_fund", "accelerator", "media", "individual".
aboutstringAI-synthesized summary from bio, website, and social signals.
recent_activityarrayNotable recent events related to this company.