Website Screenshot Evidence API avatar

Website Screenshot Evidence API

Pricing

from $33.50 / 1,000 screenshot checks

Go to Apify Store
Website Screenshot Evidence API

Website Screenshot Evidence API

Captures a headless-Chromium screenshot of each URL as a hashed evidence bundle — the image plus its final URL, HTTP state, capture timestamp, browser build, and SHA-256. A batch evidence API, not an interactive browser. Only a completed bundle bills.

Pricing

from $33.50 / 1,000 screenshot checks

Rating

0.0

(0)

Developer

NexGen Watch

NexGen Watch

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 hours ago

Last modified

Share

Captures a headless-Chromium screenshot of each URL as a hashed evidence bundle — the image plus its final URL, HTTP state, capture timestamp, browser build, and SHA-256. A batch evidence API, not an interactive browser.

What you submit

urls — page urls. Page URLs to capture as evidence. Per URL: a screenshot image artifact (stored in the run key-value store), final URL, HTTP state, capture timestamp, headless browser build, SHA-256 of the image bytes, and render warnings. Only a completed evidence bundle bills; a URL blocked (robots/SSRF/403/429/5xx) or unreachable is delivered as an unbilled status, never a broken-site verdict.

The runtime source gate (per submitted target)

You choose the targets, so the source contract is enforced at run time, per origin, before any page is read:

  • robots.txt fetched once per origin and honored; no robots / 404 = permitted, a disallowed path or unavailable robots file = BLOCKED.
  • SSRF guard — every host is resolved and must be public; private, loopback, link-local, reserved and cloud-metadata addresses are refused before a socket opens.
  • HTTP403 / 429 / 5xx = BLOCKED; DNS / timeout / connection faults = UNREACHABLE.

A BLOCKED or UNREACHABLE target is delivered as an unbilled status row — never a broken-site verdict, and never charged.

Output & billing

One row per target. A complete evidenced verdict carries outcome: answer and is the only billable outcome; blocked / unreachable / unparseable / rejected targets carry that status and are not billed (push-then-charge — failures can only undercharge).

Pricing

EventPrice (USD)When it fires
apify-actor-start$0.02once when the run starts (reserved; never charged in code)
screenshot_check$0.05once per complete evidenced verdict delivered (blocked / unreachable / unparseable / rejected never bill)

Volume tiers reduce the per-verdict price as usage grows: $0.05 → $0.045 → $0.04 → $0.0335.

Why this and not the obvious alternative

batch evidence artifact with content hashes — a per-URL screenshot bundle you can archive/verify, NOT fleet-1's interactive Playwright browser MCP (no interactive tools, no live session).