Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man website-screenshot

/website-screenshot

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 captures a website screenshot from a url as png or jpg
SYNOPSIS
POST https://x402.agentutility.ai/website-screenshot
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

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

Captures a website screenshot from a URL as PNG or JPG. CloudConvert capture. Configurable viewport, retina, crop/fit, transparent BG, JPG quality, and JS wait conditions.

INPUTrequest schema
propertytypedescriptionreq?
urlstringrequired
formatstring
enum: png · jpg
optional
screen_widthnumberoptional
screen_heightnumberoptional
device_scale_factornumberoptional
widthnumberoptional
heightnumberoptional
fitstringoptional
qualitynumberoptional
transparent_backgroundbooleanoptional
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.agentutility.ai/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 the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the website-screenshot tool from your MCP-aware agent.
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
answer-webAnswers natural-language questions with live web research, returning a synthesized answer with inline [N] citations and the source URLs.$0.04
arxiv-summarizearXiv paper summarizer / research-paper TLDR.$0.04
rss-from-anythingRSS feed generator / HTML to RSS converter.$0.04
scrapeScrape any webpage.$0.04
scrape-websiteScrapes any webpage and pulls title, description, canonical URL, OpenGraph + Twitter card metadata, headings, and outbound links from a s…$0.04
screenshotWebsite screenshot / URL to PNG/JPG.$0.04
webpage-diffDetects changes on a webpage: fetches a URL, strips HTML to plain text, computes a SHA-256 hash, and (when given a previous hash or text)…$0.04
arxiv-searcharXiv full-text search.$0.03
SEE ALSO
agentutility · webprobe · x402 · mcp · llms.txt · registry.json · bazaar.x402.org