# AmanChain URL Metadata Extractor

> AmanChain URL Metadata Extractor is a paid API for AI agents from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai, paid per call via x402, $0.00311/call, status unknown (last checked 2026-09-14).

Extracts title, description, Open Graph image, and canonical metadata from any URL

## Facts

- Endpoint: POST https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-url-meta
- Price: $0.00311/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amanchain-url-metadata-extractor-4ac62461
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3TlcQR0fgW6lI1zwlKm6Q

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 amanchain-url-metadata-extractor-4ac62461 -d '<json body>'
```

Example prompt: Can you pull the title, description, Open Graph image, and canonical URL from https://example.com/blog/some-post so I can see how it looks when shared on social media?

## When to prefer this

Choose this endpoint when you need to quickly fetch standard web metadata (title, description, og:image, canonical) from a URL without setting up a browser or scraping infrastructure. It is paid-per-call via x402/USDC with no API key required, making it ideal for lightweight, on-demand link enrichment in agent workflows.

## Known failure modes

- URL is unreachable or returns a non-200 HTTP status — metadata may be empty or partial
- Target page has no Open Graph tags — og:image and og:description fields will be absent
- URL is behind a login wall or bot protection — extraction may fail or return login page metadata
- Malformed URL input causes a parse error
- Rate limiting or timeout on the target server may result in incomplete extraction

## How this service works

URL Metadata Extract: URL title, description, Open Graph image and canonical metadata Executed deterministically by the AmanChain node against live consensus state (real blocks, pools, balances) — paid per call via x402, settled in USDC on Base. Input: JSON body {"serviceId":"aman-url-meta","request":"<input>"}. No account, no API key.

## Output

Returns the page title, meta description, Open Graph image URL, and canonical URL extracted from the target webpage's HTML metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "example": {
      "ok": true
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amanchain-url-metadata-extractor-4ac62461/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai](https://www.zero.xyz/host/preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/llms.txt)
