# PennyRail Page Metadata Extractor

> PennyRail Page Metadata Extractor is a paid API for AI agents from pennyrail.vercel.app, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Fetches and returns structured metadata (title, description, Open Graph tags, etc.) for a given web page URL

## Facts

- Endpoint: POST https://pennyrail.vercel.app/api/p/mini/web.page-meta--page-metadata
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pennyrail-page-metadata-extractor-f9bb0fb0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j2JYxQmNl5qygNdPW9hmp

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 pennyrail-page-metadata-extractor-f9bb0fb0 -d '<json body>'
```

Example prompt: Can you pull the page metadata — title, description, and Open Graph tags — from this URL: https://example.com/article/best-practices?

## When to prefer this

Choose this endpoint when you need lightweight, structured metadata extraction from a public web page URL — particularly for building link previews, enriching content feeds, or auditing SEO tags — and you want a pay-per-call model via x402 rather than managing a scraping infrastructure subscription. It is best suited for static or server-rendered pages where head metadata is present in the HTML.

## Known failure modes

- Target URL is unreachable or returns a non-200 status — empty or error response returned
- Page has no meta tags — result object may be sparse or empty
- JavaScript-rendered pages may not have metadata extracted correctly if SSR is not available
- Payment not processed (x402 protocol failure) — request rejected before execution
- Malformed or missing input URL — validation error returned

## How this service works

Machine-readable settlement service

## Output

Returns a structured JSON object containing the page's metadata fields such as title, meta description, Open Graph properties (og:title, og:description, og:image, og:url), canonical URL, and other available head-tag data extracted from the target web page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pennyrail-page-metadata-extractor-f9bb0fb0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pennyrail.vercel.app](https://www.zero.xyz/host/pennyrail.vercel.app/llms.txt)
