# Company Tech Stack Lookup

**Use case:** 

Detect any company's tech stack from its domain: framework, CDN, analytics, payment and security headers, with a tech and infrastructure fingerprint.

## Input

```json
{
  "domain": "notion.so",
  "includeFinancials": true,
  "includeResearch": true,
  "includeGithub": true,
  "includeTechStack": true,
  "includeSubdomains": true,
  "includeInfrastructure": true,
  "includeCommunity": true,
  "includePatents": false,
  "enableMonitoring": true,
  "outputProfile": "analyst",
  "maxResults": 50
}
```

## Output

```json
{
  "entityId": {
    "label": "Entity ID",
    "format": "string"
  },
  "summary": {
    "label": "Summary (start here)",
    "format": "object"
  },
  "intelligence": {
    "label": "Intelligence",
    "format": "object"
  },
  "events": {
    "label": "Events (typed diff classification)",
    "format": "text"
  },
  "trends": {
    "label": "Trends (multi-run)",
    "format": "object"
  },
  "securityPosture": {
    "label": "Security Posture",
    "format": "object"
  },
  "fingerprint": {
    "label": "Fingerprint",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Deep Research — SEC, GitHub, DNS & Social](https://apify.com/ryanclinton/company-deep-research) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/company-deep-research) to learn more, explore other use cases, and run it yourself.