# content.hugen.tokyo Web Page Metadata Extractor

> content.hugen.tokyo Web Page Metadata Extractor is a paid API for AI agents from content.hugen.tokyo, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Extracts structured metadata from a web page URL, including title, author, publication date, Open Graph tags, canonical URL, language, word count, and reading time.

## Facts

- Endpoint: GET https://content.hugen.tokyo/content/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/content-hugen-tokyo-d97a8ea7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tKS1rEPMRP2jetgftsAeL

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 content-hugen-tokyo-d97a8ea7
```

Example prompt: Can you pull the structured metadata from this article — title, author, publication date, reading time, and any Open Graph tags? Here's the URL: https://example.com/some-article

## When to prefer this

Use this endpoint when you need lightweight, structured metadata about a web page without doing full content extraction or AI analysis. Ideal for populating article cards, link previews, content indexing pipelines, or any workflow that needs publication date, author, og: tags, or reading time from a URL with a single call and no scraping infrastructure.

## Known failure modes

- URL is unreachable or returns a non-200 status — metadata fields will be missing or empty
- Page has no meta tags or Open Graph tags — response returns null values for those fields
- URL points to a non-HTML resource (PDF, image) — extraction may fail or return partial data
- Paywalled or bot-blocked pages may return incomplete metadata
- Malformed URL input results in a 400 error

## How this service works

Extract structured metadata from any web page — title, author, publication date, Open Graph tags, canonical URL, language, word count, reading time. Handles HTML meta tags, og: tags, and article:published_time. No web scraping setup needed — one call returns structured JSON. Accepts USDC payments on Base and Solana

## Output

Returns a structured JSON object containing the page's title, author, publication date, Open Graph tags (og:title, og:description, og:image, etc.), canonical URL, detected language, word count, and estimated reading time.

## Example request

```json
{
 "url": "https://www.wikipedia.org"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/content-hugen-tokyo-d97a8ea7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from content.hugen.tokyo](https://www.zero.xyz/host/content.hugen.tokyo/llms.txt)
