Free URL Parser

Paste any URL and instantly break it into its protocol, hostname, port, path, hash and origin, plus a clean table of every query string parameter. Everything runs in your browser with the native URL API, so it is fast, private and free.

How to use

  1. Paste or type a full URL into the box, including the https:// (or other) scheme.
  2. The tool parses it live and shows each part — protocol, hostname, port, path, hash, origin and any credentials.
  3. Read the Query parameters table below to see every key=value pair from the query string, already URL-decoded.
  4. If the URL is not valid, you will see an error message so you can fix it.

Why use it

Long URLs with tracking tags, session tokens and nested redirects are hard to read by eye. This parser uses the browser native new URL() constructor — the exact same logic browsers use — to split a URL into its components and decode the query string into a tidy table. It is handy for debugging UTM campaign links, inspecting API request URLs, checking redirect targets, and confirming exactly which parameters a page receives. It works offline in your browser and never sends your URLs anywhere.

Frequently asked questions

Is this URL parser free?
Yes. The URL parser is completely free, runs entirely in your browser, and needs no login or credit card. Nothing you paste is sent to a server.
What parts of a URL does it show?
It breaks a URL into its protocol, hostname, port, pathname, hash and origin, shows any username and password embedded in the URL, and lists every query string parameter as a key/value table.
How does it read the query string?
The tool uses the browser native URL API and its searchParams interface to split the query string into individual key/value pairs, so repeated keys and URL-encoded values are handled exactly the way browsers handle them.
Are the URLs I paste uploaded anywhere?
No. All parsing happens locally in your browser with the native URL() constructor, so the URLs you paste never leave your device.

Keyword Suggester · SEO Glossary · SERP API · Pricing