VOOZH about

URL: https://apify.com/codingfrontend/screenshot-saver

โ‡ฑ Screenshot Saver ยท Apify


Pricing

from $5.00 / 1,000 results

Go to Apify Store

Capture screenshots of websites and save to cloud storage. Supports multiple URLs, full page capture, custom viewports, and various output destinations.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ codingfrontend

codingfrontend

Maintained by Community

Actor stats

2

Bookmarked

12

Total users

0

Monthly active users

a month ago

Last modified

Share

Screenshot Saver - Apify Actor

A simple screenshot capture Actor that takes screenshots of websites with built-in bot detection bypass and stealth mode.

Features

  • Multiple formats: PNG (lossless), JPEG (smaller files), PDF (documents)
  • Full page screenshots: Capture entire scrollable pages
  • Stealth mode: Built-in anti-detection measures
  • Auto-retry: Handles blocked requests gracefully
  • CSS selector hiding: Hide cookies banners, popups, ads

Usage

Basic Example

{
"urls":[{"url":"https://example.com"}]
}

Mobile Screenshot

{
"urls":[{"url":"https://example.com"}],
"windowWidth":375,
"windowHeight":812
}

Hide Elements

{
"urls":[{"url":"https://example.com"}],
"selectorsToHide":".cookie-banner, .popup"
}

Input Parameters

FieldTypeDefaultDescription
urlsarrayrequiredURLs to screenshot
formatstring"png"Output format: png, jpeg, pdf
fullPagebooleantrueCapture full scrollable page
windowWidthinteger1920Browser window width
windowHeightinteger1080Browser window height
selectorsToHidestring""CSS selectors to hide
proxyobjectApify ProxyProxy configuration

Output

Screenshots are saved to Apify Key-Value Store with public URLs.

{
"timestamp":"2024-01-15T10:30:00.000Z",
"startUrl":"https://example.com",
"url":"https://example.com/",
"screenshotUrl":"https://api.apify.com/v2/key-value-stores/.../records/screenshot_...",
"screenshotKey":"screenshot_https___example_com_a1b2c3d4",
"format":"png"
}

Development

npminstall
npm start
npm run lint

You might also like

Multi-Resolution Screenshot Tool

incredible_moment/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.

Multi-Resolution Website Screenshot

incredible_moment/screenshot-actor

Automate website screenshot capture across Mobile, Tablet, and Desktop viewports. Supports full-page capture, custom resolutions, and Base64 output. Ideal for QA and UI testing.

Website Screenshot & PDF API โ€” Fast Captures

george.the.developer/screenshot-pdf-api

Capture pixel-perfect screenshots and PDFs from any URL in under 3 seconds. PNG/JPEG/WebP formats, custom viewports, full-page capture, batch up to 20 URLs.

18

Multi-Resolution Screenshot

junipr/multi-resolution-screenshot

Capture screenshots at multiple viewports in one run. Default: mobile, tablet, desktop. PNG/JPEG/WebP output, full-page capture, device emulation. Configurable wait for dynamic content. Ideal for responsive QA.

Website Screenshot API - Page Screenshot Generator

code-node-tools/website-screenshot-api

Website screenshot API to capture any webpage as an image. This screenshot API supports full page, viewport, and element screenshots. Website screenshot generator API for automated website screenshot capture, visual testing, monitoring, and thumbnail generation. Reliable page screenshot API.

7

Perplexity Search Integration

incredible_moment/perplexity-actor

Capture website screenshots across Mobile, Tablet, and Desktop viewports instantly. Supports full-page capture and custom resolutions. Built in Rust for speed and memory efficiency compared to Node.js alternatives.

Screenshot

dz_omar/screenshot

๐Ÿ“ธ Capture high-quality screenshots of any website with full-page support, custom viewports, and cookie authentication. Perfect for web monitoring, documentation, competitor analysis, and automated testing. Features smart loading detection and 30-second interval pricing for cost efficiency.

๐Ÿ‘ User avatar

FlowExtract API

236

5.0

URL to Screenshot

hulkscrape/url-to-screenshot

An easy way to capture a screenshot of a full webpage

Related articles

How to take screenshots and generate PDFs with Puppeteer
Read more