# URL Metadata Extractor (Open Graph, Title, Description)

> URL Metadata Extractor (Open Graph, Title, Description) is a paid API for AI agents from engedi.digi-life17.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches and returns Open Graph tags, title, and description metadata from any given URL

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/url-metadata
- 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/url-metadata-extractor-open-graph-title-description-654f662e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EpN-OXWL612CPOKisBK2k

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-extractor-open-graph-title-description-654f662e
```

Example prompt: Can you pull the Open Graph tags, title, and meta description for https://example.com/blog/my-article — I want to see what the link preview looks like?

## When to prefer this

Use this endpoint when you need to quickly extract link preview metadata (Open Graph tags, title, description) from a URL without rendering JavaScript. Ideal for enriching link cards, validating social sharing metadata, or inspecting what a URL will look like when shared on social platforms. Prefer this over a full-page scraper when you only need metadata fields, not the full page content.

## Known failure modes

- URL is unreachable or returns non-200 status — success: false, empty data
- URL blocks bot/scraper user agents — returns empty or partial metadata
- Malformed URL input — validation error or failure response
- Page has no Open Graph tags — data object returned but OG fields empty
- Timeout on slow-loading pages — may return partial or cached data

## How this service works

51 REST endpoints for AI agents. Weather, news, crypto, stocks, products, courses, real estate, and 42 more. Pay per call in USDC/USDT via x402.

## Output

A JSON object containing extracted metadata fields such as Open Graph tags (og:title, og:description, og:image, og:url, etc.), the HTML page title, and meta description. Also includes _meta fields: whether the result was cached, the data source, a confidence score, and a last_updated timestamp. Success flag indicates whether the fetch succeeded.

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/url-metadata-extractor-open-graph-title-description-654f662e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from engedi.digi-life17.workers.dev](https://www.zero.xyz/host/engedi.digi-life17.workers.dev/llms.txt)
