# TariffMonkee Domain Intelligence

> TariffMonkee Domain Intelligence is a paid API for AI agents from tariffmonkee.com, paid per call via x402, $0.021/call, status unknown (last checked 2026-09-15).

Returns RDAP-based domain ownership and registration intelligence including registrar, registration age, privacy-proxy status, expiration date, nameservers, and detected mail provider.

## Facts

- Endpoint: GET https://tariffmonkee.com/paid/domain-intel
- Price: $0.021/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tariffmonkee-domain-intelligence-79649be2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a1pqPnKjpcA3pMT969VN6

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 tariffmonkee-domain-intelligence-79649be2
```

Example prompt: Can you look up the registration details for suspiciousdomain.com — I want to know the registrar, how old the domain is, whether it's using a privacy proxy, when it expires, and what mail provider it's running?

## When to prefer this

Use this endpoint when you need RDAP-based domain ownership and registration metadata — registrar, age, privacy-proxy status, expiration, nameservers, and mail provider. Prefer this over /sitegrade (which grades technical security config like HTTPS and headers) or /linkcheck (which checks URL-level reputation and redirect chains). This is the right call for fraud triage, vendor vetting, phishing investigation, or any workflow that needs to know who owns a domain and how it's configured at the registration layer.

## Known failure modes

- Domain not found or unregistered — RDAP returns no record
- RDAP registry timeout or unavailability for certain TLDs
- Invalid domain format provided — malformed input returns error
- Privacy proxy active — ownership details redacted by registrar
- TLD not supported by RDAP — some ccTLDs may lack coverage

## How this service works

Domain -> ownership and registration intelligence via RDAP. Returns registration age, registrar, privacy-proxy status, expiration date, nameservers, and detected mail provider. For technical configuration grading use /sitegrade; for URL-specific reputation use /linkcheck.

## Output

Returns structured RDAP-sourced data for the queried domain including: registrar name, domain registration age, registration and expiration dates, privacy-proxy detection flag, nameserver list, and detected mail provider (e.g. Google Workspace, Microsoft 365).

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tariffmonkee-domain-intelligence-79649be2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tariffmonkee.com](https://www.zero.xyz/host/tariffmonkee.com/llms.txt)
