Tracking Pixel Detector avatar

Tracking Pixel Detector

Pricing

from $20.00 / 1,000 successful api calls

Go to Apify Store
Tracking Pixel Detector

Tracking Pixel Detector

Detect Google Tag Manager, GA4, Facebook Pixel, LinkedIn Insight, TikTok Pixel and more.

Pricing

from $20.00 / 1,000 successful api calls

Rating

0.0

(0)

Developer

Alex Jordan

Alex Jordan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

What does Tracking Pixel Detector do?

Tracking Pixel Detector scans any website and identifies all marketing and analytics tracking pixels — Google Tag Manager, GA4, Facebook Pixel, LinkedIn Insight Tag, TikTok Pixel, Microsoft Clarity, Hotjar, and many more — returning their IDs and container details in a clean JSON output.

Built on the Apify platform, results are returned in seconds and integrate with Apify's scheduling, webhooks, and 1,500+ tools.

Why use Tracking Pixel Detector?

  • Sales intelligence — Know which ad platforms your prospects use before your sales call
  • Competitor analysis — See exactly which analytics and remarketing tools competitors run
  • GTM auditing — Verify that all required pixels are correctly deployed on client websites
  • Lead scoring — Prioritise leads who use high-intent tools (e.g. LinkedIn Ads + HubSpot)
  • Agency reporting — Bulk-scan client sites to audit pixel health across a portfolio

How to use Tracking Pixel Detector

  1. Click Try for free on this Actor's page
  2. Enter the URL you want to scan (e.g. https://hubspot.com)
  3. Click Start and wait a few seconds
  4. Download your results from the Output tab in JSON, CSV, or Excel

Input

FieldTypeRequiredDescription
urlstringWebsite URL to scan for tracking pixels
cachebooleanUse cached result if available (default true)

Example input:

{
"url": "https://hubspot.com"
}

Output

Example output:

{
"pixels": {
"gtm": ["GTM-XXXXXX"],
"ga4": ["G-XXXXXXXXXX"],
"fbq": ["123456789012345"]
},
"total_pixels_found": 3,
"meta": { "cache_hit": false, "execution_time_ms": 560 }
}

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Data fields

FieldTypeDescription
pixelsobjectPixels grouped by type with their IDs
pixels.gtmarrayGoogle Tag Manager container IDs
pixels.ga4arrayGA4 measurement IDs
pixels.fbqarrayFacebook Pixel IDs
pixels.linkedinbooleanWhether LinkedIn Insight Tag was detected
pixels.tiktokbooleanWhether TikTok Pixel was detected
total_pixels_foundintegerTotal count of detected pixels

Pricing / Cost estimation

$0.02 per successful API call on Apify.

  • 1,000 successful Apify runs = $20.00

FAQ & Support

Is this legal? Tracking pixels are embedded in publicly visible HTML and JavaScript — scanning for them is the same as what any browser does when loading the page.

Known limitations: Pixels loaded inside iframes or via server-side tagging (sGTM) may not be detected. Client-side pixels are fully supported.

Need help? Open an issue in the Issues tab or contact the support team for custom solutions.