Bulk Domain Availability Check
domain_bulk_check_availabilityCheck availability of up to 100 domain names in a single request. Returns availability status for each domain using DNS or WHOIS lookup.
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 |
|---|---|---|---|
| source | No | Data source for the availability check: 'dns' (faster) or 'whois' (more accurate). Defaults to 'dns'. | dns |
| domain_names | Yes | List of domain names to check availability for (max 100). Example: ["example.com", "mybrand.io"] |