Company Technology Stack
GET/companies/technology

Company Technology Stack

Scan a company website for its technology stack. The endpoint first checks StartupHub.ai for a matching company and cached tech fingerprint, then optionally runs a fresh live scan. Perfect for CRM enrich flows where each row has a website domain.

GEThttps://www.startuphub.ai/api/v1/companies/technology

Request

curl "https://www.startuphub.ai/api/v1/companies/technology?domain=anthropic.com&live=true" \
  -H "Authorization: Bearer sk_live_..."

Parameters

domainstringrequired

Company domain or URL (e.g. anthropic.com or https://anthropic.com/about)

livebooleanoptionaldefault: false

true = force a fresh live scan even when DB fingerprint exists

Response

json
{
  "data": {
    "domain": "anthropic.com",
    "source": "database+live",
    "company": {
      "id": "uuid",
      "name": "Anthropic",
      "slug": "anthropic",
      "website": "https://anthropic.com",
      "startuphub_url": "https://www.startuphub.ai/startups/anthropic",
      "domain_tld": "com",
      "domain_created_at": "2021-01-06"
    },
    "technology_stack": {
      "resolved": {
        "raw": {
          "cdn": "cloudflare",
          "hosting": "aws",
          "email_provider": "google_workspace",
          "frameworks": ["nextjs", "react"],
          "payments": ["stripe"],
          "analytics": ["ga4"],
          "fingerprinted_at": "2026-05-25T15:20:00.000Z"
        }
      }
    }
  },
  "credits": { "cost": 1, "remaining_period": 9999, "remaining_balance": 2000 }
}

Errors

400Missing or invalid domain parameter
401Invalid or missing API key
429Insufficient credits