# 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 structured metadata (title, description, OG tags, etc.) from a given web page URL

## Facts

- Endpoint: POST https://pennyrail.vercel.app/api/p/mini/web.page-meta--website-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-web-page-metadata-extractor-897c035f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h6WXAqCawrQvjiM7iMrgT

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-897c035f -d '<json body>'
```

Example prompt: Can you pull the page title, description, and any Open Graph metadata from https://example.com so I can use it for a link preview card?

## When to prefer this

Choose this endpoint when you need quick, lightweight extraction of page-level metadata (title, description, OG tags) from a URL without full browser rendering. It is ideal for link preview generation, SEO audits, or enriching records with website info. Prefer this over full-page scrapers when you only need head-level metadata and want fast, low-cost results at $0.002 per call.

## Known failure modes

- URL is unreachable or returns a non-200 status — endpoint may return an error or empty metadata
- Page uses heavy JavaScript rendering — statically fetched metadata may be incomplete or missing
- URL is malformed or missing — input validation error returned
- Page blocks scrapers via robots.txt or rate limiting — metadata may be partial
- No meta tags present on page — response will contain minimal or empty fields

## How this service works

Machine-readable settlement service

## Output

Returns a structured object containing web page metadata such as page title, meta description, canonical URL, Open Graph properties (og:title, og:description, og:image), Twitter card tags, and other head-level meta tags found on the 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-web-page-metadata-extractor-897c035f/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)
