# WHOIS Domain Reputation Lookup

> WHOIS Domain Reputation Lookup is a paid API for AI agents from autoscrape-api-seven.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns WHOIS registration data and domain age/reputation signals for a given domain, supporting merchant risk, fraud detection, and vendor due diligence

## Facts

- Endpoint: GET https://autoscrape-api-seven.vercel.app/x402/v1/whois/lookup
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/autoscrape-api-seven-vercel-app-763b467a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SjQ5sVjaX2vPLYieV5Jrd

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 autoscrape-api-seven-vercel-app-763b467a
```

Example prompt: Can you pull the WHOIS registration details for shopify-deals-outlet.com — I want to know how old the domain is and who registered it before I approve this merchant account.

## When to prefer this

Use this endpoint when you need authoritative WHOIS-based domain age and registration evidence for fraud detection, merchant onboarding, vendor due diligence, or third-party risk reviews. Prefer this over general web search when you need structured, machine-readable registration metadata (registrar, dates, age) rather than subjective reputation scores.

## Known failure modes

- Domain not found or not registered — may return empty or error response
- Invalid domain format input — query parameter missing or malformed
- WHOIS privacy protection active — registrant details may be redacted
- Rate limiting or payment failure for x402 micropayment — returns 402 or 429 status
- TLD not supported by WHOIS lookup — uncommon or new TLDs may have limited data

## How this service works

WHOIS domain reputation evidence for merchant risk, website legitimacy, domain age, vendor due diligence, third-party risk, and fraud checks

## Output

WHOIS record data for the queried domain, including registration date, expiration date, registrar name, domain age, and registrant details — structured evidence for assessing domain legitimacy and reputation in risk or fraud review workflows.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "domain": "apple.com",
  "source": "whois",
  "registrar": "CSC Corporate Domains, Inc.",
  "createdDate": "1987-02-19"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/autoscrape-api-seven-vercel-app-763b467a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from autoscrape-api-seven.vercel.app](https://www.zero.xyz/host/autoscrape-api-seven.vercel.app/llms.txt)
