ToolHub
เปิดเครื่องมือ

ตัวแยกวิเคราะห์ URL

Parse URLs into protocol, host, path and query parts

เครื่องมือสำหรับนักพัฒนา

เกี่ยวกับเครื่องมือนี้

URL Parser is an online tool that breaks down any URL into its component parts — protocol, host, domain, port, path, query string, and hash. It also displays all query parameters in a clear key-value table, with auto-protocol completion and real-time parsing as you type.

คุณสมบัติหลัก

แสดงตัวอย่างอย่างรวดเร็ว

กรณีการใช้งาน

url

คำถามที่พบบ่อย

What is the URL Parser?

The URL Parser is a browser-based tool that breaks down any URL into its individual components — protocol, host, domain, port, path, query string, and hash. It also extracts query parameters into a readable key-value table.

What does the auto-complete protocol option do?

When enabled, the auto-complete protocol option automatically adds "https://" to URLs that don't start with "http://" or "https://". This lets you quickly parse URLs like "example.com/path" without manually typing the protocol.

พารามิเตอร์คิวรีแสดงอย่างไร?

Query parameters are extracted from the URL's query string and displayed in a clear table format with two columns — Parameter and Value. Each key-value pair from the URL appears on its own row for easy reading.

Does the tool parse URLs in real time?

Yes, the URL Parser updates the results automatically as you type. Every change to the input field triggers an immediate re-parse, so you can see the breakdown update in real time without clicking any button.

What happens when I enter an invalid URL?

If the entered text cannot be parsed as a valid URL, the tool displays an error message indicating the URL format is invalid. The results area is cleared so you can correct the input and try again.