Tracking Pixel Detector
Pricing
from $20.00 / 1,000 successful api calls
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
Maintained by CommunityActor 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
- Click Try for free on this Actor's page
- Enter the URL you want to scan (e.g.
https://hubspot.com) - Click Start and wait a few seconds
- Download your results from the Output tab in JSON, CSV, or Excel
Input
| Field | Type | Required | Description |
|---|---|---|---|
url | string | ✅ | Website URL to scan for tracking pixels |
cache | boolean | ❌ | Use 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
| Field | Type | Description |
|---|---|---|
pixels | object | Pixels grouped by type with their IDs |
pixels.gtm | array | Google Tag Manager container IDs |
pixels.ga4 | array | GA4 measurement IDs |
pixels.fbq | array | Facebook Pixel IDs |
pixels.linkedin | boolean | Whether LinkedIn Insight Tag was detected |
pixels.tiktok | boolean | Whether TikTok Pixel was detected |
total_pixels_found | integer | Total 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.