Domain Parser

Parse domain names and extract their components including subdomain, second-level domain, and top-level domain (TLD). Identify the registrable domain and public suffix for any URL.

Enter a domain name or full URL to parse its parts

Enter a domain name to parse its components

FAQ

What are the parts of a domain name?

A domain consists of: subdomain (www, api), second-level domain (example), and top-level domain or TLD (.com, .org). Together they form the full domain like www.example.com.

What is a public suffix?

A public suffix is a domain under which Internet users can register names. Examples include .com, .co.uk, and .github.io. The registrable domain is directly under the public suffix.

Why is domain parsing useful?

Domain parsing helps with cookie scoping, security policies, URL normalization, analytics, and understanding the structure of web addresses for categorization or filtering.

Related Tools