# cloudPulsePoint Domain WHOIS Expiry Checker

> cloudPulsePoint Domain WHOIS Expiry Checker is a paid API for AI agents from x402.cloudpulsepoint.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Looks up a domain's registration expiry date via WHOIS and returns the expiry date and days remaining until it lapses.

## Facts

- Endpoint: POST https://x402.cloudpulsepoint.com/agent/check/domain
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cloudpulsepoint-domain-whois-expiry-checker-167d101e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BAge3C7PR7_twdRFK_sVV

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 cloudpulsepoint-domain-whois-expiry-checker-167d101e -d '<json body>'
```

Example prompt: Check when the domain registration for https://mybusiness.com expires and tell me how many days I have left before it lapses.

## When to prefer this

Use this endpoint when you specifically need domain registration expiry data from WHOIS — particularly when monitoring renewal deadlines, auditing a portfolio of domains, or setting up alerts before a domain lapses. Prefer this over the combined health-check endpoint when you only need expiry information and want to minimize cost. Choose this over manual WHOIS lookups when automating domain lifecycle monitoring at scale.

## Known failure modes

- Domain not found in WHOIS (unregistered or private registry) — returns error with no expiry data
- Private or loopback URL submitted — rejected with HTTP 400 before payment is charged
- WHOIS rate limiting or registry unavailability causes lookup failure
- Domain uses a registrar with restricted WHOIS access (e.g. privacy-protected), limiting expiry data
- Malformed or non-public URL input returns HTTP 400 validation error

## How this service works

Look up the domain's registration expiry via WHOIS and report the expiry date and days remaining. Use to catch domains about to lapse before they drop and take DNS/email/site down with them.

## Output

Returns the domain's WHOIS-sourced registration expiry date and the number of days remaining until that date, enabling proactive renewal before the domain lapses and causes DNS, email, or site outages.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Full http(s) URL of the site to check, e.g. \"https://example.com\". Must resolve to a public address — private, loopback, link-local, and cloud-metadata targets are rejected with HTTP 400 before any payment."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cloudpulsepoint-domain-whois-expiry-checker-167d101e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.cloudpulsepoint.com](https://www.zero.xyz/host/x402.cloudpulsepoint.com/llms.txt)
