Skip to content

URL Parser

Breaks a URL into its parts and decodes every query parameter, flagging tracking parameters.

Your URL stays on this device

This tool runs entirely inside your web browser. Your URL is processed on your own device and is never sent to our servers. How this works

URL Parser is a free tool that splits a web address into its parts (protocol, host, port, path, query parameters and fragment) and decodes every parameter value so it is readable. It also spots tracking parameters and gives you a clean link without them. Everything happens in your browser.

How to parse a URL

  1. Paste a URL. A missing https:// is added automatically.
  2. Read the parts and the table of decoded query parameters.
  3. If tracking parameters were found, copy the clean link.

The parts of a URL

For https://shop.example.com:8443/products/shoes?size=42&color=red#reviews:

Cleaning links before sharing

Links from newsletters, ads and social media often carry parameters such as utm_source,fbclid or gclid. They record where you clicked, make links long, and aren’t needed to open the page. The parser flags them and removes them for you.

For decoding a single encoded value, use URL Decode.

Frequently asked questions

What are tracking parameters?

Parameters such as utm_source, fbclid and gclid are added by newsletters, ads and social networks to measure clicks. They don’t change the page, so the tool offers a clean link without them for sharing.

Why do the same parameter names appear twice?

A query string may repeat a name, as in ?tag=a&tag=b. Servers often read that as a list.

Is the password shown?

If a URL contains a username and password (https://user:pass@host), the password is masked. Avoid putting passwords in URLs: they end up in logs and browser history.

Last updated

Missing a feature, or need a tool we don’t have? Suggest it.