# Website Tech Stack Detector from a Domain

**Use case:** 

Detect the technologies a website uses (Shopify, HubSpot, Next.js, analytics and more) from any domain. No API key.

## Input

```json
{
  "domains": [
    "stripe.com"
  ],
  "maxPagesPerDomain": 4,
  "minConfidence": 0.2
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "confidenceScore": {
    "label": "Confidence",
    "format": "number"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "techStack": {
    "label": "Tech stack",
    "format": "array"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "decisionMakers": {
    "label": "Decision makers",
    "format": "array"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "domainHasMx": {
    "label": "MX valid",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Enrichment - Domain to Tech Stack & Contacts](https://apify.com/renzomacar/company-enrichment) with a specific input configuration. Visit the [Actor detail page](https://apify.com/renzomacar/company-enrichment) to learn more, explore other use cases, and run it yourself.