# Money API - SEO Website Intelligence

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

Analyzes a public URL and returns SEO-relevant on-page metadata such as page title and heading structure

## Facts

- Endpoint: POST https://elon.tail49499f.ts.net/seo
- Price: $0.01/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-seo-website-intelligence-9a6d91b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KrU91YH4Mrc1Nw7W_8IVG

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-seo-website-intelligence-9a6d91b4 -d '<json body>'
```

Example prompt: Can you pull the SEO metadata for https://example.com — I want to see the page title and how many H1 headings it has?

## When to prefer this

Choose this endpoint when you need lightweight, fast SEO on-page metadata extraction (title, headings) from a public URL for $0.01 per call. Prefer it over full crawl pipelines when you only need structured on-page signals rather than full-page content or link graphs.

## Known failure modes

- Invalid or non-public URL returns an error
- Paywalled or login-required pages may return incomplete data
- Pages with JavaScript-only rendering may yield limited metadata
- Payment failure (402) if USDC balance is insufficient
- Timeout if the target URL is slow or unresponsive

## 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

A JSON object containing on-page SEO signals extracted from the given URL, including the page title and H1 heading count, with potential for additional metadata fields depending on the full response schema.

## 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",
  "h1_count": 1
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/money-api-seo-website-intelligence-9a6d91b4/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)
