Domain Name Generator avatar

Domain Name Generator

Pricing

from $0.01 / 1,000 domain generations

Go to Apify Store
Domain Name Generator

Domain Name Generator

Domain Name Generator is a fast, flexible actor for generating domain name ideas. It combines themed keywords, abstract concepts, and linguistic patterns to produce names, with support for custom prefixes, suffixes, length limits, and TLDs-optimized for speed and large-scale idea generation.

Pricing

from $0.01 / 1,000 domain generations

Rating

0.0

(0)

Developer

Datavault

Datavault

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Categories

Share

A high-performance domain name generator for Apify. This actor generates creative domain names by combining words from various themes, concepts, and linguistic patterns.

Note: This actor only generates name ideas. It does not check for domain name availability or registration status.

Features

  • Thematic Generation: Choose from dozens of themes like AI, Finance, Food, and more.
  • Concept-Based: Combine abstract concepts like Innovation, Growth, or Mysticism.
  • Linguistic Patterns: Utilize common prefixes, suffixes, and linguistic structures.
  • Customizable: Add your own mandatory prefixes or suffixes to all results.
  • Fast & Lightweight: Built for maximum speed and minimal resource usage.

Input Parameters

  • count: (Integer) Number of domain names to generate.
  • categories: (Array) List of categories to pull words from (e.g., Themes:Artificial Intelligence).
  • prefix: (String) Optional prefix to add to all generated names.
  • suffix: (String) Optional suffix to add to all generated names.
  • tld: (String) The top-level domain (e.g., com, io, ai).
  • minLength: (Integer) Minimum length of the name.
  • maxLength: (Integer) Maximum length of the name.
  • combinationMode: (String) random or ordered.

Output

The actor outputs a dataset where each item represents a generated domain:

  • name: The generated domain name (without TLD).
  • tld: The top-level domain used.
  • fullName: The complete domain name (e.g., example.com).
  • components: The individual words used to build the name.

Sample Input

{
"count": 10,
"categories": [
"Themes:Artificial Intelligence",
"Concepts:Innovation"
],
"prefix": "go",
"tld": "ai"
}