Domain Name Generator and Recommendations API
Pricing
$0.20 / 1,000 domain recommendations
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
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
availablestatus 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
OUTPUTkey.
📥 Input Parameters
| Field | Type | Description | Prefill Example |
|---|---|---|---|
| Search Query | string | The 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.0002per event). - Pay as You Go: If validation fails due to network/gateway issues, no billing charges occur.