Website Screenshot Crawler avatar
Website Screenshot Crawler

Pricing

Pay per event

Go to Store
Website Screenshot Crawler

Website Screenshot Crawler

Developed by

dz_omar

dz_omar

Maintained by Community

📸 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.

5.0 (7)

Pricing

Pay per event

7

Total users

7

Monthly users

7

Runs succeeded

>99%

Last modified

a day ago

📏 Full Page Screenshot

fullPagebooleanOptional

🎯 Capture the entire webpage from top to bottom, including content below the fold. Perfect for documentation, archival, and comprehensive visual analysis. When disabled, only captures what's visible in the browser viewport.

Default value of this property is false

link_urlsarrayRequired

📝 List of websites to capture screenshots from. Each URL will generate a separate high-quality PNG image. Supports HTTP/HTTPS protocols and handles redirects automatically.

Default value of this property is [{"url":"https://apify.com/"}]

📱 Browser Window Width

window_WidthintegerOptional

🖥️ Set the browser viewport width in pixels. Common sizes: 🖥️ Desktop (1920px), 💻 Laptop (1366px), 📱 Tablet (768px), 📱 Mobile (375px). Affects how responsive websites render and display content.

Default value of this property is 1920

📐 Browser Window Height

window_HeightintegerOptional

📏 Set the browser viewport height in pixels. Standard sizes: 🖥️ Full HD (1080px), 💻 Laptop (768px), 📱 Mobile (667px). Only affects viewport screenshots - full page captures ignore this for height.

Default value of this property is 1080

⏳ Page Loading Strategy

waitUntilEnumOptional

🚦 Choose when to consider the page fully loaded before taking the screenshot. ⚡ 'domcontentloaded' is fastest for most sites, 🐌 'load' waits for all resources, 🌐 'networkidle' waits for network activity to stop.

Value options:

"load": string"domcontentloaded": string"networkidle0": string"networkidle2": string

Default value of this property is "domcontentloaded"

🍪 Session Cookies

cookiesarrayOptional

🔑 Add cookies for authenticated access to protected content. Each cookie should include name, value, domain, and optional path/security settings. Essential for capturing screenshots of private dashboards, member areas, or subscription content.