Renders a webpage exactly as a real browser would, including all its scripts and
Renders a webpage exactly as a real browser would, including all its scripts and dynamic content, then takes a picture of it. You can capture just the visible area or the whole scrollable page, choose the screen size, wait for slow-loading images to finish, and hide cookie banners or popups before the picture is taken.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1060 msmedian answer time
$0.02listed price per call
$0.02price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://screenshots.underscoredone.com/capture
| Category | Image and media |
|---|---|
| Provider host | screenshots.underscoredone.com |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 6 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 1060 ms |
Example input (from the provider)
{
"body": {
"allow_popups": false,
"full_page": false,
"load_lazy": true,
"url": "https://example.com",
"viewport": {
"height": 1080,
"width": 1920
},
"wait_until": "networkidle0"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"allow_popups": {
"description": "If false (default), cookie banners, consent popups, and chat widgets are hidden before capturing.",
"type": "boolean"
},
"full_page": {
"description": "If true, captures the entire scrollable page instead of just the visible area.",
"type": "boolean"
},
"load_lazy": {
"description": "If true, scrolls through the page first so lazy-loaded images and content finish loading before the capture.",
"type": "boolean"
},
"url": {
"description": "The web address of the page to capture.",
"type": "string"
},
"viewport": {
"description": "The width and height of the browser window used to render the page, in pixels.",
"type": "object"
},
"wait_until": {
"description": "When to consider the page ready to capture: load, domcontentloaded, networkidle0, or networkidle2.",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"api_version": {
"type": "string"
},
"captured_at": {
"type": "string"
},
"format": {
"type": "string"
},
"height": {
"type": "integer"
},
"image": {
"type": "string"
},
"url": {
"type": "string"
},
"width": {
"type": "integer"
}
},
"required": [
"api_version",
"url",
"image",
"format",
"width",
"height",
"captured_at"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}