# Shopify Website Tech Stack Detector

**Use case:** 

Analyze ecommerce sites to identify Shopify, analytics tools, CDNs, JavaScript frameworks, servers, and other visible technologies.

## Input

```json
{
  "urls": [
    "allbirds.com",
    "gymshark.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.