# Website Technology Stack Detector for Prospects

**Use case:** 

Detect CMS, ecommerce, analytics, CDN, hosting, and frameworks from prospect domains for sales enrichment.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.shopify.com"
    },
    {
      "url": "https://wordpress.org"
    }
  ],
  "domains": [
    "shopify.com",
    "wordpress.org",
    "webflow.com"
  ],
  "maxPagesPerDomain": 1,
  "requestTimeoutSecs": 20,
  "includeRawSignals": false,
  "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.