# PennyRail Web Page Metadata Extractor

> PennyRail Web 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 machine-readable 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--meta
- 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-web-page-metadata-extractor-5735b94d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Lsy-uaxHX9owr-ssVnfyy

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-web-page-metadata-extractor-5735b94d -d '<json body>'
```

Example prompt: Can you grab the page metadata — title, description, and any Open Graph tags — for https://example.com/some-article so I can use it in a link preview?

## When to prefer this

Choose this endpoint when you need a lightweight, paid-per-call web page metadata extraction without setting up your own scraper infrastructure. It is well-suited for link preview generation, SEO auditing, or content enrichment pipelines where you need title/description/OG tags from arbitrary URLs. Prefer it over general-purpose scraping endpoints when you specifically need structured head metadata rather than full page content.

## Known failure modes

- Target URL is unreachable or returns a non-200 status — empty or error response returned
- Target page has no meta tags — response object may be sparse or empty
- Invalid or malformed URL input — request fails with validation error
- Page blocks server-side crawlers — metadata extraction returns partial or no results
- Payment not processed — 402 response returned before data is delivered

## How this service works

Machine-readable settlement service

## Output

Returns a structured object containing web page metadata such as the page title, meta description, Open Graph tags (og:title, og:description, og:image), canonical URL, and other head-level meta properties parsed from the target webpage.

## 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-web-page-metadata-extractor-5735b94d/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)
