# The Stall — Domain Availability Checker

> The Stall — Domain Availability Checker is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.034/call, status unknown (last checked 2026-09-14).

Checks whether a domain name is available across multiple TLDs simultaneously, returning availability status for each.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/domain-availability
- Price: $0.034/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-domain-availability-checker-12ffced2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SuIDA_2oHghXt9Yic5gRg

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability the-stall-domain-availability-checker-12ffced2
```

Example prompt: Can you check if 'luminara' is available to register across .com, .io, .ai, and .app?

## When to prefer this

Use this endpoint when you need to check domain name availability across multiple TLDs in a single call without needing an account or API key — ideal for startup naming workflows, brand research, or quick availability sweeps paid per-use via USDC on Base.

## Known failure modes

- Invalid or empty domain name returns an error
- Too many TLDs requested (max 10) triggers validation failure
- Network or upstream WHOIS lookup timeout
- Non-string or malformed TLD values rejected
- Payment failure via x402 results in 402 response before any data is returned

## How this service works

Check domain name availability across multiple TLDs (com, net, org, io, ai, co, app, dev by default). Returns per-TLD availability status, registrar, and expiry for registered domains. Uses RDAP — authoritative registry data, no API key. Ideal for brand research, startup naming, and domain portfolio work.

## Output

A map of TLD variants (e.g. luminara.com, luminara.io) each marked as available or taken, allowing the user to see at a glance which extensions they can register.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "name": "luminara",
   "tlds": [
    "com",
    "io",
    "ai",
    "app"
   ]
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-domain-availability-checker-12ffced2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
