bulkDomainSuggestions
Generate domain name suggestions for one or more keywords across a chosen set of TLDs. Returns suggestions grouped by originating keyword.
USAGE PATTERN: This is typically called AFTER listCategorizedTlds. The standard flow is: 1. listCategorizedTlds → pick 3-6 TLDs based on the user's project 2. bulkDomainSuggestions → find specific available names on those TLDs
REQUIRED: keywords: 1-10 keywords describing the project. tlds: 1-6 TLDs (hard cap). Pass the TLDs chosen from listCategorizedTlds. Do not include the leading dot (use "tech" not ".tech").
OPTIONAL: lang: language code, default "eng". maxResults: max suggestions per keyword, default 20.
Returns: groups: [ { keyword: "voice", suggestions: [...] }, { keyword: "biomarker", suggestions: [...] } ] requestedTlds: echo of the TLDs passed in. returnedTlds: TLDs that actually had suggestions (may be a subset).
Note: availability per suggestion may be "available", "taken", or "unknown". For "unknown" results, follow up with checkDomainAvailability on specific names the user is interested in. Suggestions on premium-tier TLDs may have premium pricing — confirm with checkDomainAvailability before recommending to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | ||
| tlds | Yes | ||
| keywords | Yes | ||
| maxResults | No |