Bulk Domain Availability Check
domain_bulk_check_availabilityCheck availability of up to 100 domain names in a single request. Returns whether each domain is available and the status of the check.
Instructions
Check domain name availability for up to 100 domains at once. Returns a 'bulk_domain_availability_response' array one result per input domain. Each result includes 'domain', 'domainAvailability' (true/false), and 'status' (true if the check succeeded). Always verify 'status' before trusting 'domainAvailability'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain_names | Yes | List of domain names to check availability for (max 100). Example: ["example.com", "mybrand.io"] | |
| source | No | Data source for the availability check: 'dns' (faster) or 'whois' (more accurate). Defaults to 'dns'. | dns |