
Website Screenshot Crawler
Pricing
Pay per event

Website Screenshot Crawler
📸 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
fullPage
booleanOptional
🎯 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
🔗 Target URLs
link_urls
arrayRequired
📝 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_Width
integerOptional
🖥️ 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_Height
integerOptional
📏 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
waitUntil
EnumOptional
🚦 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"