# Website Technology Insight for Key Brands

**Use case:** 

Identify the technologies used by popular websites like Gymshark and Stripe. Get insights into CMS, ecommerce platforms, analytics, and more.

## Input

```json
{
  "websites": [
    "gymshark.com",
    "wordpress.org",
    "stripe.com",
    "vercel.com"
  ],
  "maxConcurrency": 4
}
```

## Output

```json
{
  "url": {
    "label": "Website",
    "format": "link"
  },
  "cms": {
    "label": "CMS",
    "format": "text"
  },
  "ecommerce": {
    "label": "Ecommerce",
    "format": "text"
  },
  "hosting": {
    "label": "Hosting/CDN",
    "format": "text"
  },
  "technologiesCount": {
    "label": "# Tech",
    "format": "number"
  },
  "technologies": {
    "label": "Technologies",
    "format": "array"
  },
  "salesSignals": {
    "label": "Signals",
    "format": "array"
  },
  "partial": {
    "label": "Partial read",
    "format": "boolean"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

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