# Money API - URL Analyzer (x402 Website Intelligence)

> Money API - URL Analyzer (x402 Website Intelligence) is a paid API for AI agents from elon.tail49499f.ts.net, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Analyzes a public URL and returns structured web intelligence including page title, link count, and HTTP status code.

## Facts

- Endpoint: POST https://elon.tail49499f.ts.net/analyze-url
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/money-api-url-analyzer-x402-website-intelligence-dc5a84e1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CIzy5AcCt49AJmSxAXVPe

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 money-api-url-analyzer-x402-website-intelligence-dc5a84e1 -d '<json body>'
```

Example prompt: Can you analyze the URL https://example.com and tell me its page title, how many links it has, and whether it's returning a 200 status?

## When to prefer this

Choose this endpoint when you need fast, lightweight metadata extraction from a public URL — specifically page title, link count, and HTTP status — without needing full HTML parsing or deep content analysis. Ideal for pre-outreach research, link auditing, uptime spot-checks, or quick SEO sanity checks. It operates on a pay-per-call x402 micropayment model, making it suitable for on-demand single-URL lookups rather than bulk crawling pipelines.

## Known failure modes

- URL is not publicly accessible or requires authentication — may return error or unexpected status code
- Invalid or malformed URL input — likely returns a validation error
- Timeout if the target server is slow to respond
- Non-HTML responses (e.g. PDFs, APIs) may return incomplete or null title/link data
- HTTP 4xx or 5xx from target server returned as-is in status_code field

## How this service works

Curated x402 website intelligence API for autonomous AI agents. 24 high-value paid tools covering web content, company research, ecommerce product intelligence, SEO, security and domain trust.

## Output

Returns a JSON object with the page title (string), number of links found on the page (integer), and the HTTP status code returned by the URL. Example: {"title": "Example Domain", "links_found": 1, "status_code": 200}.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public HTTP or HTTPS URL to analyze"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "title": "Example Domain",
  "links_found": 1,
  "status_code": 200
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/money-api-url-analyzer-x402-website-intelligence-dc5a84e1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from elon.tail49499f.ts.net](https://www.zero.xyz/host/elon.tail49499f.ts.net/llms.txt)
