# Marketing Pixel & Analytics Checker

**Use case:** 

Check websites for installed marketing tools, analytics platforms, and tracking pixels like Google Analytics, Meta Pixel, and Hotjar.

## Input

```json
{
  "urls": [
    "https://www.hubspot.com",
    "https://mailchimp.com",
    "https://www.salesforce.com",
    "https://www.hootsuite.com",
    "https://buffer.com"
  ],
  "include_risk": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "url": {
    "label": "Scanned URL"
  },
  "status_code": {
    "label": "Status Code"
  },
  "tech_count": {
    "label": "Tech Count"
  },
  "fetch_method": {
    "label": "Fetch Method"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Tech Stack Detector](https://apify.com/saregaa/techdetector-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/saregaa/techdetector-scraper) to learn more, explore other use cases, and run it yourself.