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

/website-screenshot(1)

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

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

URL to PNG / JPG / website screenshot tool. Configurable viewport, retina, crop/fit, transparent BG, JPG quality, JS wait conditions. CloudConvert capture.

INPUTrequest schema
propertytypedescriptionreq?
urlstringPublic http/https URL.required
formatstring'png' (default) or 'jpg'.
enum: png · 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 screenshot PNG or JPG can be downloaded.
file_size_bytesnumberSize of the generated screenshot file in bytes.
formatstringImage format of the screenshot, either png or jpg.
source_urlstringOriginal target URL that was captured for the screenshot.
job_idstringCloudConvert job identifier for the capture task, useful for tracing or debugging.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/website-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 website-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
screenshotWebsite screenshot / URL to PNG/JPG.$0.04
webpage-diffWebpage change detection / website monitor / content diff.$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