URL Parser

Parse URL strings into protocol, host, path, query parameter, and hash components.

⌘ Runs in browser ◴ No data stored ⌁ Free

URL Parser Workspace

URL input
URL analysis
URL components and query parameters appear here.

How to use

  1. 1 Enter the URL or shared link you want to inspect. If the protocol is missing, https:// is assumed temporarily.
  2. 2 Run Parse URL.
  3. 3 Review the protocol, host, path, and query parameters.
  4. 4 Open the raw JSON view and copy it if needed.

Common use cases

  • Review shared-link query parameter lists
  • Separate URL host and path
  • Copy parsed results as JSON

Frequently asked questions

What URLs can I parse?

You can enter a full URL or shared link with a protocol. If you omit the protocol, the tool temporarily adds https:// before separating the protocol, host, port, path, query parameters, and hash.

How are query parameters shown?

Query keys and values are shown in a table, and repeated keys are represented as arrays in the JSON result.

Can I copy the parsed result as JSON?

Yes. The raw JSON result appears in the result area and can be copied with the copy button.

Related workflow