ScreenshotAPI

ScreenshotAPI (screenshotapi.to) is a hosted screenshot and PDF capture API — send a URL or raw HTML, get back a PNG, JPEG, WebP or PDF without running browser infrastructure. The contract is deliberately small: one screenshot resource answering both GET and POST, plus a health check. What sets it apart from its size is the agent-readable surface around it — an llms.txt on the root, a 302KB llms-full.txt, a separate docs llms.txt, an agent install guide, a dedicated AI-agents page, and per-page markdown by appending .md to any /docs/ URL. An MCP server exists but runs locally over stdio and is not yet published to npm, so it is described here rather than advertised as a hosted endpoint. Not to be confused with ScreenshotAPI.net, a different company in the same category — see the screenshotapi-net entry.

ScreenshotAPI publishes 1 API on the APIs.io network: Screenshots API. Tagged areas include Screenshots, Website Screenshots, URL to Image, URL to PDF, and HTML to Image.

22.0/100 emerging ▬ flat Agent 26/100 agent aware Full breakdown ↓
scored 2026-08-25 · rubric v0.14.0
1 APIs
ScreenshotsWebsite ScreenshotsURL to ImageURL to PDFHTML to ImageDeveloper ToolsWeb AutomationVisual TestingAgent-readable

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-25 · rubric v0.14.0
Composite quality — 22.0/100 · emerging
Contract Quality 14.8 / 25
Developer Ergonomics 0.0 / 20
Access Clarity 0.0 / 20
Operational Transparency 0.0 / 13
Contract Governance 0.0 / 12
Discoverability 7.2 / 10
Agent readiness — 26/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
Documented Reversibility 0 / 6
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Delegated User Identity 0 / 6
Protected Resource Metadata 0 / 5
Registration Without a Human 0 / 6
Agentic Commerce Surface 0 / 5
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/screenshotapi-to: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

ScreenshotAPI Screenshots API

Capture URLs or HTML as images or PDFs.

Open Collections 2

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Source (apis.yml)

apis.yml Raw ↑
name: ScreenshotAPI
description: 'ScreenshotAPI (screenshotapi.to) is a hosted screenshot and PDF capture API — send a URL or raw HTML, get back
  a PNG, JPEG, WebP or PDF without running browser infrastructure. The contract is deliberately small: one screenshot resource
  answering both GET and POST, plus a health check. What sets it apart from its size is the agent-readable surface around
  it — an llms.txt on the root, a 302KB llms-full.txt, a separate docs llms.txt, an agent install guide, a dedicated AI-agents
  page, and per-page markdown by appending .md to any /docs/ URL. An MCP server exists but runs locally over stdio and is
  not yet published to npm, so it is described here rather than advertised as a hosted endpoint. Not to be confused with ScreenshotAPI.net,
  a different company in the same category — see the screenshotapi-net entry.'
url: https://raw.githubusercontent.com/api-evangelist/screenshotapi-to/refs/heads/main/apis.yml
created: '2026-08-02'
modified: '2026-08-02'
specificationVersion: '0.23'
tags:
- Screenshots
- Website Screenshots
- URL to Image
- URL to PDF
- HTML to Image
- Developer Tools
- Web Automation
- Visual Testing
- Agent-readable
apis:
- aid: screenshotapi-to:screenshotapi-to-screenshots-api
  name: ScreenshotAPI Screenshots API
  description: Capture URLs or HTML as images or PDFs.
  humanURL: https://screenshotapi.to/docs
  baseURL: https://screenshotapi.to
  tags:
  - Screenshots
  properties:
  - type: OpenAPI
    url: openapi/screenshotapi-to-screenshots-api-openapi.yml
  - type: Documentation
    url: https://screenshotapi.to/docs
  - type: Pricing
    url: https://screenshotapi.to/pricing
properties:
- type: Documentation
  url: https://screenshotapi.to/docs
- type: LLMSTxt
  url: llms/screenshotapi-to-llms.txt
- type: LLMSTxt
  url: https://screenshotapi.to/llms.txt
- type: LLMSTxt
  url: https://screenshotapi.to/llms-full.txt
- type: LLMSTxt
  url: https://screenshotapi.to/docs/llms.txt
- type: AgentGuide
  url: https://screenshotapi.to/ai-agents
- type: AgentInstall
  url: https://screenshotapi.to/llms-install.md
- type: Pricing
  url: https://screenshotapi.to/pricing
maintainers:
- FN: ScreenshotAPI
  url: https://screenshotapi.to
  email: support@screenshotapi.to
x-evidence:
  harvested: '2026-08-02'
  request: api-search/.github#2
  probes:
  - https://screenshotapi.to/openapi.json -> HTTP 200, OpenAPI 3.1.0, 2 paths / 3 ops / 2 schemas
  - https://screenshotapi.to/llms.txt -> HTTP 200, 35,683 bytes
  - https://screenshotapi.to/llms-full.txt -> HTTP 200, 302,110 bytes
  - https://screenshotapi.to/docs/llms.txt -> HTTP 200, 299,708 bytes
  - https://screenshotapi.to/llms-install.md -> HTTP 200, text/markdown
  - https://screenshotapi.to/ai-agents -> HTTP 200
  - https://screenshotapi.to/pricing -> HTTP 200
  - https://screenshotapi.to/apis.json -> HTTP 404 (advertised in the submission; does not exist)
  - https://screenshotapi.to/.well-known/mcp.json -> HTTP 404
  not_asserted:
    apis_json: The submission gave https://screenshotapi.to/apis.json as the descriptor URL. It returns 404 and serves an
      HTML error page, so this profile was built from the OpenAPI and llms.txt instead. Worth telling the provider — it is
      what they advertise.
    mcp: screenshotapi.to/mcp documents four MCP tools, but the page states the server "runs locally over stdio today" with
      "npm publication pending namespace confirmation". A local-install MCP is not a hosted endpoint, so no MCP property is
      emitted — only this note. Revisit once it is published and reachable.
  note: Built from the provider's published OpenAPI and llms.txt after their advertised apis.json was found missing. Operation,
    path and schema counts were measured from the fetched spec. Rate limits are not asserted — none were found published.

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/screenshotapi-to"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/screenshotapi-to/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/screenshotapi-to/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.