URL / Query Tools
Parse URLs, extract and manipulate query parameters, clean tracking parameters, and compare URLs side by side.
?Query Params Parser
Parse a query string into a key-value table with decoded values.
XURL Cleaner
Strip tracking parameters from URLs to get clean, shareable links.
<->URL Compare
Compare two URLs side by side and highlight component-level differences.
/URL Parser
Break down a URL into its individual components using the browser URL API.
FAQ
- What does the URL parser show?
- The URL Parser breaks a URL into its components: protocol, host, port, pathname, query parameters, hash fragment, and displays them in a structured format.
- What tracking parameters does the URL cleaner remove?
- It removes common tracking parameters like utm_source, utm_medium, utm_campaign, fbclid, gclid, and other analytics-related query params.