Domain Name Generator and Recommendations API avatar

Domain Name Generator and Recommendations API

Pricing

$0.20 / 1,000 domain recommendations

Go to Apify Store
Domain Name Generator and Recommendations API

Domain Name Generator and Recommendations API

Generate domain name recommendations and semantic TLD variations from any search query using the Wix serverless engine.

Pricing

$0.20 / 1,000 domain recommendations

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

🔗 Domain Recommendations from Query API Actor

Generate high-quality domain name suggestions and recommendations from any search query or keyword using Wix's serverless domain suggestion engine.

This Actor integrates with a high-performance Cloudflare Worker edge reverse-proxy to generate rich list variations of matching semantic domain names.


🌟 Key Features

  • Semantic Suggestions: Generates domain names matching the intent of your base search keyword.
  • Constant Quota: Returns exactly 20 domain name suggestions.
  • Availability Auditing: Returns a boolean available status for each recommendation.
  • Clean Tabular Output: Pushes each recommendation as an individual record in the dataset, making it easy to download as CSV/Excel.
  • Deep Auditing: Saves the full raw response payload to the default Key-Value Store under the OUTPUT key.

📥 Input Parameters

FieldTypeDescriptionPrefill Example
Search QuerystringThe base keyword or text query to generate domain suggestions for.course

Input JSON Example

{
"query": "course"
}

📤 Output Data Structure

The dataset outputs a cleaned, structured view of individual recommended domains:

Output JSON Example

[
{
"success": true,
"query": "course",
"recommendation": "courseonline.net",
"name": "courseonline",
"tld": "net",
"available": true
},
{
"success": true,
"query": "course",
"recommendation": "courses.com",
"name": "courses",
"tld": "com",
"available": false
}
]

💳 Monetization & Cost

This Actor utilizes the Pay-Per-Event (PPE) pricing model on the Apify Store:

  • Base Pricing: Only $0.20 per 1,000 successful lookups ($0.0002 per event).
  • Pay as You Go: If validation fails due to network/gateway issues, no billing charges occur.