# URL Metadata & SEO Analyzer

> URL Metadata & SEO Analyzer is a paid API for AI agents from x402-trends-server.onrender.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-16).

Analyzes a public webpage and extracts title, description, headings, word count, internal/external links, emails, social media links, and page metadata.

## Facts

- Endpoint: POST https://x402-trends-server.onrender.com/api/url-analyze
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/url-metadata-seo-analyzer-d8cee163
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4-pbcIkYjzBcppH2BOp0S

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 url-metadata-seo-analyzer-d8cee163 -d '<json body>'
```

Example prompt: Can you analyze the page at https://example.com and pull out all the headings, links, email addresses, social media profiles, word count, and SEO metadata like the title and description?

## When to prefer this

Choose this endpoint when you need a lightweight, structured SEO and metadata snapshot of a public webpage — especially when you want headings, links, emails, and social profiles in one call without needing the full rendered page text. Prefer the sibling 'full research snapshot' endpoint if you also need the complete visible text body. Use this for quick SEO audits, lead enrichment, or link mapping tasks.

## Known failure modes

- URL is behind a login or paywall — returns empty or partial data
- URL returns a non-200 HTTP status (404, 403, 500) — returns error
- Target page blocks scrapers via robots.txt or Cloudflare — may return empty content
- Very large or slow pages may time out
- Malformed or non-HTTP URL input — validation error

## How this service works

Analyze a public webpage and return title, description, headings, word count, links, emails, social links, and page metadata.

## Output

Returns a structured object containing the page title, meta description, heading tags (H1–H6), total word count, internal and external hyperlinks, discovered email addresses, social media profile links, and other page-level metadata extracted from the live URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public webpage URL to inspect for SEO metadata, headings, links, email addresses, social links, and content statistics."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/url-metadata-seo-analyzer-d8cee163/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-trends-server.onrender.com](https://www.zero.xyz/host/x402-trends-server.onrender.com/llms.txt)
