URL Parser
Paste any URL to inspect protocol, host, path, query parameters, fragment, and decoded form; generate a clean share URL that removes common campaign click IDs; then export a URL cleanup QA pack with a redacted canonical URL and starter Node assertions. Everything runs in your browser.
Ctrl+Enter to run | Ctrl+K to switch tools | Recent button shows input history
Repeating this work? Turn this kind of browser utility into an API batch, MCP prompt, extension workflow, or shared team recipe.
Buy Pro Browse tool packsFAQ
What is a query parameter?
The part of the URL after the ? — e.g., ?id=42&sort=asc. Each key=value pair is separated by &. This tool parses them into a table for easy reading and copying.
What does the clean share URL remove?
It removes common marketing and click-tracking keys such as utm_*, gclid, fbclid, msclkid, HubSpot hsa_* keys, Mailchimp IDs, and similar noisy parameters while keeping non-tracking query keys for review.
What is in the URL cleanup QA pack?
The pack includes a clean share URL, redacted canonical URL, query-key inventory, removed tracking keys, duplicate-key warnings, fragment and credential notes, and a starter Node URL assertion test. Query values that look sensitive are replaced with placeholders before copy/download.
How does URL decoding work?
Percent-encoding replaces unsafe characters with %XX hex codes. For example, a space becomes %20 and a @ becomes %40. This tool shows both the encoded and decoded versions of each component.