For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Guides
    • Introduction
    • Quick Start
    • Use Cases
    • MCP Server
  • API
    • Enrich Endpoint
  • Integrations
    • Clay
    • Zapier
    • Make
    • HubSpot
    • Salesforce
    • n8n
  • Platform
    • API Keys
    • Rate Limits
    • Pricing
  • Support
    • Support
  • API Reference
    • GETGet platform stats
    • GETSearch case studies
    • POSTSemantic search
    • POSTBatch semantic search
    • GETGet case study
    • GETList companies
    • GETGet company
    • GETCompany analysis
    • GETCompany timeline
    • POSTCompare vendors
    • POSTRegister for an API key
Logocasestudies.dev
On this page
  • How it works
  • Example
  • Use cases
Guides

Introduction

Was this page helpful?

Quick Start

Next
Built with

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