Best Screenshots API
Pricing
from $1.90 / 1,000 results
Best Screenshots API
A powerful Apify Actor designed to capture on-demand screenshots of any web page. This scraper can capture full-page or viewport screenshots as pages render right now, making it perfect for visual monitoring, QA testing, and content archiving.
Pricing
from $1.90 / 1,000 results
Rating
0.0
(0)
Developer
Scoutlayer
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Get an on-demand PNG screenshot of any page, as it renders right now — viewport or full scrollable page. This actor is powered live by the ScoutLayer API, so there's nothing to configure and no ScoutLayer account needed — just run it.
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
urls | array | Yes | — | One or more page URLs to screenshot, e.g. ["https://shopify.com/pricing"] |
fullPage | boolean | No | false | Capture the full scrollable page instead of just the viewport, applied to every URL |
{"urls": ["https://shopify.com/pricing", "https://apps.shopify.com"],"fullPage": true}
Output
Results are stored in the dataset under the key results, one item per URL:
{"url": "https://shopify.com/pricing","finalUrl": "https://www.shopify.com/pricing","imageBase64": "iVBORw0KGgoAAAANSUhEUgAA...","fullPage": true,"capturedAt": "2026-08-11T00:00:00Z"}
imageBase64 is a base64-encoded PNG — decode it to get the image file. finalUrl reflects the URL actually captured after any redirects.
Need this outside of Apify, or coverage beyond screenshots? ScoutLayer offers a direct REST/MCP API across many platforms — see the docs for details.