# Apify Website Technology Audit

**Use case:** 

Run a source-specific technology audit for apify.com and export detected frameworks, CDN, server headers, and metadata signals.

## Input

```json
{
  "urls": [
    "https://apify.com",
    "https://docs.apify.com"
  ]
}
```

## Output

```json
{
  "url": {
    "label": "URL"
  },
  "categories": {
    "label": "Technologies by Category"
  },
  "server": {
    "label": "Server"
  },
  "poweredBy": {
    "label": "Powered By"
  },
  "generator": {
    "label": "Generator"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Tech Stack Detector](https://apify.com/automation-lab/tech-stack-detector) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/tech-stack-detector) to learn more, explore other use cases, and run it yourself.