Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man screenshot

/screenshot(1)

agentutility / web-probe / screenshot
PRICE / CALL
$0.04
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobe
CATEGORY
media
STATUS
live
NAME
screenshot website screenshot / url to png/jpg
SYNOPSIS
POST https://x402.org/v1/screenshot
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Website screenshot / URL to PNG/JPG. Configurable viewport, retina, crop/fit, transparent BG, JPG quality, JS wait conditions.

INPUTrequest schema
propertytypedescriptionreq?
urlstringPublic http/https URL.required
formatstring'png' (default) or 'jpg'.optional
screen_widthnumberViewport width 320-3840. Default 1440.optional
screen_heightnumberViewport height 240-4320.optional
device_scale_factornumber1-4 (retina). Default 1.optional
widthnumberFinal image width 1-8000.optional
heightnumberFinal image height 1-8000.optional
fitstring'max' (default), 'crop', or 'scale'.optional
qualitynumberJPG quality 1-100.optional
transparent_backgroundbooleanPNG only. Default false.optional
OUTPUTresponse shape
fieldtypedescription
image_urlstringPublic URL where the rendered PNG or JPG screenshot can be downloaded.
file_size_bytesnumberSize of the generated screenshot file in bytes.
formatstringOutput image format actually produced, either png or jpg.
source_urlstringOriginal page URL that was captured, echoed back from the request.
job_idstringUnique render job identifier for tracing or re-fetching this screenshot.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/screenshot \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the screenshot tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
screenshoturlpngjpgrendercapture
env
CLOUD_CONVERT_API_KEY
methods
POST
cluster
webprobe
price
$0.04 USDC per call
ADJACENTother endpoints in webprobe
endpointdescriptionprice
arxiv-summarizearXiv paper summarizer / research-paper TLDR.$0.04
rss-from-anythingRSS feed generator / HTML to RSS converter.$0.04
scrapeWeb scraper / HTML extractor.$0.04
scrape-websiteWeb scraper / HTML to text / website content extractor.$0.04
webpage-diffWebpage change detection / website monitor / content diff.$0.04
website-screenshotURL to PNG / JPG / website screenshot tool.$0.04
arxiv-searcharXiv full-text search.$0.03
domain-suggestBrandable domain suggester / startup-name brainstormer / product-name proposer / domain candidate generator.$0.05
SEE ALSO
agentutility(7) · webprobe(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org