Multi-Resolution Screenshot Tool
Pricing
from $0.20 / 1,000 record processeds
Multi-Resolution Screenshot Tool
Automate website screenshot capture across Mobile, Tablet, and Desktop viewports instantly. Supports full-page capture, custom resolutions, and Base64 output. Ideal for QA and UI testing.
Pricing
from $0.20 / 1,000 record processeds
Rating
0.0
(0)
Developer

Daniel Rosen
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Multi-Resolution Website Screenshot Tool
Executive Summary
This Actor automates the process of capturing high-fidelity screenshots across multiple device viewports. It is designed for quality assurance teams, developers, and product managers who need to verify responsive design implementations or archive web content reliably.
The tool renders the target URL in a headless Chrome environment and exports images for Mobile, Tablet, and Desktop resolutions simultaneously.
Core Capabilities
- Responsive Validation: Automatically captures standard viewports (iPhone SE, iPad, 1080p Desktop) in a single run.
- Full-Page Rendering: capable of scrolling and capturing the entire height of a webpage, not just the visible area.
- Format Control: Supports lossless PNG for precision or compressed JPEG for storage efficiency.
- Dynamic Content Handling: Includes configurable wait times to ensure JavaScript animations and asynchronous data load completely before capture.
- Custom Configurations: Allows specific viewport dimensions for non-standard device testing.
Configuration Parameters
The following settings control the scraping behavior.
| Parameter | Type | Default | Description |
|---|---|---|---|
| URL | String | Required | The full target address (e.g., https://www.example.com). |
| Mobile | Boolean | true | Captures a 375x667 viewport (Mobile). |
| Tablet | Boolean | true | Captures a 768x1024 viewport (Tablet). |
| Desktop | Boolean | true | Captures a 1920x1080 viewport (Desktop). |
| Full Page | Boolean | false | If enabled, captures the full scrollable height of the page. |
| Format | String | png | Output file format (png or jpeg). |
| Quality | Integer | 80 | JPEG compression level (0-100). Ignored if format is PNG. |
| Wait Time | Integer | 2000 | Delay in milliseconds after navigation to allow rendering. |
Data Output
Results are stored in the default dataset. Each record contains:
- Metadata: Source URL, device type, viewport dimensions, and file size.
- Image Data: Base64-encoded string of the captured image.
- Status: Success/Failure flags and error logs if applicable.
Operational Use Cases
- Visual Regression Testing: Compare screenshots over time to detect unintended layout shifts after code deployments.
- Compliance Archiving: Capture point-in-time snapshots of legal or policy pages for audit trails.
- Competitive Analysis: Monitor competitor landing pages and pricing structures across different device types.