URL Parser & Builder

Parse URL parts, manage query parameters, and rebuild shareable URLs.

Query Parameters

How to use

  1. Paste a URL and click Parse URL to split it into protocol, host, path, and query fields.
  2. Edit query parameter rows or add new key/value pairs for your target link.
  3. Click Build URL to generate the final link and copy it for sharing.

FAQ

Can I input URLs without protocol?

Yes. Host-only input is parsed with an https fallback so you can edit quickly.

How are duplicate query keys handled?

Duplicate keys are preserved in insertion order when building output URLs.