# Competitor Website Technology Audit Extractor

**Use case:** 

Audit competitor websites for CMS, frameworks, analytics, CDN, hosting, headers, scripts, and evidence.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.shopify.com"
    },
    {
      "url": "https://wordpress.org"
    }
  ],
  "domains": [
    "vercel.com",
    "netlify.com",
    "github.com"
  ],
  "maxPagesPerDomain": 2,
  "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.