check_domain_availability
Check domain availability and pricing for multiple domains with various TLD suffixes. Choose between fast or full accuracy checks.
Instructions
Check domain availability and pricing for multiple domains with different TLD suffixes. Rate limited: 60 calls per minute.
Args: domains: List of domain names to check (e.g., ['example.com', 'example.org']) checkType: Optimize for time (FAST) or accuracy (FULL) base_name: Base domain name to check with multiple TLD suffixes (e.g., 'example') tld_suffixes: List of TLD suffixes to check (e.g., ['.com', '.org', '.net'])
Returns: Formatted string with domain availability results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domains | No | ||
| base_name | No | ||
| checkType | No | FAST | |
| tld_suffixes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |