# Agent Website Checker

> Agent Website Checker is a paid API for AI agents from agent-website-checker.paulo-ai-tools.workers.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-19).

Fetches and analyzes website metadata for technical, SEO, and AI-agent readiness signals from a given URL.

## Facts

- Endpoint: GET https://agent-website-checker.paulo-ai-tools.workers.dev/api/metadata
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-website-checker-77509737
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jjgT0miycUKIH5sy9EQnY

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 agent-website-checker-77509737
```

Example prompt: Can you check https://example.com and tell me its SEO metadata, technical signals, and whether it's ready for AI-agent workflows?

## When to prefer this

Choose this endpoint when you need fast, cheap ($0.005 USDC) single-URL website intelligence for SEO, technical, or AI-agent readiness checks without spinning up a full browser or crawler. Ideal for agent workflows that need to quickly assess a page's metadata before deciding how to interact with it, or for auditing x402-payment-enabled sites.

## Known failure modes

- URL is unreachable or returns non-200 status — endpoint may return an error or empty metadata
- Malformed or missing URL parameter — returns validation error
- Target site blocks crawlers via robots.txt or Cloudflare challenge — partial or no data returned
- Timeout if target site is slow to respond
- Dynamic/JavaScript-rendered content may not be captured since this is a lightweight fetch

## How this service works

Fast x402-payable website intelligence for technical, SEO and AI-agent readiness workflows.

## Output

Returns structured website intelligence including page title, meta description, canonical URL, Open Graph tags, structured data (JSON-LD), robots directives, sitemap presence, x402 payment readiness signals, and other technical and SEO indicators derived from the target URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-website-checker-77509737/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent-website-checker.paulo-ai-tools.workers.dev](https://www.zero.xyz/host/agent-website-checker.paulo-ai-tools.workers.dev/llms.txt)
