ICANN Accredited Registrar Since 2006

Buy and Register Your .NAME Domain Today

Check .NAME domain availability, register a personal .NAME domain, search personal brand names in bulk, or transfer your existing .NAME domains to NiceNIC. Built for professionals, creators, families, consultants, portfolio owners, and resellers.

.name
Market $20.99 $13.99 first year
Basic $12.99 7% off
Super $12.39 11% off
VIP $11.99 14% off

Need lower .NAME pricing? Upgrade account level for bulk registration and reseller pricing.

Why choose NiceNIC for .NAME

A personal-name domain should be memorable, professional, and easy to keep long term.

.NAME is designed around identity: personal websites, professional profiles, family names, resumes, and creator pages. NiceNIC supports registration, transfer, renewal, WHOIS privacy where available, bulk search, reseller API use, and account support.

💰

Crypto Payment Support

Add funds and pay for domain services using supported crypto options such as USDT, BTC, ETH, and LTC. Automated crypto deposit recording helps account balances update quickly after successful confirmation, with no extra NiceNIC processing fee for automated deposits.

👥

Real Human Support

NiceNIC provides real human support, not only scripted replies. Our team can review your domain needs, explain practical options, and give account-level, transfer, bulk registration, and reseller suggestions to help your domain business grow.

🛡️

Fair Abuse Review Process

NiceNIC does not take arbitrary action against domains. Abuse reports are reviewed based on available evidence, policies, and registry requirements, with domain owners guided to review, fix, or explain reported issues where appropriate.

🌐

2,500+ Domain Extensions

Manage .NAME together with 2,500+ domain extensions from one NiceNIC account, including country-code, generic, and new domain extensions. This helps businesses, investors, and resellers build global domain coverage more efficiently.

🗺️

47+ Website Languages

NiceNIC supports 47+ website languages, creating a multilingual registrar experience for international users and teams. This makes domain registration, renewal, transfer, account management, and support easier across different markets.

🔗

Reseller API for Domain Services

For hosting providers, agencies, platforms, and domain resellers, NiceNIC supports reseller API access for domain registration, renewal, transfer, DNS, account-level pricing, and custom nameserver services.

.NAME Market Intelligence · Q1 2026

.NAME remains a focused namespace for personal identity online.

The latest public count snapshot shows .NAME with 92.7K registrations. This section explains .NAME market scale, registration context, selected public sales handling, and simple name-selection tips for buyers who want to register, transfer, or manage .NAME domains.

📊 .NAME registrations 92.7K

Latest public DomainTools TLD count snapshot.

👑 Share of all TLDs 0.024%

.NAME share of 392.5M total domain registrations.

🌐 Total TLD market 392.5M

Total domain registrations across all TLDs in Q1 2026.

Q1 2026 TLD Market Distribution

This chart compares .NAME with major domain categories using Q1 2026 domain-name-base data. It gives buyers a clear view of how .NAME fits within the wider TLD market.

.NAME92.7K
ccTLDs146.3M
New gTLDs49.6M
Other Established TLDs196.6M
Source note: DNIB Q1 2026 market figures. Values are rounded and visually scaled for customer education; Other Established TLDs are grouped together to keep this .NAME section focused.

Why .NAME still fits personal-domain decisions

Unlike broad business or tech extensions, .NAME directly suggests a person, family, creator, profile, or identity-focused project.

Direct personal identity signal

A .NAME address immediately tells visitors that the domain is connected to a person, family name, or professional identity.

Useful for resumes and portfolios

Professionals can use .NAME for CV pages, bio links, writing archives, consulting profiles, or personal email routing.

Good for long-term name protection

Individuals and families can compare first-name, surname, initials, and nickname combinations before choosing one stable address.

.NAME Registration Count Snapshot Through 2026

Selected public count snapshots compare .NAME with related personal, profile, and identity-friendly namespaces through 2026.

.ME
1.1M
.NAME
92.7K
.BIO
66.6K
.PAGE
36.8K
.FAMILY
35.4K
Source note: Selected DomainTools public TLD count snapshots are rounded; bar lengths are visually normalized for readability.

Public Premium .NAME Domain Sales Examples

Selected public .NAME completed-sale records show limited but verifiable aftermarket activity for personal, descriptive, and profile-friendly names in the .NAME namespace.

Posters.name
$901
PersonalInjury.name
$395
Source note: DNJournal public domain sales reports list Posters.name as a �?00 Sedo sale, reported as $901, and PersonalInjury.name as a $395 reported sale. Sale amounts are public reported completed-sale values; bar lengths are visually normalized for customer readability.
Choose the right .NAME service

Different buyers need different .NAME services.

Personal domains are often long-term assets, so search carefully, protect obvious variants, and keep transfer/renewal control clear.

For first-time .NAME buyers

Register a clear name and keep future renewal control in one account.

  • Check .NAME availability
  • Review price and eligibility notes
  • Set DNS after registration

For portfolio owners

Compare multiple names before committing budget to a larger registration list.

  • Bulk search name ideas
  • Plan renewals and transfers
  • Manage domains centrally

For agencies and hosting providers

Offer clients a domain workflow that fits website, DNS, SSL, and email setup.

  • Register client names
  • Transfer existing domains
  • Connect reseller/API workflows

For campaigns and product teams

Use a focused web address for landing pages, redirects, or product-specific projects.

  • Launch campaign domains
  • Protect matching names
  • Coordinate DNS and ownership
Domain transfer

Move .NAME domains to a registrar built for safe domain management.

If you already own .NAME domains elsewhere, transfer decisions should not be based only on one renewal invoice. Check transfer eligibility, ownership access, billing reliability, support response time, API needs, and long-term domain management.

1 Unlock the domainConfirm the domain is not transfer-locked at the current registrar.
2 Get the Auth Code / EPP codeRequest the authorization code from the current registrar before starting the transfer.
3 Submit the transfer through NiceNICStart the transfer, complete payment, and monitor transfer approval status.
Bulk domain registration

Search and register multiple .NAME domains.

Paste multiple .NAME names, remove duplicates, review the count, and continue to bulk registration. This is useful for domain investors, brand teams, agencies, hosting providers, and resellers.

Enter domains or brand keywords

Enter one name per line, with or without .NAME. The tool removes duplicates and prepares a clean list for bulk registration.

Reseller API

Add domain registration to your own platform.

If your business sells hosting, websites, SaaS, agency services, or brand protection packages, NiceNIC reseller APIs can support domain registration, renewal, transfer, DNS, and account management.

Automated registration: create domain orders from your own platform.
Renewal operations: reduce manual follow-up and missed renewal risk.
Custom name servers: support branded hosting and DNS operations.
Wholesale structure: build margin with a registrar relationship designed for recurring operations.
# NiceNIC API v2 endpoint
# Applies to supported domain extensions, including .com, .net, .org, ccTLDs, and new gTLDs
https://api.nicenic.net/v2/

# Required headers
Authorization: username:api_secret
Content-Type: application/json

# Check domain availability across multiple extensions
curl "https://api.nicenic.net/v2/?category=domain&action=check&domains=example.com,example.net,mybrand.org" \
  -H "Authorization: username:api_secret" \
  -H "Content-Type: application/json"

# Get registration / renewal / transfer pricing for any supported extension
curl "https://api.nicenic.net/v2/?category=domain&action=get_price&domain=example.com&type=register&year=1" \
  -H "Authorization: username:api_secret" \
  -H "Content-Type: application/json"

# Change the domain value to query another TLD:
# example.com, example.net, example.org, example.ai, example.co

# Standard response format
{
  "code": 0,
  "msg": "success",
  "data": {}
}

Questions before you register or transfer a .NAME?

Short answers for buyers who need to confirm availability, registration rules, bulk search, transfer steps, payment, or reseller/API support before continuing.

Who should register a .NAME domain?

.NAME is a strong fit for individuals, families, creators, consultants, authors, speakers, and professionals who want a domain centered on personal identity rather than a company or product category.

Is .NAME only for legal names?

IANA describes .NAME as a restricted generic TLD, while public registrar TLD information does not list a broad document requirement for standard registrations. Customers should still register accurate names and follow registry and registrar policy.

Can I use .NAME for a resume or portfolio?

Yes. A .NAME domain can work well for an online resume, biography, portfolio, contact page, personal blog, or profile hub that you want to keep under your own control.

Does .NAME include email-forwarding style use cases?

Some .NAME registry information has historically supported personal identity and email-forwarding style services. Availability and setup depend on current registrar/registry support, so check the service options in your NiceNIC account.

What .NAME combinations should I search?

Try first-last, last-first, initials, nickname, profession + name, or family-name combinations. If the exact version is taken, compare separators, shorter initials, or related personal-brand phrases.

Can I transfer my .NAME domain to NiceNIC?

Yes. Unlock the domain, obtain the authorization code, confirm the domain is not blocked by transfer timing rules, and submit it through NiceNIC domain transfer.

Does .NAME support DNSSEC, IDN, and WHOIS privacy?

Public TLD information lists DNSSEC, IDN, and WHOIS privacy support for .NAME. Final feature availability can depend on registry policy, registrar setup, and account configuration.

Can I bulk search .NAME domains for a family or client list?

Yes. Use bulk domain search to compare multiple personal-name variations, family names, or client profile names before registering.

Can agencies automate .NAME registrations?

Yes. Agencies and platforms that create personal sites or portfolio pages can use the NiceNIC reseller API for supported registration, renewal, transfer, and management workflows.

Secure the .NAME name before someone else does.

Register a new .NAME, transfer an existing domain, or upgrade your account level for bulk registration and reseller API use.

Copyright © 2006-2026 NICENIC INTERNATIONAL GROUP CO., LIMITED All Rights Reserved