# agent.connskill.com WHOIS Lookup

> agent.connskill.com WHOIS Lookup is a paid API for AI agents from agent.connskill.com, paid per call via x402, $0.4/call, status unknown (last checked 2026-09-16).

Returns WHOIS registration data for a single domain, including registration/expiry dates, registrar, status codes, and SEO metrics.

## Facts

- Endpoint: POST https://agent.connskill.com/v1/whois
- Price: $0.4/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-connskill-com-whois-lookup-41d9fc0f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M_7a-D1Af7jESCi_8rc1H

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 agent-connskill-com-whois-lookup-41d9fc0f -d '<json body>'
```

Example prompt: Can you pull the full WHOIS record for shopify.com — I want to see who registered it, when it expires, and what the current status codes are?

## When to prefer this

Use this endpoint when you need structured WHOIS data for a single domain, including both registration metadata and SEO metrics in one call. It is particularly useful compared to raw WHOIS lookups because it also bundles SEO signals, and it operates on a per-domain basis suitable for agent workflows that process domains one at a time.

## Known failure modes

- Domain not found or unregistered — returns empty or null record
- Invalid domain format — returns validation error
- WHOIS data unavailable for certain TLDs — partial or missing fields
- Rate limiting if many calls are made in rapid succession
- Network timeout if the upstream WHOIS registry is slow

## How this service works

Whois record for one domain: registration/expiry dates, registrar, status codes plus SEO metrics

## Output

A structured WHOIS record for the queried domain, including registration date, expiry date, registrar name, domain status codes, and additional SEO metrics associated with the domain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "domain"
 ],
 "properties": {
  "domain": {
   "type": "string",
   "description": "Domain, e.g. example.com"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "Whois record for one domain: registration/expiry dates, registrar, status codes plus SEO metrics"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-connskill-com-whois-lookup-41d9fc0f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent.connskill.com](https://www.zero.xyz/host/agent.connskill.com/llms.txt)
