# Detect AI Company Tech Stacks | Wappalyzer Alternative

**Use case:** 

Detect the frameworks, analytics, and infrastructure behind AI companies — OpenAI, Anthropic, Hugging Face, and more. A free Wappalyzer / BuiltWith alternative.

## Input

```json
{
  "urls": [
    "https://openai.com",
    "https://www.anthropic.com",
    "https://huggingface.co",
    "https://cohere.com",
    "https://mistral.ai"
  ],
  "categories_filter": [],
  "include_confidence": true,
  "include_versions": true,
  "timeout_seconds": 15,
  "startUrls": [],
  "domains": [],
  "websites": [],
  "targetUrls": [],
  "url": ""
}
```

## Output

```json
{
  "url": {
    "label": "Website",
    "format": "string"
  },
  "tech_count": {
    "label": "# Tech",
    "format": "integer"
  },
  "tech_names": {
    "label": "Detected Technologies",
    "format": "string"
  },
  "category_list": {
    "label": "Categories",
    "format": "string"
  },
  "status_code": {
    "label": "HTTP",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Tech Stack Detector — Wappalyzer & BuiltWith API Alternative](https://apify.com/nexgendata/wappalyzer-replacement) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/wappalyzer-replacement) to learn more, explore other use cases, and run it yourself.