URL Extractor Tool

Exact URL Extractor

Extract and analyze every URL exactly as it appears in a webpage’s HTML source.

Exact URL Extractor is a public-facing tool that scans any public webpage and displays all links found in the raw HTML. It categorizes links into internal, external, and asset URLs while showing the HTTP status code for each link — without following redirects.

This ensures you see the exact URLs present on the page, whether they are working, redirected, or broken.


What This Tool Does

  • Extracts all URLs directly from page source
  • Identifies:
    • Internal links (same domain)
    • External links (different domain)
    • Asset links (images, scripts, CSS, media files)
  • Displays HTTP status codes (200, 301, 404, 500, etc.)
  • Shows broken links exactly as written in the HTML
  • Does not follow redirects
  • Does not rewrite or canonicalize URLs
  • Removes duplicate links
  • Converts relative URLs to absolute format

Why Use It?

  • Detect broken links
  • Audit outbound links
  • Verify asset loading
  • Inspect internal linking structure
  • Review third-party scripts and resources
  • Perform SEO and technical audits

Key Features

  • Public, browser-based interface
  • Exact URL extraction (no redirect substitution)
  • Secure request handling
  • Color-coded status codes
  • Fast AJAX scanning
  • Clean, easy-to-read results table

How It Works

  1. Enter a public webpage URL.
  2. The tool fetches the page HTML.
  3. All link elements are parsed.
  4. URLs are categorized and checked for status codes.
  5. Results are displayed in an interactive table.

Security & Reliability

  • Blocks private and internal IP ranges
  • Prevents server-side request forgery (SSRF)
  • Only scans publicly accessible HTTP/HTTPS URLs
  • Does not act as an open proxy