Skip to main content

Domain Search is now available through the Vercel CLI

By Steven Van ·

Vercel CLI's new `domains search` command checks availability and pricing across all supported TLDs, with filtering, sorting and JSON output.

The Vercel CLI can now search domains directly. Running vercel domains search with a name returns availability and price for every TLD Vercel supports, alongside purchase and renewal costs.

  • Filter results to specific TLDs, for example --tld com --tld ai
  • Sort results, such as --order alphabetical
  • Show only available domains with --available
  • Output as JSON with --format json

Results are paginated, with a --next flag to continue through further pages. The feature requires Vercel CLI version 54.10.1 or later.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read Domain Search is now available through the Vercel CLI on Creators Toolbox