# srch.best Domain Data Lookup

> srch.best Domain Data Lookup is a paid API for AI agents from x402.srch.best, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns structured domain data for a given hostname, paid per-request via x402 micropayments

## Facts

- Endpoint: POST https://x402.srch.best/domain
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/srch-best-domain-data-lookup-362340e1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_q4WWlzSDjIz-yfy5HV3h1

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 srch-best-domain-data-lookup-362340e1 -d '<json body>'
```

Example prompt: Can you pull up the structured domain data for stripe.com — I want to know registration details, DNS info, and any other metadata available?

## When to prefer this

Choose this endpoint when you need structured, machine-readable domain metadata for a specific hostname as part of an agentic workflow — especially for vendor due diligence, phishing detection, competitive intelligence, or enriching business records with domain provenance. It is particularly well-suited for pay-per-use agentic pipelines using x402 micropayments, making it cost-effective for infrequent or on-demand lookups rather than bulk batch processing.

## Known failure modes

- Invalid or malformed hostname returns a 400 error
- Domain not found or no data available returns empty or null result
- Insufficient payment or x402 payment failure blocks the request
- Rate limiting if too many requests are made in a short period
- Private/redacted WHOIS records may result in partial data

## How this service works

Structured domain data for agents, paid per request with x402 v2

## Output

A structured JSON object containing domain metadata for the queried hostname, potentially including registration dates, registrar information, DNS records, WHOIS data, nameservers, and other domain attributes relevant for enrichment or verification purposes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "format": "hostname"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/srch-best-domain-data-lookup-362340e1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.srch.best](https://www.zero.xyz/host/x402.srch.best/llms.txt)
