# PennyRail Open Graph / Page Meta Extractor

> PennyRail Open Graph / Page Meta 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 Open Graph and page metadata (title, description, image, etc.) from a given web page URL

## Facts

- Endpoint: POST https://pennyrail.vercel.app/api/p/mini/web.page-meta--open-graph-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-open-graph-page-meta-extractor-edc28e19
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y8lWvJzWqDaVaaRMVW6go

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-open-graph-page-meta-extractor-edc28e19 -d '<json body>'
```

Example prompt: Can you grab the Open Graph metadata — title, description, and preview image — from this URL: https://example.com/article/some-blog-post?

## When to prefer this

Choose this endpoint when you need to quickly extract Open Graph and page metadata from a public URL without setting up your own web scraping infrastructure. It is ideal for generating link preview cards, auditing SEO meta tags, enriching content with page summaries, or validating that a page's Open Graph tags are correctly set. Prefer this over general-purpose scrapers when the specific goal is structured OG/meta tag extraction rather than full page content.

## Known failure modes

- Target URL is unreachable or returns non-200 status — metadata fields will be missing or empty
- Page does not include Open Graph tags — response may return only basic HTML title/description or empty fields
- Paywalled or bot-blocked pages may return incomplete or incorrect metadata
- Malformed or very large HTML pages may cause parsing errors or timeouts
- Payment not processed — x402 payment required error before any extraction occurs

## How this service works

Machine-readable settlement service

## Output

Returns a structured object containing Open Graph and page metadata fields extracted from the target web page, typically including og:title, og:description, og:image, og:url, og:type, and other meta tags found in the page's HTML head section.

## 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-open-graph-page-meta-extractor-edc28e19/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)
