Web y SEO
URL Parser
Break a URL into protocol, host, path, and query parts.
Protocolo
Host
Ruta
Origen
Hash
Parámetros de consulta
Por qué usar esta herramienta
03Inspect URL structure quickly with parsed components and query summary.
URL Parser helps debug links and request targets.
It extracts core URL parts and query entries.
Cómo usarla
02Revisiones rápidas antes de copiar
03Confirm the input is the format you intended.
Scan the result before using it in a document, URL, config, or message.
Copy only the output you need.
Preguntas frecuentes
03
Does it support relative URLs?
It expects absolute URLs with protocol for best results.
Does it decode percent-encoded values?
Yes. Query parameter values are shown in their decoded form alongside the raw encoded form.
What if the URL includes a hash fragment?
The hash fragment is extracted and displayed as a separate parsed field.
Herramientas relacionadas
03Query String Builder→
Build and parse URL query parameters.
URL Encoder / Decoder→
Encode and decode URL-safe text values.
Slug Generator→
Turn a phrase into a clean URL slug.