Hermes x402 Toolkit – Web Page Screenshot is a paid API for AI agents from api.zlovev.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-17).
Renders a web page in a headless browser and returns a base64-encoded screenshot (PNG or JPEG) with configurable viewport dimensions.
Pay-per-call data API for AI agents. No API key, no account, no signup — pay USDC on Base (eip155:8453) per request; free /api/meta lists all 22 endpoints. One call each: web page to LLM-ready text and link previews; China A-share quotes and limit-up pool; Chinese text and pinyin; Base/Ethereum on-chain reads (address, token, ERC-20 balances, tx, blocks, transfer history, gas price in USD); NFT records (collection, owner, and ipfs:// tokenURI resolved through public gateways); full-page screenshots; email verification without sending mail; ENS forward/reverse resolution; smart-contract due diligence (ABI, verified source, proxy); token security facts (owner, renounced ownership, paused, bytecode capability selectors); domain dossier (RDAP, DNS, TLS certificate, HTTP facts, hosting network).
Returns a JSON object containing: ok (boolean), url (the rendered URL), image_base64 (base64-encoded PNG or JPEG of the rendered page), format (png or jpeg), width and height (actual rendered dimensions in pixels), bytes (image size), title (page title), and ms (rendering time in milliseconds).
GEThttps://api.zlovev.com/api/render/screenshotChoose this endpoint when you need a pixel-accurate visual rendering of a web page returned as a base64 image, without setting up a browser automation environment or managing API keys. Especially useful for agents that need webpage previews, visual QA, or archival screenshots in a pay-per-call model with no signup friction. Prefer PNG for quality and JPEG for smaller file size on full-page captures.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"ms": 10700,
"ok": true,
"url": "https://example.com",
"bytes": 424378,
"title": "Example Domain",
"width": 1366,
"format": "png",
"height": 900,
"image_base64": "iVBORw0KGgoAAAANSUhEUg..."
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"