# Website CMS Detector

**Use case:** 

Find the CMS behind each website domain and get public version and confidence details.

## Input

```json
{
  "websites": [
    "techcrunch.com",
    "shopify.com",
    "drupal.org"
  ]
}
```

## Output

```json
{
  "website": {
    "label": "Website",
    "format": "string"
  },
  "resolvedUrl": {
    "label": "Resolved URL",
    "format": "string"
  },
  "statusCode": {
    "label": "HTTP status code",
    "format": "integer"
  },
  "pageTitle": {
    "label": "Page title",
    "format": "string"
  },
  "cms": {
    "label": "CMS",
    "format": "object"
  },
  "technologies": {
    "label": "Related technologies",
    "format": "array"
  },
  "isEcommerce": {
    "label": "Ecommerce enabled",
    "format": "boolean"
  }
}
```

## About this Actor

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