URL Parser
Split any URL into scheme, host, port, path, query parameters and fragment, with each parameter decoded into a readable table. Free.
Input
Result
The result appears here as you type.
What this tool is for
Paste a long tracking URL and see what is inside it: every query parameter in a table, decoded, one per row. Far faster than reading a hundred character query string by eye, and it makes obvious which parameters are actually needed and which are analytics baggage.
How to use it
- Paste the URL.
- Read the breakdown: scheme, host, port, path, parameters, fragment.
- Copy any individual part, or the cleaned URL with tracking parameters removed.
Frequently asked questions
Which parameters are tracking parameters?
The utm_ family from Google Analytics, plus click identifiers such as fbclid, gclid and msclkid. Removing them leaves a clean link that goes to the same page, which is what you want when sharing.