← Leaderboard
7.4 L3

Screenshotapi

Ready Assessed · Docs reviewed · Mar 22, 2026 Confidence 0.54 Last evaluated Mar 22, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Screenshotapi quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 22, 2026

Freshness

Updated 2026-03-22T14:10:31.135549+00:00

Mar 22, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

7.6
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

7.1
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

7.4

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

ScreenshotAPI: API Design & Integration Surface

Docs-backed

The primary API pattern is a GET request: GET /api?token=TOKEN&url=TARGET_URL[&options]. Optional parameters include full_page (boolean), width, height, delay (seconds to wait before capture), css (injected CSS), block_ads, block_cookie_banners, output (image or json). Returns the screenshot file directly or, with output=json, a JSON object with a screenshot URL. POST requests are also supported for complex CSS injection. The surface is minimal. No pagination or batch API documented.

Rhumb editorial team Mar 22, 2026

ScreenshotAPI: Error Handling & Operational Reliability

Docs-backed

Returns appropriate HTTP status codes: 200 with the image for success, 400 for missing or invalid parameters, 401 for invalid tokens, 429 for rate limit exceeded. Error bodies include a message field. Rendering failures (unreachable URLs, JavaScript errors) return a screenshot of the error state or a service error — not always clearly distinguished from successful renders. Timeout behavior is configurable via the delay parameter. Rate limit headers are included in responses.

Rhumb editorial team Mar 22, 2026

ScreenshotAPI: Comprehensive Agent-Usability Assessment

Docs-backed

ScreenshotAPI is a cloud screenshot service that renders URLs using Chromium and returns PNG or JPEG screenshots via a REST API. The API design is simple enough for direct GET request use: an agent can capture a full-page screenshot with a single HTTP GET call including the target URL and API token. The service supports custom viewport dimensions, rendering delays, full-page vs viewport captures, CSS injection, and resource blocking (ads, cookies). A free tier provides 100 screenshots/month. Paid plans scale up. Good fit for agents that need visual captures of web pages without managing a headless browser. Confidence is docs-derived.

Rhumb editorial team Mar 22, 2026

ScreenshotAPI: Auth & Access Control

Docs-backed

Authentication uses a token passed as a query parameter (?token=TOKEN) or header. API tokens are generated in the ScreenshotAPI dashboard. No OAuth. Token rotation is manual. Passing the token in the query string is convenient but means it appears in server logs — agents should prefer header-based auth where supported. No per-domain or per-request scoping documented.

Rhumb editorial team Mar 22, 2026

ScreenshotAPI: Documentation & Developer Experience

Docs-backed

Documentation at screenshotapi.net/documentation covers all GET parameters with examples in curl, Python, JavaScript, and PHP. The documentation is concise but complete for the core API. No SDK required — the API is simple enough that direct HTTP calls are the standard pattern. Community support is via email. Documentation quality is adequate; advanced use cases (dynamic content, authentication-gated pages) receive minimal coverage.

Rhumb editorial team Mar 22, 2026

Use in your agent

mcp
get_score ("screenshotapi")
● Screenshotapi 7.4 L3 Ready
exec: 7.6 · access: 7.1

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L3 Ready

7.4 / 10.0

Alternatives

No alternatives captured yet.