$ man website-screenshot
/website-screenshot(1)
PRICE / CALL
$0.04
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobeCATEGORY
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.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| url | string | Public http/https URL. | required |
| format | string | 'png' (default) or 'jpg'. enum: png · jpg | optional |
| screen_width | number | Viewport width 320-3840. Default 1440. | optional |
| screen_height | number | Viewport height 240-4320. | optional |
| device_scale_factor | number | 1-4 (retina). Default 1. | optional |
| width | number | Final image width 1-8000. | optional |
| height | number | Final image height 1-8000. | optional |
| fit | string | 'max' (default), 'crop', or 'scale'. | optional |
| quality | number | JPG quality 1-100. | optional |
| transparent_background | boolean | PNG only. Default false. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| image_url | string | Public URL where the rendered screenshot PNG or JPG can be downloaded. |
| file_size_bytes | number | Size of the generated screenshot file in bytes. |
| format | string | Image format of the screenshot, either png or jpg. |
| source_url | string | Original target URL that was captured for the screenshot. |
| job_id | string | CloudConvert job identifier for the capture task, useful for tracing or debugging. |
EXAMPLES — two 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
ADJACENT — other endpoints in webprobe
| endpoint | description | price |
|---|---|---|
| arxiv-summarize | arXiv paper summarizer / research-paper TLDR. | $0.04 |
| rss-from-anything | RSS feed generator / HTML to RSS converter. | $0.04 |
| scrape | Web scraper / HTML extractor. | $0.04 |
| scrape-website | Web scraper / HTML to text / website content extractor. | $0.04 |
| screenshot | Website screenshot / URL to PNG/JPG. | $0.04 |
| webpage-diff | Webpage change detection / website monitor / content diff. | $0.04 |
| arxiv-search | arXiv full-text search. | $0.03 |
| domain-suggest | Brandable domain suggester / startup-name brainstormer / product-name proposer / domain candidate generator. | $0.05 |
SEE ALSO