All guides
How to parse a URL and query string
Split a URL into host, path, hash, and query parameters in your browser with Toolora’s URL Parser.
Why parse a URL
Long tracking links hide useful parts in the query string. Parsing shows protocol, host, path, hash, and each key/value without running the URL.
Steps
1) Open URL Parser. 2) Paste a full URL (include https://). 3) Click Run. 4) Copy the host, path, or query pairs you need. Percent-encoded values can be decoded separately with URL Decode.