# Ecommerce Platform Detector for Websites

**Use case:** 

Check websites for Shopify, WooCommerce, CMS, analytics, CDN, and other public technology stack signals.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.shopify.com"
    },
    {
      "url": "https://woocommerce.com"
    }
  ],
  "domains": [
    "example.com"
  ],
  "maxPagesPerDomain": 1,
  "requestTimeoutSecs": 20,
  "includeRawSignals": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "finalUrl": {
    "label": "Final URL"
  },
  "statusCode": {
    "label": "Status"
  },
  "title": {
    "label": "Title"
  },
  "technologyNames": {
    "label": "Technologies"
  },
  "categories": {
    "label": "Categories"
  },
  "confidence": {
    "label": "Confidence"
  },
  "pageCount": {
    "label": "Pages"
  },
  "detectedAt": {
    "label": "Detected at"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Wappalyzer Technology Lookup](https://apify.com/automation-lab/wappalyzer-technology-lookup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/wappalyzer-technology-lookup) to learn more, explore other use cases, and run it yourself.