# The Stall — Domain WHOIS Lookup

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

Performs a WHOIS lookup for a given domain name, returning registration and ownership metadata

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/domain-whois
- Price: $0.006/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-domain-whois-lookup-d5f953b8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_o2LTMQLKw8yf4ZekcA88O

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-whois-lookup-d5f953b8
```

Example prompt: Can you look up the WHOIS registration details for openai.com — I want to know who registered it, when it expires, and who the registrar is?

## When to prefer this

Use this endpoint when you need domain registration metadata (registrar, dates, nameservers, registrant) for a specific domain and want a pay-per-call approach with no API key setup. Prefer this over self-hosted WHOIS tools when operating in an agent context with x402 micropayment support on Base mainnet.

## Known failure modes

- Domain not found or unregistered — empty or error response
- Invalid domain format — query rejected
- WHOIS data redacted by privacy protection services — partial response
- Rate limiting or payment failure — 402 or 429 response
- TLD not supported by WHOIS service — no data returned

## How this service works

Domain WHOIS/RDAP lookup. Returns registration date, expiration date, last updated, registrar, nameservers, status flags, and registrant/admin contact info (where available). Uses RDAP — the structured JSON replacement for WHOIS. Useful for domain due diligence, expiry monitoring, and identifying registrar/owner changes.

## Output

WHOIS record data for the queried domain, likely including registrar name, registration and expiration dates, nameservers, registrant contact details (where publicly available), and domain status flags.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "domain": "google.com"
  }
 }
}
```

## 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-whois-lookup-d5f953b8/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)
