Introduction

Detect the complete tech stack behind any company domain. One API call, real-time results.

Pass a domain, get back every tool they use, organised by category.

How it works

We scan multiple public data sources in parallel and cross-reference signals for accuracy. No scraping, no guessing, no manual research. Only verified signals.

Results typically include 25-40 tools for mid-market companies, covering:

  • Email & identity — who handles their email, how they authenticate users
  • CRM & sales — what CRM they run, marketing automation, sales tools
  • Analytics & tracking — web analytics, session replay, advertising pixels
  • Cloud & infrastructure — cloud providers, CDN, monitoring, error tracking
  • Developer tools — CI/CD, version control, feature flags
  • Collaboration — project management, communication, documentation

Example

$curl https://api.casestudies.dev/v1/enrich/launchdarkly.com \
> -H "X-API-Key: YOUR_KEY"

Returns:

1{
2 "domain": "launchdarkly.com",
3 "tools_detected": 35,
4 "by_category": {
5 "Email": ["Google Workspace", "Microsoft 365"],
6 "CRM": ["Salesforce"],
7 "Analytics": ["Mixpanel", "Segment", "Google Analytics"],
8 "Marketing Automation": ["Marketo"],
9 "Conversational ABM": ["Qualified"],
10 "Monitoring": ["Datadog"],
11 "Customer Support": ["Zendesk"],
12 "Payments": ["Stripe"],
13 "AI": ["OpenAI"],
14 "Feature Flags": ["LaunchDarkly"]
15 }
16}

35 tools detected. You now know LaunchDarkly uses Salesforce, Marketo, Segment, Datadog, and Zendesk before you’ve made a single call.

Use cases

  • CRM enrichment — auto-detect tech stack when new accounts are created
  • ICP filtering — find companies using specific tools (e.g. Salesforce + AWS)
  • Competitive intelligence — compare stacks across your target accounts
  • AI agents — give Claude or ChatGPT access via MCP server