# Audit Website Analytics & Ad Pixels

**Use case:** 

Audit the analytics and ad pixels on any site with Domain, Company, Ad pixels, Marketing automation, Email marketing and Live chat. No login required.

## Input

```json
{
  "domains": [
    "nytimes.com"
  ],
  "maxResults": 100,
  "enrichContacts": true,
  "crawlExtraPages": true,
  "includeDns": true,
  "includeTls": true,
  "technologyFilter": [
    "Shopify",
    "Klaviyo"
  ],
  "technologyFilterMode": "any",
  "minLeadScore": 0,
  "monitorMode": false,
  "onlyNewItems": false,
  "monitorKey": "default",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "ecommercePlatform": {
    "label": "E-commerce",
    "format": "text"
  },
  "advertisingPixels": {
    "label": "Ad pixels",
    "format": "text"
  },
  "crmTools": {
    "label": "CRM",
    "format": "text"
  },
  "marketingAutomation": {
    "label": "Marketing automation",
    "format": "text"
  },
  "emailMarketing": {
    "label": "Email marketing",
    "format": "text"
  },
  "liveChat": {
    "label": "Live chat",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## About this Actor

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