Page Evidence — render + proof link for AI work
Pricing
from $5.00 / 1,000 evidence packs
Page Evidence — render + proof link for AI work
Render any public URL in a real browser and get back clean text, a screenshot, and a self-contained EVIDENCE.html proof page in your own Apify storage.
Pricing
from $5.00 / 1,000 evidence packs
Rating
0.0
(0)
Developer
SORNKan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Render any public URL in a real browser and get back three things in your own Apify storage:
| Artifact | What it is |
|---|---|
EVIDENCE.html | Self-contained proof page — screenshot embedded as data-URI, source URL, captured-at timestamp, extracted text. Open it anywhere / forward it in chat. |
SCREENSHOT.png | The raw browser capture (viewport or full-page). |
PAGE_TEXT.txt | Clean extracted text (scripts/styles stripped). |
Unnamed run stores expire after 7 days — rename the store to keep evidence longer.
Pricing
$0.005 per successful evidence pack (screenshot + extracted text + EVIDENCE.html). Failures are not charged. Same dollar price as the MCP render_page tool ($0.005 USDC on x402) — this Actor bills on the Apify Store rail, not a wallet.
Why
AI agents read the web, but humans need to verify what the AI saw. This Actor produces the artifact a human can check against reality — the piece most render tools skip.
Input
| Field | Required | Default | Notes |
|---|---|---|---|
url | yes | — | Public http(s) page to capture |
fullPage | no | false | Entire scrollable page vs viewport |
waitUntil | no | load | Playwright event: load, domcontentloaded, networkidle |
maxWaitMs | no | 20000 | Navigation timeout |
Output
Dataset row: url, title, capturedAt, textLength, artifacts.
Key-value store: open EVIDENCE.html first — that file travels alone.
Example
Input:
{ "url": "https://example.com" }
Then open the run → Storage → Key-value store → EVIDENCE.html.
Notes
- Public pages only. Login walls and bot blocks will capture whatever loaded.
- Built by SORNKan publish.