# Competitor Tech Stack Benchmark

**Use case:** 

Compare multiple competitor domains to see their CMS, frameworks, analytics, CDN, server, and platform choices in one dataset.

## Input

```json
{
  "urls": [
    "stripe.com",
    "squareup.com",
    "adyen.com",
    "paypal.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.