# x402.omardev.xyz URL Metadata Extractor

> x402.omardev.xyz URL Metadata Extractor is a paid API for AI agents from x402.omardev.xyz, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-16).

Extracts structured metadata from any URL including title, description, Open Graph tags, Twitter cards, canonical URL, favicons, RSS feeds, language, and robots directives

## Facts

- Endpoint: GET https://x402.omardev.xyz/meta
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-omardev-xyz-url-metadata-extractor-e9f27daa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GNQvKLZpic-T189eIh4M-

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 x402-omardev-xyz-url-metadata-extractor-e9f27daa
```

Example prompt: Can you pull all the structured metadata from https://techcrunch.com/2024/01/15/openai-news/ — I want the title, description, Open Graph tags, canonical URL, and any RSS feeds listed on the page.

## When to prefer this

Use this endpoint when you need to extract structured metadata (Open Graph, Twitter cards, canonical URLs, favicons, RSS feeds) from a single URL without setting up an account, and are comfortable paying $0.005 USDC per call via x402. Ideal for link preview generation, SEO auditing, feed discovery, or enriching URLs with structured data in agent workflows.

## Known failure modes

- URL is unreachable or returns a non-200 status — metadata may be partial or empty
- URL points to a non-HTML resource (PDF, image) — limited or no metadata returned
- Page blocks crawlers via robots.txt or server-side checks — fetch may fail
- Malformed URL provided — request rejected
- Page uses JavaScript-rendered metadata only — statically fetched metadata may be incomplete

## How this service works

Extract structured metadata from any URL: page title, meta description, Open Graph and Twitter Card tags, canonical URL, favicons, language, generator and robots directives, plus RSS/Atom feed links. Give it a URL, get back clean SEO and social-share metadata. No account, no API key — pay per call with x402.

## Output

A structured JSON object containing the page title, meta description, Open Graph properties (og:title, og:description, og:image, etc.), Twitter card properties, canonical URL, favicon URLs, RSS/Atom feed URLs discovered on the page, language declaration, and robots meta directives.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-omardev-xyz-url-metadata-extractor-e9f27daa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.omardev.xyz](https://www.zero.xyz/host/x402.omardev.xyz/llms.txt)
