# Audit a competitor marketing and analytics stack

**Use case:** 

See a competitor's marketing and analytics stack - tag managers, pixels, CRM, chat, and analytics tools - detected from their site, with lead-qualifier tags.

## Input

```json
{
  "urls": [
    "hubspot.com",
    "notion.so"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "domain": {
    "label": "Domain"
  },
  "statusCode": {
    "label": "HTTP"
  },
  "ecommercePlatform": {
    "label": "Ecommerce"
  },
  "cms": {
    "label": "CMS"
  },
  "jsFramework": {
    "label": "Framework"
  },
  "cdn": {
    "label": "CDN"
  },
  "techCount": {
    "label": "# Tech"
  },
  "categories": {
    "label": "Categories"
  },
  "leadTags": {
    "label": "Lead tags"
  },
  "server": {
    "label": "Server"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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