Back to Services
Basic Trustrest
ScreenshotOne — Website Screenshots
Capture pixel-perfect screenshots of any website with customisable viewport, device emulation, and full-page capture.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
screenshotwebsiteimagecapturetesting
Quick Integration
Call this service through the Agent Clear proxy
// Call ScreenshotOne — Website Screenshots through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/bd52c3ce-ed6b-47d0-9da6-8baa7143b254',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "URL to screenshot"
},
"format": {
"enum": [
"png",
"jpeg",
"webp"
],
"type": "string"
},
"full_page": {
"type": "boolean"
},
"viewport_width": {
"type": "number"
},
"viewport_height": {
"type": "number"
}
}
}Output Schema
{
"type": "string",
"description": "Binary image data"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026