# OnchainExpat x402 Website Report API

> OnchainExpat x402 Website Report API is a paid API for AI agents from x402.onchainexpat.com, paid per call via x402, $1/call, status unknown (last checked 2026-09-13).

Generates a comprehensive research report for a given website URL, including trust analysis and domain intelligence

## Facts

- Endpoint: POST https://x402.onchainexpat.com/api/x402-research/website-report
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onchainexpat-x402-website-report-api-ea4e6f03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k_OLxg7NG6VLwS5ZVJlLb

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 onchainexpat-x402-website-report-api-ea4e6f03 -d '<json body>'
```

Example prompt: Can you run a full website research report on openai.com — I want to know if it's trustworthy, check its WHOIS info, SSL status, and any security red flags?

## When to prefer this

Use this endpoint when you need a comprehensive, pay-per-request website intelligence report combining WHOIS, SSL, trust scoring, and security pattern analysis in one call — especially useful for fraud detection, vendor vetting, or researching unfamiliar domains without setting up multiple separate data providers.

## Known failure modes

- Invalid or malformed URL returns an error
- Unreachable or non-existent domain may return partial data or error
- Payment not fulfilled via x402 protocol results in 402 Payment Required
- Rate limiting or quota exceeded returns error response
- Timeout on WHOIS or SSL lookups for slow domains

## How this service works

Pay-per-request AI, crypto, proxy, and utility APIs using x402 protocol

## Output

A JSON report containing comprehensive website analysis including trust score, WHOIS registration data, SSL certificate details, domain pattern analysis, and security risk indicators for the submitted URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "Website URL or domain (e.g. 'example.com')"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object",
   "description": "Competitive intelligence report with tech stack, content analysis, and market positioning"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchainexpat-x402-website-report-api-ea4e6f03/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.onchainexpat.com](https://www.zero.xyz/host/x402.onchainexpat.com/llms.txt)
