Pastes a URL → extracts every outbound URL from the page: links, iframe + embed src, JSON-LD sameAs / url / contentUrl, og:image, srcset, link rel canonicals, plus rel attributes (nofollow / sponsored / ugc / author). Classifies internal vs external, counts unique destination domains, exports CSV.
Extracts every outbound URL from the page: <a href>, <iframe src> + lazy-load variants (data-src, data-lazy-src, data-litespeed-src), <embed src>, <object data/archive/codebase>, <video src/poster>, <track src>, <form action>, <area href>, <blockquote cite>, inline style="background:url()", JSON-LD sameAs/url/contentUrl, <noscript> fallback markup, OG/Twitter meta, and a raw-HTML regex sweep that surfaces URLs embedded in inline scripts, hydration payloads, and script-injected iframes (e.g., third-party payment widgets). Each link is classified by destination domain, rel attributes, and source location. Crawl mode follows same-origin <a href> links from the seed page (e.g., sjstorage.net → also audits /pay-online where the Storage Commander iframe lives) so you don't miss widgets that only appear on sub-pages.