See every third-party service, tracker, and script a site loads - and what each one does.
See exactly what third-party services, trackers, and scripts a website loads. Deep scan uses headless browser rendering on Cloudflare's edge to catch dynamically loaded resources that static scanners miss.
Standard scan analyzes the HTML source and linked resources. Deep scan launches a headless Chromium browser on Cloudflare's edge to render the page with JavaScript, catching scripts loaded dynamically by tag managers, consent flows, and lazy-loaded widgets.
Deep scan uses real browser rendering, which executes JavaScript and triggers dynamic script loading. Static scanners only see what is in the HTML source and miss scripts injected by tag managers or loaded after page initialization.
Standard scans analyze the page from your browser. Deep scans run from Cloudflare Workers using a headless Chromium instance on their edge network, providing a clean scan without your browser extensions or ad blockers affecting results.
Review your tag manager configuration and any third-party scripts in your HTML. Consider implementing a Content-Security-Policy header to control which external resources can load. Remove scripts you did not intentionally add.
No. This tool detects client-side scripts and network requests made by the browser. Server-side tracking (like server-side GTM or backend analytics) does not generate browser-visible requests and cannot be detected by any client-side scanner.